summaryrefslogtreecommitdiff
path: root/src/scan-skel.l
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* Pacify "gcc -Wunused" for the input function from Flex.Joel E. Denny2009-08-011-1/+1
* Fix some error-reporting macro bugs.Joel E. Denny2007-10-081-4/+7
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* * src/scan-skel.l (at_directive_perform): Fix switch statements for last patch.Joel E. Denny2007-01-281-10/+10
* Clean up.Joel E. Denny2007-01-281-71/+74
* Back out previous patch.Joel E. Denny2007-01-181-66/+22
* Implement @gettext<...@> directive to call gettext from skeletons. ItJoel E. Denny2007-01-181-22/+66
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
* Provide warn_at, complain_at, and fatal_at function callbacks to theJoel E. Denny2007-01-071-77/+133
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-50/+152
* * tests/testsuite.at (AT_CHECK): When checking if $1 starts withJoel E. Denny2006-12-121-22/+40
* Warn about output files that are generated by the skeletons and thatJoel E. Denny2006-12-101-0/+1
* Fix memory leaks in scanners generated by at least Flex 2.5.9 andJoel E. Denny2006-11-101-1/+1
* Clean up scanners a bit.Joel E. Denny2006-08-101-13/+3
* Adjust to Autoconf 2.60 and today's gnulib.Paul Eggert2006-07-091-1/+2
* * src/assoc.c (assoc_to_string): Use a default: abort (); casePaul Eggert2006-01-221-0/+14
* Be a bit more systematic about using 'abort'.Paul Eggert2006-01-211-11/+6
* * src/scan-skel.l: Use a couple of asserts.Akim Demaille2005-11-091-5/+13
* * src/scan-skel.l: Output the base name parts of the parser andAkim Demaille2005-10-131-2/+6
* Work around portability problems with Visual Age C compilerPaul Eggert2005-10-111-0/+5
* Akim Demaille <akim@epita.fr>Akim Demaille2005-10-021-0/+1
* * doc/bison.texinfo: Correct typos in previous fix.Paul Eggert2005-09-091-7/+7
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-17/+1
* * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):Paul Eggert2005-07-201-0/+13
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* (<<EOF>>): Don't close standard output.Paul Eggert2005-01-031-1/+8
* ("@output ".*\n): Don't close standard output.Paul Eggert2005-01-011-5/+8
* Include "complain.h", for "fatal".Paul Eggert2004-12-111-0/+1
* XFREE -> freePaul Eggert2004-11-221-1/+1
* * data/yacc.c (YY_LOCATION_PRINT): New.Akim Demaille2004-09-201-3/+4
* * src/scan-skel.l: Scan more than one inert character per yylexAkim Demaille2003-02-021-1/+1
* ([^@\n]): Renamed from [^@\n]+ so that the token buffer does notPaul Eggert2003-01-041-1/+1
* (QPUTS): Omit redundant `;' from macro definition.Paul Eggert2003-01-031-2/+2
* ("@oline@"): Output lineno+1, not lineno.Paul Eggert2003-01-031-1/+1
* ("@output ".*\n): Close any old yyout before opening a new one.Paul Eggert2002-12-261-0/+1
* Sort include files.Paul Eggert2002-12-111-3/+6
* * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):Akim Demaille2002-11-161-4/+9
* (yylineno, yyoutname): Remove static vars, replacingPaul Eggert2002-11-121-22/+38
* #line should have quoted strings.Akim Demaille2002-11-061-1/+5
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-1/+1
* (readpipe): Remove decl.Paul Eggert2002-10-201-37/+6
* Separate parser tables computation and output.Akim Demaille2002-07-311-1/+1
* * src/output.c (prepare_actions): Free `tally' and `width'.Akim Demaille2002-07-031-2/+52
* * src/muscle_tab.c (muscle_find, muscle_insert): Don't initializeAkim Demaille2002-06-031-1/+1
* * src/scan-skel.l: Correct off-by-one error in handling of __oline__.Paul Hilfinger2002-05-131-1/+1
* * src/scan-skel.l: Postprocess quadrigraphs.Robert Anisko2002-04-251-1/+4
* * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.Akim Demaille2002-04-081-1/+5
* Give a try to M4 as a back end.Akim Demaille2002-02-051-69/+17
* * src/files.c, src/files.h (output_infix): New.Akim Demaille2002-01-091-1/+0