diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-11 04:27:31 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-11 04:27:31 +0000 |
commit | 63f0120419cc471c1629ad19e1f3166d13bbc48b (patch) | |
tree | 6ba2f51d599746a1924bb437fb16f7ea15fa7824 /ChangeLog | |
parent | 3726d1e476ed1f17804369b7b78ac264bbf7939e (diff) | |
download | ATCD-63f0120419cc471c1629ad19e1f3166d13bbc48b.tar.gz |
ChangeLogTag: Sat Nov 10 22:13:54 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
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): |