]> git.saurik.com Git - bison.git/history - src/scan-skel.l
* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
[bison.git] / src / scan-skel.l
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-07  Joel E. DennyProvide warn_at, complain_at, and fatal_at function...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-12-10  Joel E. DennyWarn about output files that are generated by the skele...
2006-11-10  Joel E. DennyFix memory leaks in scanners generated by at least...
2006-08-10  Joel E. DennyClean up scanners a bit.
2006-07-09  Paul EggertAdjust to Autoconf 2.60 and today's gnulib.
2006-01-22  Paul Eggert* src/assoc.c (assoc_to_string): Use a default: abort...
2006-01-21  Paul EggertBe a bit more systematic about using 'abort'.
2005-11-09  Akim Demaille* src/scan-skel.l: Use a couple of asserts.
2005-10-13  Akim Demaille* src/scan-skel.l: Output the base name parts of the...
2005-10-11  Paul EggertWork around portability problems with Visual Age C...
2005-10-02  Akim Demaille Akim Demaille <akim@epita.fr>
2005-09-09  Paul Eggert* doc/bison.texinfo: Correct typos in previous fix.
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-20  Paul Eggert* src/scan-gram.l (gram_get_lineno, gram_get_in, gram_g...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-01-03  Paul Eggert(<<EOF>>): Don't close standard output.
2005-01-01  Paul Eggert("@output ".*\n): Don't close standard output.
2004-12-11  Paul EggertInclude "complain.h", for "fatal".
2004-11-22  Paul EggertXFREE -> free
2004-09-20  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): New.
2003-02-02  Akim Demaille* src/scan-skel.l: Scan more than one inert character...
2003-01-04  Paul Eggert([^@\n]): Renamed from [^@\n]+ so that the token buffer...
2003-01-03  Paul Eggert(QPUTS): Omit redundant `;' from macro definition.
2003-01-03  Paul Eggert("@oline@"): Output lineno+1, not lineno.
2002-12-26  Paul Eggert("@output ".*\n): Close any old yyout before opening...
2002-12-11  Paul EggertSort include files.
2002-11-16  Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-11-12  Paul Eggert(yylineno, yyoutname): Remove static vars, replacing
2002-11-06  Akim Demaille#line should have quoted strings.
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-10-20  Paul Eggert(readpipe): Remove decl.
2002-07-31  Akim DemailleSeparate parser tables computation and output.
2002-07-03  Akim Demaille* src/output.c (prepare_actions): Free `tally' and...
2002-06-03  Akim Demaille* src/muscle_tab.c (muscle_find, muscle_insert): Don...
2002-05-13  Paul Hilfinger* src/scan-skel.l: Correct off-by-one error in handling...
2002-04-25  Robert Anisko* src/scan-skel.l: Postprocess quadrigraphs.
2002-04-08  Akim Demaille* data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
2002-02-05  Akim DemailleGive a try to M4 as a back end.
2002-01-09  Akim Demaille* src/files.c, src/files.h (output_infix): New.
2002-01-02  Akim DemailleEquip the skeleton chain with location tracking, runtim...
2001-12-30  Akim Demaille* src/parse-skel.y: Get rid of the shift/reduce conflict:
2001-12-30  Akim Demaille* src/system.h: We don't need nor want bcopy.
2001-12-30  Akim Demaille* src/skeleton.h: New.
2001-12-30  Robert Anisko* src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_ST...