summaryrefslogtreecommitdiff
path: root/src/output.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-4/+4
* gnulib, autoconf: update.Joel E. Denny2011-04-161-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-2/+2
* portability: fix several issues with M4 subprocess.Joel E. Denny2010-02-221-8/+12
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Rename muscle_tab.* to muscle-tab.* for consistency with master.Joel E. Denny2009-10-081-1/+1
* Use aver not assert.Joel E. Denny2009-09-051-2/+1
* Make previous patch more robust.Eric Blake2009-08-201-0/+3
* Import latest m4/m4.m4.Eric Blake2009-08-201-19/+14
* Miscellaneous code readability improvements.Joel E. Denny2009-08-101-4/+4
* Add copyright updates missed during previous cherry pick.Joel E. Denny2009-04-291-1/+1
* variables: accept dashes.Akim Demaille2009-04-291-3/+5
* --trace=musclesAkim Demaille2009-04-061-7/+11
* muscles_output.Akim Demaille2009-04-061-11/+18
* Remaining m4sugar merge from autoconf.Eric Blake2008-08-151-1/+3
* Improve forward-compatibility with GNU M4.Joel E. Denny2008-07-151-13/+43
* Update to the current gnulib CVS repository, and fix trigraph handlingJoel E. Denny2008-04-211-2/+7
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+0
* Implement --print-datadir.Joel E. Denny2007-10-051-4/+9
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-2/+0
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* Implement support for relative and absolute skeleton file names.Joel E. Denny2007-01-181-2/+5
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-8/+0
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-3/+0
* Use the new code_props interface for destructors and printers.Joel E. Denny2007-01-041-60/+31
* Add maintainer-push-check to run maintainer-check using push parsing inJoel E. Denny2007-01-021-1/+11
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-0/+1
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-10/+6
* * tests/testsuite.at (AT_CHECK): When checking if $1 starts withJoel E. Denny2006-12-121-1/+7
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-30/+59
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-59/+30
* 2006-10-08 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-10-081-7/+17
* Use some of gnulib's new modules, taken from coreutils.Paul Eggert2006-09-151-0/+1
* Port to GCC 2.95. First two problems reported by Michael Deutschmann inPaul Eggert2006-09-151-2/+2
* * data/Makefile.am (dist_pkgdata_DATA): Add push.c.Paul Eggert2006-09-151-0/+1
* * data/c.m4 (b4_null, b4_case): Define.Paul Eggert2006-09-121-11/+5
* Enable declaration of default %printer/%destructor. Make the parserJoel E. Denny2006-07-291-8/+10
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-091-0/+1
* For associating token numbers with token names for "yacc.c", don't useJoel E. Denny2006-06-111-0/+1
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-1/+1
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-0/+1
* Implement --trace=m4.Akim Demaille2006-05-141-5/+6
* * src/output.h, src/output.c (error_verbose): Move to...Akim Demaille2006-05-141-3/+0
* Be a bit more systematic about using 'abort'.Paul Eggert2006-01-211-4/+2
* Update copyright year to 2006.Paul Eggert2006-01-031-2/+2
* * src/output.c (output_skeleton): Don't hard wire the inclusion ofAkim Demaille2006-01-021-11/+6
* Work around portability problem on Solaris 10: flex-generatedPaul Eggert2005-12-091-1/+1
* Undo the parts of the unlocked-I/O change that substitutedPaul Eggert2005-10-051-3/+4