summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-01-23 20:09:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-01-23 20:09:51 +0000
commit09abf783f78f26bb8003d59af90abb4570223f00 (patch)
tree0b1287eb18b90b4fe6fa8db2a76f2cf4c520bf74
parent540fdbd421a8101868c5f718b2a1c9d952dd4350 (diff)
downloadATCD-09abf783f78f26bb8003d59af90abb4570223f00.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog19
1 files changed, 9 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b59eb5397a..f2874140a97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Fri Jan 23 14:04:31 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/ProjectCreator.pm:
Changed the defaulting rules for implicitly adding source files
- when IDL_Files (or any other custom type) is specified.
+ when IDL_Files (or any other custom type) is specified.
Previously, generated source files would only be added to the
Source_Files section only if IDL_Files was not specified and no
generated source files were already listed in Source_Files. Now,
@@ -21,15 +21,14 @@ Fri Jan 23 19:09:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Fri Jan 23 10:04:00 2004 Gary Maxey <gary.maxey@hp.com>
- * ace/OS_NS_stdlib.inl
- * ace/OS_NS_sys_wait.inl:
+ Fix for BUGID 1722, for Tandem NSK platform.
+ * ace/OS_NS_stdlib.inl:
+
+ Need to use spt_system() instead of system().
- Fix for BUGID 1722, for Tandem NSK platform
+ * ace/OS_NS_sys_wait.inl:
- In OS_NS_stdlib.inl
- Need to use spt_system() instead of system()
- In OS_NS_sys_wait.inl
- Need to use spt_waitpid() instead of waitpid()
+ Need to use spt_waitpid() instead of waitpid()
Fri Jan 23 09:49:00 2004 Gary Maxey <gary.maxey@hp.com>
@@ -11849,7 +11848,7 @@ Mon Aug 4 09:31:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
care because of the strange VxWorks implementation. Thanks to
Marc Walrave <marc.walrave@meco.nl> for creating this.
-Mon Aug 4 23:47:33 2003 <Ossama Othman <ossama@dre.vanderbilt.edu>
+Mon Aug 4 23:47:33 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* ace/Array_Base.cpp:
@@ -11857,7 +11856,7 @@ Mon Aug 4 23:47:33 2003 <Ossama Othman <ossama@dre.vanderbilt.edu>
placement new() operator prototype. Addresses template
instantiation errors.
-Mon Aug 4 22:41:24 2003 <Ossama Othman <ossama@dre.vanderbilt.edu>
+Mon Aug 4 22:41:24 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* ace/DLL_Manager.cpp: