diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1998-01-02 16:41:16 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1998-01-02 16:41:16 +0000 |
commit | a070b02ec82bd133c0eccae0637dde108d8fe06e (patch) | |
tree | 639c866cf1c22349a1bba83573a8ca603f0757eb /ChangeLog-98a | |
parent | 6897782bc9d075f52c722cf590ec5918a1988a18 (diff) | |
download | ATCD-a070b02ec82bd133c0eccae0637dde108d8fe06e.tar.gz |
* tests/Env_Value_Test.cpp (main): Changed the definition of the
TEST_THIS macro to be all on one line. While ugly, this helps in
locating the line when ACE_ASSERT fails, since allowing the macro
to have multiple lines skews the line # reported by ACE_ASSERT.
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r-- | ChangeLog-98a | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 795f6488104..0262b9a456f 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,3 +1,15 @@ +Fri Jan 2 10:23:05 1998 Chris Cleeland <cleeland@cs.wustl.edu> + + * tests/Env_Value_Test.cpp (main): Changed the definition of the + TEST_THIS macro to be all on one line. While ugly, this helps in + locating the line when ACE_ASSERT fails, since allowing the macro + to have multiple lines skews the line # reported by ACE_ASSERT. + + * ace/Env_Value_T.*: Fixed lots of little bugs that got past both + g++ and Solaris compilers, but were caught by the ever-skeptical + SGI compiler. This included providing a definition for the missing + 'varname(void)' method. + Fri Jan 02 10:12:28 1998 Steve Huston <shuston@riverace.com> * ace/config-hpux-10.x-g++.h: Added #define HPUX_10 to catch OS |