summaryrefslogtreecommitdiff
path: root/m4/output.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-131-1/+2
* Stage 14a: allow printing argv references.Eric Blake2008-02-021-1/+1
* Stage 12b: add m4_string_pair.Eric Blake2008-01-251-15/+14
* Stage 11: full circle for single argument references.Eric Blake2008-01-221-1/+2
* Stage 10: avoid extra copying of strings and comments.Eric Blake2008-01-161-8/+13
* Stage 6: convert builtins to push arg at a time.Eric Blake2007-12-081-8/+31
* Stage 4: route indir, builtin through ref; make argv opaque.Eric Blake2007-11-291-1/+1
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-5/+8
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-15/+17
* Never let printf failures go undetected.cvs-readonlyEric Blake2007-10-221-14/+15
* Normalize all GPL license notices.Eric Blake2007-10-061-6/+6
* Fix diversions on NetBSD, when fopen(name,"a+") seeks to end.Eric Blake2007-10-061-0/+5
* Upgrade to GPLv3, and document 1.4.10.Eric Blake2007-10-061-1/+1
* Add extension to divert builtin.Eric Blake2007-10-061-1/+4
* Fix sync line interaction with multiline comments.Eric Blake2007-10-061-54/+76
* Fix large diversion corner cases.Eric Blake2007-10-061-15/+10
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-7/+0
* * m4/output.c (m4_output_init): Update to latest gnulib.Eric Blake2007-10-061-3/+4
* Remerge sparse diversion handling from branch.Eric Blake2007-10-061-130/+206
* Add several new command line options.Eric Blake2007-10-061-3/+3
* * m4/macro.c (trace_format): Use canonical type name.Eric Blake2007-10-061-2/+2
* * m4/output.c (cleanup_tmpfile, m4_insert_diversion_helper): CheckEric Blake2007-10-061-4/+13
* * tests/builtins.at (m4exit): New test; failed on cygwin beforeEric Blake2007-10-061-6/+32
* Silence -O2 -Wall -Wwrite-strings warnings.Eric Blake2007-10-061-16/+35
* Convert diversions to list instead of sparse array, part 2.Eric Blake2007-10-061-62/+140
* Convert diversions to list instead of sparse array, part 1.Eric Blake2007-10-061-78/+101
* * m4/output.c (cleanup_tmpfile): Exit nonzero on failure to cleanEric Blake2007-10-061-2/+5
* Replace uses of tmpfile with clean-temp, since tmpfile isEric Blake2007-10-061-27/+45
* Avoid all global variables in modules, so that --disable-staticEric Blake2007-10-061-26/+19
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-3/+1
* * m4/input.c (lex_debug): Remove dead code that broke compilationEric Blake2007-10-061-1/+1
* Start porting various fixes from the branch that use gnulib.Eric Blake2007-10-061-10/+8
* * bootstrap: Recent gnulib no longer has jm_* macros to worryEric Blake2007-10-061-37/+44
* * m4/m4private.h (DEBUG_MODULES, DEBUG_STKOVF) [DEBUG]: FixEric Blake2007-10-061-1/+2
* Ensure M4 compiles correctly with -DDEBUG, and use a singleGary V. Vaughan2007-10-061-0/+2
* * m4/output.c [HAVE_MKTEMP]: Gnulib provides mkstemp, so don'tEric Blake2007-10-061-81/+0
* * README (Patches): Document the current dependence on CVSEric Blake2007-10-061-4/+2
* * m4/output.c (m4_insert_file): Don't assume errno has a validGary V. Vaughan2007-10-051-8/+10
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92629Gary V. Vaughan2007-10-051-6/+7
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+2
* Don't use XMALLOC and XCALLOC. Once we install theGary V. Vaughan2007-10-051-1/+1
* * Makefile.am (ACLOCAL_AMFLAGS): Search in the new acm4 andGary V. Vaughan2007-10-051-2/+2
* Reimport the latest xalloc module from CVS gnulib, and adjust theGary V. Vaughan2007-10-051-1/+1
* * config/debug.m4: `perl -pi.bak -e 's/(Copyright) (d)/$1 (C) $2/g'`Gary V. Vaughan2007-10-051-1/+1
* * configure.ac (AC_HEADER_STDBOOL, INCLUDE_STDBOOL_H): Check forGary V. Vaughan2007-10-051-4/+4
* * m4/m4module.h: Reformatting and rearranging lines a bit.Gary V. Vaughan2007-10-051-3/+3
* Move the global variables that pertain to syntax to a new `structGary V. Vaughan2007-10-051-3/+5
* Two related changes, and a huge knockon effect throughout theGary V. Vaughan2007-10-051-2/+3
* * m4/module.c, m4/output.c, src/main.c: Normalize error messages.Akim Demaille2007-10-051-6/+6
* * m4/output.c (m4_make_diversion, m4_insert_file)Akim Demaille2007-10-051-8/+4