diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-12 16:24:22 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-12 16:24:22 +0000 |
commit | fcd83738c2e298c370647aee3c7a8a3c8585ca0b (patch) | |
tree | 26cffee568d86e8a8f36cad2a79ab43fba1f6a3c | |
parent | b7f8da066ed184b0a42beb083d3f819054cc98b7 (diff) | |
download | ATCD-fcd83738c2e298c370647aee3c7a8a3c8585ca0b.tar.gz |
ChangeLogTag:Sun May 12 11:12:00 2002 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 9 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 9 | ||||
-rw-r--r-- | Makefile | 4 |
4 files changed, 26 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index d2f11e6bb4e..872abae31d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun May 12 11:12:00 2002 Nanbor Wang <nanbor@cs.wustl.edu> + + * Makefile: Moved ACEXML directory up so it would be compile right + after ACE. We will need them when XML-based Service + Configurator becomes the default. Thank to Kitty for pointing + this out. + Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> * ace/Synch.h: Updated the documentation explaining @@ -7,7 +14,7 @@ Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> Sun May 12 09:45:37 2002 Edan Ayal <edanayal@yahoo.com> * ace/WIN32_Asynch_IO.cpp: Fixed check for ACE_IOV_MAX - limitation in the following methods: + limitation in the following methods: - ACE_WIN32_Asynch_Read_Dgram::recv - ACE_WIN32_Asynch_Write_Dgram::send - ACE_WIN32_Asynch_Read_Stream::readv diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index d2f11e6bb4e..872abae31d9 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Sun May 12 11:12:00 2002 Nanbor Wang <nanbor@cs.wustl.edu> + + * Makefile: Moved ACEXML directory up so it would be compile right + after ACE. We will need them when XML-based Service + Configurator becomes the default. Thank to Kitty for pointing + this out. + Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> * ace/Synch.h: Updated the documentation explaining @@ -7,7 +14,7 @@ Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> Sun May 12 09:45:37 2002 Edan Ayal <edanayal@yahoo.com> * ace/WIN32_Asynch_IO.cpp: Fixed check for ACE_IOV_MAX - limitation in the following methods: + limitation in the following methods: - ACE_WIN32_Asynch_Read_Dgram::recv - ACE_WIN32_Asynch_Write_Dgram::send - ACE_WIN32_Asynch_Read_Stream::readv diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index d2f11e6bb4e..872abae31d9 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Sun May 12 11:12:00 2002 Nanbor Wang <nanbor@cs.wustl.edu> + + * Makefile: Moved ACEXML directory up so it would be compile right + after ACE. We will need them when XML-based Service + Configurator becomes the default. Thank to Kitty for pointing + this out. + Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> * ace/Synch.h: Updated the documentation explaining @@ -7,7 +14,7 @@ Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> Sun May 12 09:45:37 2002 Edan Ayal <edanayal@yahoo.com> * ace/WIN32_Asynch_IO.cpp: Fixed check for ACE_IOV_MAX - limitation in the following methods: + limitation in the following methods: - ACE_WIN32_Asynch_Read_Dgram::recv - ACE_WIN32_Asynch_Write_Dgram::send - ACE_WIN32_Asynch_Read_Stream::readv @@ -16,13 +16,13 @@ INFO = README \ VERSION DIRS = ace \ + ACEXML \ netsvcs \ tests \ apps \ examples \ performance-tests \ - websvcs \ - ACEXML + websvcs CLONE = Makefile \ ace \ |