summaryrefslogtreecommitdiff
path: root/src/files.c
Commit message (Expand)AuthorAgeFilesLines
* style: fix syntax-check issuesAkim Demaille2020-06-071-2/+2
* bison: add command line option to map file prefixesJoshua Watt2020-05-241-0/+84
* src: make path to m4 relocatableThomas Petazzoni2020-05-201-1/+21
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* reader: reduce the "scope" of global variablesAkim Demaille2019-10-261-1/+0
* style: rename spec_defines_file as spec_header_fileAkim Demaille2019-03-171-4/+4
* graph: prefer *.gv to *.dotAkim Demaille2019-02-211-1/+2
* style: move pkgdatadir to files.*Akim Demaille2019-02-161-0/+18
* style: various fixesAkim Demaille2019-01-181-30/+21
* fixits: handle duplicates of %name-prefixAkim Demaille2019-01-171-0/+1
* fixits: handle %file-prefixAkim Demaille2019-01-171-0/+1
* fixits: report duplicate %yacc directivesAkim Demaille2019-01-161-2/+2
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* spelling: extensionsJosh Soref2018-10-051-1/+1
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* output: do not generate source files when late errors are caughtAkim Demaille2013-12-041-0/+10
* output: record what generated files are source or report filesAkim Demaille2013-12-041-15/+25
* style: no longer use backquotesAkim Demaille2013-02-181-13/+13
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* maint: restore ANSI 89 complianceAkim Demaille2012-12-281-2/+2
* warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-2/+2
* warnings: factoring: complaintsVictor Santet2012-06-281-3/+3
* maint: address syntax-check issues.Akim Demaille2012-06-211-1/+4
* maint: xfdopen, and scope reduction.Akim Demaille2012-06-151-0/+9
* maint: don't use mbsr?chr.Akim Demaille2012-06-051-1/+1
* avoid direct strncmp calls.Akim Demaille2012-03-091-3/+2
* maint: use STREQ/STRNEQ.Akim Demaille2012-02-231-3/+3
* maint: address a couple of syntax-check errors.Akim Demaille2012-02-181-1/+1
* use a more consistent quoting style.Akim Demaille2012-02-081-1/+3
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-191-1/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-31/+31
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-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-171-2/+2
* portability: fix several issues with M4 subprocess.Joel E. Denny2010-02-221-14/+33
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-10/+1
* Always put auxiliary code files in the same dir as other output files.Joel E. Denny2008-10-301-1/+3
* Update copyright year.Joel E. Denny2008-10-281-1/+1
* Don't overwrite the input file.Di-an Jan2008-10-281-0/+2
* Accept --report-file=FILE to override the default `.output' filename.Joel E. Denny2007-11-181-1/+2
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-0/+9
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-3/+0
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-7/+18
* * tests/testsuite.at (AT_CHECK): When checking if $1 starts withJoel E. Denny2006-12-121-2/+2