summaryrefslogtreecommitdiff
path: root/src/files.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warn about output files that are generated by the skeletons and thatJoel E. Denny2006-12-101-14/+26
* * src/files.c (tr): Change return type to void.Joel E. Denny2006-11-091-1/+1
* Don't let Bison leak memory except when it complains.Paul Eggert2006-11-081-34/+46
* * NEWS: The -g and --graph options now output graphs in GraphvizPaul Eggert2006-10-121-1/+1
* Adjust to Autoconf 2.60 and today's gnulib.Paul Eggert2006-07-091-5/+5
* Fix minor white space and indentation problems.Paul Eggert2006-01-141-14/+12
* Work around portability problem on Solaris 10: flex-generatedPaul Eggert2005-12-091-1/+1
* Akim Demaille <akim@epita.fr>Akim Demaille2005-10-021-48/+53
* * doc/bison.texinfo: Correct typos in previous fix.Paul Eggert2005-09-091-9/+9
* Remove obsolete FIXME.Paul Eggert2005-08-221-2/+0
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-2/+2
* * src/files.c: Include "stdio-safer.h"; this fixes a typo inPaul Eggert2005-05-221-0/+1
* * bootstrap: Add stdio-safer, unistd-safer modules.Paul Eggert2005-05-221-2/+2
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Get files from the gnulib and po repositories, instead of relyingPaul Eggert2004-04-281-1/+2
* Comment fixes.Paul Eggert2003-01-021-4/+4
* Include quote.h.Paul Eggert2002-12-261-17/+38
* (concat2, tr, compute_base_name): Use xmalloc (N) rather than XMALLOCPaul Eggert2002-12-131-13/+15
* (xfopen, xfclose): Use get_errno instead of errno.Paul Eggert2002-12-111-36/+22
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-3/+4
* (output_infix): Remove; all uses removed.Paul Eggert2002-11-121-11/+0
* (xfclose): Return void, not int, since it always returned zero.Paul Eggert2002-10-301-8/+6
* (xfopen, xfclose): Use EXIT_FAILURE rathern than 2.Paul Eggert2002-10-221-2/+2