Menu

Code SVN tahoe Commit Log


Commit Date  
[r63] by paklein

small clean, no change in functionality

2001-02-13 17:53:04 Tree
[r62] by paklein

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

2001-02-13 17:51:15 Tree
[r61] by paklein

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

2001-02-13 17:48:35 Tree
[r60] by paklein

added $(INC_FLAGS) to the alternate definition of DEPEND_PATH for
Sun

2001-02-09 17:37:55 Tree
[r59] by paklein

fixed a problem with the f2c_access function for platforms with
-DNON_UNIX_STDIO with a macro in f2c.h

Mac: f2c_access -> Mac_f2c_access
others: f2c_access -> system function access

2001-02-08 18:28:42 Tree
[r58] by ebmarin

changed enum variable "StatusFlagT" from protected to public,
to fix compilation problems on the SUN

2001-02-08 00:11:23 Tree
[r57] by ebmarin

changed enum variable "CommandScope" from private to public,
to fix compilation problems on the SUN

2001-02-07 23:56:25 Tree
[r56] by paklein

removed unused variable

2001-02-07 22:08:14 Tree
[r55] by paklein

added INC_FLAGS with paths to C and C++ standard headers
to suppress warning messages with makedepend

2001-02-07 22:07:43 Tree
[r54] by paklein

added:
StringT::operator==(char*)
StringT::operator!=(char*)
because the JANUS compilers do not treat string literals
as const char*, causing problems with ambiguous function
references. With this fix, Tahoe builds on JANUS again.

2001-02-07 22:01:01 Tree
Older >
MongoDB Logo MongoDB