summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-18 04:40:33 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-18 04:40:33 +0000
commit6c6880c5bff99018f35c1b2226cf0b875a53c97d (patch)
tree2041938d8c794669685cd5892d2ceb4229ab0af7
parent8c763ff701518750d296fa0c28bb97fe656fd0ca (diff)
downloadATCD-6c6880c5bff99018f35c1b2226cf0b875a53c97d.tar.gz
Added new log msg stuff.
-rw-r--r--ChangeLog-97a12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 1d82c0d27a1..02430fc70a0 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,15 @@
+Mon Feb 17 22:37:35 1997 Tim H. Harrison <harrison@lambada.cs.wustl.edu>
+
+ * ace/Log_Msg.h (ACE_RETURN): Modified all ACE_RETURN macros to
+ use ACE_OS::last_error instead of errno. This makes these more
+ portable to Win32.
+
+ * ace/Log_Msg.cpp (log): Modified Win32 version to use
+ FormatMessage if errnum is greater than sys_nerr.
+
+ * ace/OS.i (last_error): Modified Win32 version to return
+ GetLastError if errno == 0.
+
Mon Feb 17 18:32:29 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
* ace/OS.h: Protected the #ifdef for CLOCK_REALTIME so that it