From 983c5c2c2a4cc5b1dbd63236ad1215d2a113391e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 26 Dec 2002 09:12:05 +0000 Subject: [PATCH] Don't use m4_include on relative file names, as it doesn't work. Remove obsolete references to bison.simple and bison.hairy. * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL. * src/parse-gram.y (declaration): Use enum "report_states". * src/scan-skel.l ("@output ".*\n): Close any old yyout before new one. --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index 58379880..da8ceadc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-12-26 Paul Eggert + + Don't use m4_include on relative file names, as it doesn't work as + desired if there happens to be a file with that name under ".". + + * m4sugar/version.m4: Remove; it was included but it wasn't used. + * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4. + * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4. + * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4. + * src/output.c (output_skeleton): Use full path names when + specifying a file to include; don't rely on include path, as + it's unreliable when the working file contains a file with + that name. + +2002-12-25 Paul Eggert + + Remove obsolete references to bison.simple and bison.hairy. + Problem mentioned by Aubin Mahe in + . + * data/glr.c: Comment fix. + * doc/bison.1: Remove references. Also, mention "yacc". + + * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL + with -g option. + + * src/parse-gram.y (declaration): Use enum "report_states" rather + than its numeric value 1. + + * src/scan-skel.l ("@output ".*\n): Close any old yyout before + opening a new one. This fixes Debian bug 165349, reported by + Bruce Stephens. + 2002-12-24 Paul Eggert Version 1.75e. -- 2.45.2