summaryrefslogtreecommitdiff
path: root/ChangeLog-97b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-30 04:07:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-30 04:07:48 +0000
commit6c886fb21d6e2b96f8e6de3e152b3a662b94218d (patch)
treee406bc1e67a1716d26d7a31a1d9cf2a084a7c0db /ChangeLog-97b
parent68f31c5e3be45842a7cd4cf5ce424138b8971f21 (diff)
downloadATCD-6c886fb21d6e2b96f8e6de3e152b3a662b94218d.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r--ChangeLog-97b19
1 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 778b4b4b0c1..0286a5f6a7e 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,12 +1,7 @@
-Wed Oct 29 20:30:55 1997 James C Hu <jxh@lambada.cs.wustl.edu>
-
- * ace/OS.i (strlen): Moved it earlier so that it would be declared
- inline before use.
+Wed Oct 29 21:12:55 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
- * ace/OS.i (strcasecmp): Removed spurious semi-colons (how did
- they get in there?).
-
-Wed Oct 29 19:30:07 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+ * ace/OS: Changed the tolower() method to to_lower() so that it
+ won't conflict if there's a macro with the same name.
* ace/OS.h: #include <unistd.h> before ACE_Time_Value as long as
ACE_LACKS_UNISTD_H is false. Added this flag to the VxWorks and
@@ -38,6 +33,14 @@ Wed Oct 29 19:30:07 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
Kirill.Rybaltchenko <Kirill.Rybaltchenko@cern.ch> for reporting
this.
+Wed Oct 29 20:30:55 1997 James C Hu <jxh@lambada.cs.wustl.edu>
+
+ * ace/OS.i (strlen): Moved it earlier so that it would be declared
+ inline before use.
+
+ * ace/OS.i (strcasecmp): Removed spurious semi-colons (how did
+ they get in there?).
+
Wed Oct 29 18:51:12 1997 Darrell Brunsch <brunsch@cs.wustl.edu>
* ace/OS.{h,i}: Added strcasecmp functionality for NT