summaryrefslogtreecommitdiff
path: root/src/freeze.c
Commit message (Expand)AuthorAgeFilesLines
* Stage31: speed up defn by tracking quote_ageEric Blake2009-04-171-1/+1
* Stage28: allow NUL in warning messagesEric Blake2009-02-101-4/+9
* Stage26: allow NUL in macro definitionsEric Blake2008-08-031-3/+3
* Stage25: allow NUL in quote, comment delimitersEric Blake2008-06-171-9/+20
* Stage24: allow NUL in macro namesEric Blake2008-05-231-5/+5
* Stage12: make token_chain a union, add string_pairEric Blake2008-01-221-15/+8
* Stage 3: cache length, rather than computing itEric Blake2007-11-281-1/+2
* Refactor error messages to avoid macros.Eric Blake2007-11-221-16/+19
* Security fix: avoid arbitrary code execution with 'm4 -F'.Eric Blake2007-11-221-1/+1
* Use assert, rather than INTERNAL ERROR.Eric Blake2007-11-051-4/+2
* Never let printf failures go undetected.Eric Blake2007-10-221-10/+10
* Fix 'm4 -F file -t undefined'.Eric Blake2007-10-171-94/+98
* Normalize all GPL license notices.Eric Blake2007-09-211-6/+6
* Upgrade to GPL version 3 or later.Eric Blake2007-09-211-1/+1
* Fix sync line interaction with multiline comments.Eric Blake2007-09-211-2/+2
* Allow C++ compilation on Linux, as a safety measure in typeEric Blake2007-09-211-4/+4
* Backport head's usage of clean-temp module, as it is cleaner thanEric Blake2007-09-211-1/+1
* * src/path.c (path_search): Add result parameter, so thatEric Blake2007-09-211-1/+1
* Fix bugs related to stream handling.Eric Blake2007-09-211-2/+5
* * src/m4.h (EXIT_MISMATCH): Define.Eric Blake2007-09-211-2/+8
* * m4/gnulib-cache.m4: Augment with gnulib-tool --importEric Blake2007-09-211-7/+1
* * src/m4.h (UNIX, W32_NATIVE): Improve platform detection macros.Eric Blake2007-09-211-1/+1
* Make error messages more consistent with GNU coding standards -Eric Blake2007-09-211-8/+8
* Robustify frozen file format.Eric Blake2007-09-211-114/+112
* Message cleanup.Eric Blake2007-09-211-2/+2
* Cleanup of previous patches.Eric Blake2007-09-211-2/+2
* Also, some of the files here were never updated from the previousGary V. Vaughan2007-09-211-4/+7
* * src/m4.h (__CYGWIN__, WIN32): Canonicalise Windows and CygwinGary V. Vaughan2007-09-211-1/+7
* Modernise the configury a little to prevent spurious errors fromGary V. Vaughan2007-09-211-8/+8
* Initial revisionJeff Bailey2000-02-171-0/+369