summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-15 17:28:09 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-15 17:28:09 +0000
commitc34d85de3ef3079fdbeee3a3689ce47f9c713d3d (patch)
treee7c02abceab2880cdff493febd8e83e117d5bc20 /ChangeLog-98b
parent8c943ec4669dc841f8b59c6628488ed82a9d2ce1 (diff)
downloadATCD-c34d85de3ef3079fdbeee3a3689ce47f9c713d3d.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b39
1 files changed, 23 insertions, 16 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index e3b4a6c1a8d..0f7efcc5fa6 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,10 @@
+Tue Dec 15 11:27:24 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-chorus.h: added ACE_LACKS_READLINK.
+
+ * ace/config-psos*.h,config-vxworks-5.x.h: added ACE_LACKS_READLINK
+ and ACE_LACKS_LSTAT.
+
Tue Dec 15 08:44:18 1998 Steve Huston <shuston@riverace.com>
* examples/NT_Service: New example program, shows how to create,
@@ -8,32 +15,32 @@ Tue Dec 15 08:44:18 1998 Steve Huston <shuston@riverace.com>
Tue Dec 15 07:32:49 EST 1998 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
- * OS.h:
+ * OS.h:
- Moved the definition of IOV_MAX after we have included the
- limits.h file. Before make ing this change, we were getting lots
- of warnings on SunOS 5.6 about redefinition of IOV_MAX.
+ Moved the definition of IOV_MAX after we have included the
+ limits.h file. Before make ing this change, we were getting lots
+ of warnings on SunOS 5.6 about redefinition of IOV_MAX.
Mon Dec 14 15:39:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tests/Makefile:
- Updated dependencies.
+ * tests/Makefile:
+ Updated dependencies.
Mon Dec 14 10:49:29 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * Static_Performance.dsw: Quick and dirty workspace to build
- several static version's performance tests.
+ * Static_Performance.dsw: Quick and dirty workspace to build
+ several static version's performance tests.
- * ace/ace_lib.dsp: Removed "__ACE_INLINE__=0" from the default
- static release build settings.
+ * ace/ace_lib.dsp: Removed "__ACE_INLINE__=0" from the default
+ static release build settings.
- * performance-tests/Misc/basic_perf.dsp:
- * performance-tests/Misc/context_switch_time.dsp: Added static
- build configurations.
+ * performance-tests/Misc/basic_perf.dsp:
+ * performance-tests/Misc/context_switch_time.dsp: Added static
+ build configurations.
- * tests/RB_Tree_Test.dsp: Redid the project file. A VC 6 only
- compiler option somehow got into the file. Thanks to Ulf
- Jaehrig <jaehrig@desys.com> for reporting this.
+ * tests/RB_Tree_Test.dsp: Redid the project file. A VC 6 only
+ compiler option somehow got into the file. Thanks to Ulf
+ Jaehrig <jaehrig@desys.com> for reporting this.
Mon Dec 14 10:24:59 1998 Fred Kuhns <fredk@arl.wustl.edu>