diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-24 10:30:58 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-24 10:30:58 +0000 |
commit | f7e073e09b04a3a92d942b3a9a2963c18489d921 (patch) | |
tree | 1cfdc8cc7921e8e011218afae85e77a3e8dc4599 /ChangeLogs | |
parent | c2dacfcdec7503186092e30c31f5e88b199751a1 (diff) | |
download | ATCD-f7e073e09b04a3a92d942b3a9a2963c18489d921.tar.gz |
ChangeLogTag:Tue Oct 24 03:24:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 19 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index b3506342c81..378bb43d94a 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,22 @@ +Tue Oct 24 03:24:42 2000 Darrell Brunsch <brunsch@uci.edu> + + * ace/Basic_Types.h: + * ace/config-win32-common.h: + + Moved the code that defines ACE_SIZEOF_WCHAR to the config file, + so it is easier to add it to other platforms. + + * ace/config-linux-common.h: + + Added ACE_SIZEOF_WCHAR, ACE_LACKS_ITOW, ACE_LACKS_WCSICMP, and + ACE_LACKS_WCSNICMP definitions. + + * ace/Synch.h: + + Moved the ACE_LEGACY_MODE includes further down in the file. It + was producing errors the way it was, since Test_and_Set needed + the Guard classes defined before it was included. + Mon Oct 23 15:31:52 2000 Carlos O'Ryan <coryan@uci.edu> * ace/Malloc_Allocator.cpp: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index b3506342c81..378bb43d94a 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,22 @@ +Tue Oct 24 03:24:42 2000 Darrell Brunsch <brunsch@uci.edu> + + * ace/Basic_Types.h: + * ace/config-win32-common.h: + + Moved the code that defines ACE_SIZEOF_WCHAR to the config file, + so it is easier to add it to other platforms. + + * ace/config-linux-common.h: + + Added ACE_SIZEOF_WCHAR, ACE_LACKS_ITOW, ACE_LACKS_WCSICMP, and + ACE_LACKS_WCSNICMP definitions. + + * ace/Synch.h: + + Moved the ACE_LEGACY_MODE includes further down in the file. It + was producing errors the way it was, since Test_and_Set needed + the Guard classes defined before it was included. + Mon Oct 23 15:31:52 2000 Carlos O'Ryan <coryan@uci.edu> * ace/Malloc_Allocator.cpp: |