summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f08f565fdb0..7d74e01e511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+Sat Nov 10 22:13:54 2001 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * ace/Svc_Conf_l.cpp:
+ * ace/Svc_Conf_y.cpp:
+ * ace/Svc_Conf_Tokens.h:
+
+ Regenerated the files after fixing the warnings that showed up
+ under Sun CC Forte Update. They were caused because Sun CC's
+ preprocessor doesn't like the #line statements generated by flex
+ and bison. Since these files are not modified on a daily basis,
+ people debugging the lexer can turn it on by removing the flags
+ '-l' and '-L' to bison and flex respectively in the Makefile.
+ For now, this removes a lot of noise.
+
+ * ace/Makefile:
+
+ Added flags '-l' to bison and '-L' to flex.
+
+ * etc/Svc_Conf_l.cpp.diff:
+
+ Regenerated the diff to match the current version.
+
+ * etc/Svc_Conf_y.cpp.diff:
+
+ This file held the stuff which have been obsoleted by the move
+ to use bison. So removed this file to avoid causing confusion in
+ the future. Thanks to Ossama for pointing this out.
+
+ Let's see some green :-)
+
+
Sat Nov 10 19:27:36 2001 Ossama Othman <ossama@uci.edu>
* ace/SSL/SSL_Accept_Handler.cpp (ssl_accept):