X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1d6412adebec68e299086248a6a92a4191bbbec9..e96c9728dacee1d130874c7f521ee8cbea921eea:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1a9164bd..c9e560d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2002-06-14 Akim Demaille + + * data/bison.simple, data/bison.c++: Be sure to restore the + current #line when returning to the skeleton contents after having + exposed the input file's #line. + +2002-06-12 Akim Demaille + + * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too + eager. + * tests/actions.at (Exotic Dollars): New. + +2002-06-12 Akim Demaille + + * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst + ['"/] too eagerly. + * tests/input.at (Torturing the Scanner): New. + 2002-06-11 Akim Demaille * src/scan-gram.l (YY_OBS_INIT): Remove, replace with... @@ -6,14 +24,12 @@ * src/reader.h, src/scan-gram.l (scanner_initialize): this. * src/reader.c (reader): Use it. - 2002-06-11 Akim Demaille * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval. Adjust all callers. (scanner_last_string_free): New. - 2002-06-11 Akim Demaille * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...