diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 11 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 11 | ||||
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 5 | ||||
-rw-r--r-- | TAO/tao/Messaging/Makefile.bor | 2 | ||||
-rw-r--r-- | apps/gperf/src/Makefile | 1 |
6 files changed, 33 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index 4b762577388..1861e7531cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 6 10:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * apps/gperf/src/Makefile: + Removed INSBIN because this didn't work before my change of + Fri May 03 2002, but now it works and it causes error in all + builds. + Sun May 5 22:23:00 2002 Edan Ayal <edanayal@yahoo.com> * tests/Proactor_Test.cpp (Sender): @@ -6,10 +13,10 @@ Sun May 5 22:23:00 2002 Edan Ayal <edanayal@yahoo.com> pre-allocating space for the ending '\0' (needed for the printouts), and by using an additional complete message content string for the non-scatter/gather case. - + - Added missing message blocks releases when the write operations fail. - + - Added a missing message block rd_ptr adjustment at the message content printout in the non-scatter/gather case. diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 4b762577388..1861e7531cd 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Mon May 6 10:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * apps/gperf/src/Makefile: + Removed INSBIN because this didn't work before my change of + Fri May 03 2002, but now it works and it causes error in all + builds. + Sun May 5 22:23:00 2002 Edan Ayal <edanayal@yahoo.com> * tests/Proactor_Test.cpp (Sender): @@ -6,10 +13,10 @@ Sun May 5 22:23:00 2002 Edan Ayal <edanayal@yahoo.com> pre-allocating space for the ending '\0' (needed for the printouts), and by using an additional complete message content string for the non-scatter/gather case. - + - Added missing message blocks releases when the write operations fail. - + - Added a missing message block rd_ptr adjustment at the message content printout in the non-scatter/gather case. diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 4b762577388..1861e7531cd 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Mon May 6 10:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * apps/gperf/src/Makefile: + Removed INSBIN because this didn't work before my change of + Fri May 03 2002, but now it works and it causes error in all + builds. + Sun May 5 22:23:00 2002 Edan Ayal <edanayal@yahoo.com> * tests/Proactor_Test.cpp (Sender): @@ -6,10 +13,10 @@ Sun May 5 22:23:00 2002 Edan Ayal <edanayal@yahoo.com> pre-allocating space for the ending '\0' (needed for the printouts), and by using an additional complete message content string for the non-scatter/gather case. - + - Added missing message blocks releases when the write operations fail. - + - Added a missing message block rd_ptr adjustment at the message content printout in the non-scatter/gather case. diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index abea5367f38..7ea5afdc403 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,8 @@ +Mon May 6 10:26:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> + + * tao/Messaging/Makefile.bor: + Added missing Asynch_Timeout_Handler + Fri May 3 07:37:34 2002 Chad Elliott <elliott_c@ociweb.com> * orbsvcs/performance-tests/RTEvent/lib/Control.cpp: diff --git a/TAO/tao/Messaging/Makefile.bor b/TAO/tao/Messaging/Makefile.bor index c418e2c0730..fb09fe17e72 100644 --- a/TAO/tao/Messaging/Makefile.bor +++ b/TAO/tao/Messaging/Makefile.bor @@ -10,7 +10,7 @@ OBJFILES = \ $(OBJDIR)\MessagingS.obj \ $(OBJDIR)\MessagingS_T.obj \ $(OBJDIR)\Asynch_Reply_Dispatcher.obj \ - $(OBJDIR)\Asynch_Reply_Dispatcher.obj \ + $(OBJDIR)\Asynch_Timeout_Handler.obj \ $(OBJDIR)\Connection_Timeout_Policy_i.obj \ $(OBJDIR)\Messaging_ORBInitializer.obj \ $(OBJDIR)\Messaging_PolicyFactory.obj \ diff --git a/apps/gperf/src/Makefile b/apps/gperf/src/Makefile index 4286462b839..38e92e30d16 100644 --- a/apps/gperf/src/Makefile +++ b/apps/gperf/src/Makefile @@ -5,7 +5,6 @@ #---------------------------------------------------------------------------- BIN = gperf -INSBIN = $(ACE_ROOT)/bin/gperf FILES = Options \ Iterator \ |