summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-05 01:28:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-05 01:28:24 +0000
commit33ad447d78d88e691325511694f8c569e4a08035 (patch)
tree7946c93e58bd20d37ad2962bdfdb3c3d727fe80b /ChangeLog-98b
parent52fb9f7c58ea5f30cb256e1b04a714913bfa9bc9 (diff)
downloadATCD-33ad447d78d88e691325511694f8c569e4a08035.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b37
1 files changed, 20 insertions, 17 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 9c617a038fc..22302559e12 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,30 +1,33 @@
-Mon Jan 04 19:18:25 1999 David L. Levine <levine@cs.wustl.edu>
-
- * ace/config-sunos5.7.h: only use the g++ hacks if the
- g++ version is prior to 2.8. Assume that later versions
- were built on SunOS 5.7 host, and/or don't have header
- files that are incompatible with the system headers.
-
Mon Jan 4 13:00:07 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/OS.h: Added a macro for ACE_DEFAULT_HTTP_PORT, which
- is 80 of course...
+ * ace/FILE: Added new methods, seek() and tell(), that are more
+ intuitively named than the existing position() methods. The
+ position() methods have been retained for backwards
+ compatiblity, but are now marked as deprecated.
- * ace/INET_Addr.cpp: Make sure that addr_to_string() correctly
- checks the length of its buffer before doing a sprintf(). In
- addition, added an option to print the results in either ip-addr
- format or ip-name format.
+ * ace/OS.h: Added a macro for ACE_DEFAULT_HTTP_PORT, which
+ is 80 of course...
- * ace/Mem_Map.cpp (map): where ace/Mem_Map.cpp mmap() will succeed
- if the length of the file mapping is 0, which will be the case
- if we've just created the file. This was the wrong place to
- make this check.
+ * ace/INET_Addr.cpp: Make sure that addr_to_string() correctly
+ checks the length of its buffer before doing a sprintf(). In
+ addition, added an option to print the results in either ip-addr
+ format or ip-name format.
+
+ * ace/Mem_Map.cpp (map): where ace/Mem_Map.cpp mmap() will succeed
+ if the length of the file mapping is 0, which will be the case
+ if we've just created the file. This was the wrong place to
+ make this check.
* tests/MM_Shared_Memory_Test.cpp: Cleaned up a few things
in this test so that it'll be easier to maintain.
Mon Jan 04 08:45:45 1999 David L. Levine <levine@cs.wustl.edu>
+ * ace/config-sunos5.7.h: only use the g++ hacks if the
+ g++ version is prior to 2.8. Assume that later versions
+ were built on SunOS 5.7 host, and/or don't have header
+ files that are incompatible with the system headers.
+
* bin/create_ace_build: changed symlink creation failure from
error (with termination) to warning create_ace_build.