summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-09 19:32:21 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-09 19:32:21 +0000
commit816c2c602dc86b1ff861f01c2473a179866e3251 (patch)
treef9d246d3e93aa10fd4c49ba24a92e2314ecde065
parentdfb8248804f2a5b740a35c781bfa3e5ee3883f5d (diff)
downloadATCD-816c2c602dc86b1ff861f01c2473a179866e3251.tar.gz
ChangeLogTag: Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog35
-rw-r--r--ChangeLogs/ChangeLog-02a35
-rw-r--r--ChangeLogs/ChangeLog-03a35
-rw-r--r--THANKS1
4 files changed, 88 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 554ca04a516..b9667ee67a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com>
+ to the hall of fame.
+
Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu>
* ace/OS.i:
@@ -47,6 +52,20 @@ Fri May 4 15:42:20 2001 Craig Rodrigues <crodrigu@bbn.com>
This is necessary to work with RAPI.
Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+<<<<<<< ChangeLog
+
+ * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows
+ users to control whether wide character strings use the "L"
+ prefix via their config.h files. Thanks to Albert Wijnja for
+ this fix.
+
+ * examples/Misc/test_read_buffer.cpp (main): Changed <int> to
+ <ACE_HANDLE> so this will work properly on Win32 platforms.
+ Thanks to Johnny Willemsen for reporting the problem.
+
+ * examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'.
+ Thanks to Johnny Willemsen for reporting the problem.
+=======
* ace/OS.h: Changed the typedefs of uid_t, gid_t, and mode_t to
match those in standard POSIX. Thanks to Gonzalo Diethelm
@@ -62,10 +81,14 @@ Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* examples/Misc/test_read_buffer.cpp (main): Changed <int> to
<ACE_HANDLE> so this will work properly on Win32 platforms.
Thanks to Johnny Willemsen for reporting the problem.
+>>>>>>> 4.1972
+<<<<<<< ChangeLog
+=======
* examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'.
Thanks to Johnny Willemsen for reporting the problem.
+>>>>>>> 4.1972
Thu May 3 17:33:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/OS.h: Fixed a mistake in the setsockopt() comment. Thanks
@@ -1569,7 +1592,7 @@ Thu Mar 29 19:48:00 2001 Craig Rodrigues <crodrigu@bbn.com>
* examples/QOS/server.cpp:
* examples/QOS/Makefile:
- Move QoS_Session.h to the ace/QoS directory.
+ Move QoS_Session.h to the ace/QoS directory.
Thu Mar 29 19:12:38 2001 Steve Huston <shuston@riverace.com>
@@ -1792,11 +1815,11 @@ Tue Mar 27 10:08:44 2001 Carlos O'Ryan <coryan@uci.edu>
Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com>
* include/makeinclude/make_flags.bor:
- Prevent PASCAL build by default with BCB5 since it is not required.
- Since both VCL and non-VCL applications share a common run-time
- library you can simply link your VCL code with a non-PASCAL build
- of the ACE+TAO libraries. This behaviour can be overridden by
- defining the FORCE_PASCAL flag.
+ Prevent PASCAL build by default with BCB5 since it is not
+ required. Since both VCL and non-VCL applications share a common
+ run-time library you can simply link your VCL code with a
+ non-PASCAL build of the ACE+TAO libraries. This behaviour can be
+ overridden by defining the FORCE_PASCAL flag.
* include/makeinclude/build_core_exe.bor:
* include/makeinclude/build_core_library.bor:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 554ca04a516..b9667ee67a1 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com>
+ to the hall of fame.
+
Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu>
* ace/OS.i:
@@ -47,6 +52,20 @@ Fri May 4 15:42:20 2001 Craig Rodrigues <crodrigu@bbn.com>
This is necessary to work with RAPI.
Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+<<<<<<< ChangeLog
+
+ * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows
+ users to control whether wide character strings use the "L"
+ prefix via their config.h files. Thanks to Albert Wijnja for
+ this fix.
+
+ * examples/Misc/test_read_buffer.cpp (main): Changed <int> to
+ <ACE_HANDLE> so this will work properly on Win32 platforms.
+ Thanks to Johnny Willemsen for reporting the problem.
+
+ * examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'.
+ Thanks to Johnny Willemsen for reporting the problem.
+=======
* ace/OS.h: Changed the typedefs of uid_t, gid_t, and mode_t to
match those in standard POSIX. Thanks to Gonzalo Diethelm
@@ -62,10 +81,14 @@ Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* examples/Misc/test_read_buffer.cpp (main): Changed <int> to
<ACE_HANDLE> so this will work properly on Win32 platforms.
Thanks to Johnny Willemsen for reporting the problem.
+>>>>>>> 4.1972
+<<<<<<< ChangeLog
+=======
* examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'.
Thanks to Johnny Willemsen for reporting the problem.
+>>>>>>> 4.1972
Thu May 3 17:33:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/OS.h: Fixed a mistake in the setsockopt() comment. Thanks
@@ -1569,7 +1592,7 @@ Thu Mar 29 19:48:00 2001 Craig Rodrigues <crodrigu@bbn.com>
* examples/QOS/server.cpp:
* examples/QOS/Makefile:
- Move QoS_Session.h to the ace/QoS directory.
+ Move QoS_Session.h to the ace/QoS directory.
Thu Mar 29 19:12:38 2001 Steve Huston <shuston@riverace.com>
@@ -1792,11 +1815,11 @@ Tue Mar 27 10:08:44 2001 Carlos O'Ryan <coryan@uci.edu>
Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com>
* include/makeinclude/make_flags.bor:
- Prevent PASCAL build by default with BCB5 since it is not required.
- Since both VCL and non-VCL applications share a common run-time
- library you can simply link your VCL code with a non-PASCAL build
- of the ACE+TAO libraries. This behaviour can be overridden by
- defining the FORCE_PASCAL flag.
+ Prevent PASCAL build by default with BCB5 since it is not
+ required. Since both VCL and non-VCL applications share a common
+ run-time library you can simply link your VCL code with a
+ non-PASCAL build of the ACE+TAO libraries. This behaviour can be
+ overridden by defining the FORCE_PASCAL flag.
* include/makeinclude/build_core_exe.bor:
* include/makeinclude/build_core_library.bor:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 554ca04a516..b9667ee67a1 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Wed May 9 14:25:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * THANKS: Added Darren Griffith <darren.griffith@esecurityinc.com>
+ to the hall of fame.
+
Wed May 9 11:40:06 2001 Carlos O'Ryan <coryan@uci.edu>
* ace/OS.i:
@@ -47,6 +52,20 @@ Fri May 4 15:42:20 2001 Craig Rodrigues <crodrigu@bbn.com>
This is necessary to work with RAPI.
Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+<<<<<<< ChangeLog
+
+ * ace/ace_wchar.h: Add a new macro (ACE_USES_L_PREFIX) that allows
+ users to control whether wide character strings use the "L"
+ prefix via their config.h files. Thanks to Albert Wijnja for
+ this fix.
+
+ * examples/Misc/test_read_buffer.cpp (main): Changed <int> to
+ <ACE_HANDLE> so this will work properly on Win32 platforms.
+ Thanks to Johnny Willemsen for reporting the problem.
+
+ * examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'.
+ Thanks to Johnny Willemsen for reporting the problem.
+=======
* ace/OS.h: Changed the typedefs of uid_t, gid_t, and mode_t to
match those in standard POSIX. Thanks to Gonzalo Diethelm
@@ -62,10 +81,14 @@ Fri May 4 06:28:19 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* examples/Misc/test_read_buffer.cpp (main): Changed <int> to
<ACE_HANDLE> so this will work properly on Win32 platforms.
Thanks to Johnny Willemsen for reporting the problem.
+>>>>>>> 4.1972
+<<<<<<< ChangeLog
+=======
* examples/Misc/test_XtReactor2.cpp (main): Fixed a stray ')'.
Thanks to Johnny Willemsen for reporting the problem.
+>>>>>>> 4.1972
Thu May 3 17:33:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/OS.h: Fixed a mistake in the setsockopt() comment. Thanks
@@ -1569,7 +1592,7 @@ Thu Mar 29 19:48:00 2001 Craig Rodrigues <crodrigu@bbn.com>
* examples/QOS/server.cpp:
* examples/QOS/Makefile:
- Move QoS_Session.h to the ace/QoS directory.
+ Move QoS_Session.h to the ace/QoS directory.
Thu Mar 29 19:12:38 2001 Steve Huston <shuston@riverace.com>
@@ -1792,11 +1815,11 @@ Tue Mar 27 10:08:44 2001 Carlos O'Ryan <coryan@uci.edu>
Tue Mar 27 05:35:38 2001 Christopher Kohlhoff <chris@kohlhoff.com>
* include/makeinclude/make_flags.bor:
- Prevent PASCAL build by default with BCB5 since it is not required.
- Since both VCL and non-VCL applications share a common run-time
- library you can simply link your VCL code with a non-PASCAL build
- of the ACE+TAO libraries. This behaviour can be overridden by
- defining the FORCE_PASCAL flag.
+ Prevent PASCAL build by default with BCB5 since it is not
+ required. Since both VCL and non-VCL applications share a common
+ run-time library you can simply link your VCL code with a
+ non-PASCAL build of the ACE+TAO libraries. This behaviour can be
+ overridden by defining the FORCE_PASCAL flag.
* include/makeinclude/build_core_exe.bor:
* include/makeinclude/build_core_library.bor:
diff --git a/THANKS b/THANKS
index b17df77eb11..e579ae4e41f 100644
--- a/THANKS
+++ b/THANKS
@@ -1226,6 +1226,7 @@ Mark Drijver <mdrijver@remedy.nl>
Guy Bolton King <guy_bolton_king@non.agilent.com>
Carlton Teel <teel@signal-analysis.com>
Alexandre Cervieri <alexandre.cervieri@terra.com.br>
+Darren Griffith <darren.griffith@esecurityinc.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile