summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 14:46:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 14:46:33 +0000
commit0d59bf6b058b01ce182df424b3f1fe922eb397f3 (patch)
treefc1f3c854fc3a7cb58a9a003ea049d427e8786da /apps
parent1540ff688de45e89c9f8d5877c941dda25cbeb0c (diff)
downloadATCD-0d59bf6b058b01ce182df424b3f1fe922eb397f3.tar.gz
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/JAWS/ChangeLog b/apps/JAWS/ChangeLog
index 955c2a3aef0..5981bbc42e7 100644
--- a/apps/JAWS/ChangeLog
+++ b/apps/JAWS/ChangeLog
@@ -1,3 +1,11 @@
+Sat Jan 02 08:44:48 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * server/HTTP_Request.cpp,Parse_Headers.cpp: initialized
+ third param to strtok_r with 0. DU 4.0 cxx was complaining
+ about it, with ACE_NDEBUG. According to the strtok_r
+ man page on DU 4.0, it must be initialized to 0 on the
+ first call to strtok_r.
+
Fri Sep 25 23:29:14 1998 David L. Levine <levine@cs.wustl.edu>
* server/IO.cpp (receive_file,transmit_file): changed