summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-11 14:44:31 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-11 14:44:31 +0000
commite41e2beee86005f17c3297568b398e168dee6542 (patch)
tree24aaa9971bcb34b462c4beddbc35f60cd72c29e8 /ChangeLog
parenta814299202bfb50b46f4e93b16799d48eb763e4a (diff)
downloadATCD-e41e2beee86005f17c3297568b398e168dee6542.tar.gz
ChangeLogTag:Sun May 11 14:42:23 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_osh_00
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 105c7396611..4cfc1141c58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Sun May 11 14:42:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS.h:
+ Moved more code, as listed below.
+
+ * ace/Basic_Types.h:
+ Changed #includes to use new headers. Moved MAXPATHLEN
+ to ace/os_include/limits.h.
+
+ * ace/Malloc.h:
+ * ace/Default_Constants.h:
+ Moved ACE_DEFAULT_BASE_ADDR here.
+
+ * ace/os_include/limits.h:
+ Added conditional include of <sys/param.h>. Moved howmany
+ macro and MAXPATHLEN here. Added POSIX PATH_MAX.
+
+ * ace/os_include/time.h:
+ Moved timespec_t typedef for ACE_PSOS here.
+
Sat May 10 21:39:05 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/OS.h: