summaryrefslogtreecommitdiff
path: root/src/freeze.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Redirect developers to active branchEric Blake2021-05-071-1000/+0
* maint: bump copyright yearEric Blake2017-01-031-1/+1
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-201-2/+2
* modules: simplify module lookup by name.Gary V. Vaughan2013-09-201-2/+2
* modules: store loaded modules in context struct.Gary V. Vaughan2013-09-201-7/+7
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-201-2/+2
* maint: prefer STREQ/STRNEQ to strcmp contortions.Gary V. Vaughan2013-09-181-2/+2
* maint: update copyright year.Gary V. Vaughan2013-09-181-2/+2
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-161-2/+4
* More whitespace cleanup.Eric Blake2010-01-071-99/+99
* Switch to indentation by space, not tab.Eric Blake2010-01-051-513/+513
* Update copyright year.Eric Blake2010-01-051-1/+1
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-111-4/+29
* Add debugmode(o) to control dumpdef output location.Eric Blake2008-12-231-1/+3
* Stage 27: Allow embedded NUL in text processing macros.Eric Blake2008-12-021-3/+4
* Tweak error message on command line failure.Eric Blake2008-09-251-2/+4
* Allow debugmode control over whether defn(undef) warns.Eric Blake2008-08-231-2/+5
* Improve --debugmode behavior.Eric Blake2008-08-221-4/+8
* Stage 26: Allow embedded NUL in macro definitions.Eric Blake2008-08-031-2/+2
* Stage 25b: Handle embedded NUL in changesyntax and friends.Eric Blake2008-06-181-4/+6
* Stage 24b: Allow embedded NUL in macro names.Eric Blake2008-06-021-13/+13
* Improve handling of frozen file errors.Eric Blake2008-05-231-2/+5
* In frozen file, split consecutive strings with newline.Eric Blake2008-05-191-25/+73
* Allow freezing the trace status of macros.Eric Blake2008-05-171-3/+82
* Fix frozen file regression in pushdef stacks from 2001-09-01.Eric Blake2008-05-151-41/+71
* Fix frozen file regression in diversions from 2007-01-21.Eric Blake2008-05-131-28/+4
* Improve error message when frozen file is invalid.Eric Blake2008-05-131-9/+48
* Detect integer overflow when loading frozen file.Eric Blake2008-05-101-17/+22
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-131-6/+7
* Avoid some magic numbers.Eric Blake2008-02-181-2/+2
* Stage 12b: add m4_string_pair.Eric Blake2008-01-251-18/+13
* Stage 5: add notion of quote age.Eric Blake2007-12-071-1/+1
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-1/+1
* Stage 3a: cache length, rather than computing it, in libm4.Eric Blake2007-11-281-1/+3
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-16/+16
* Never let printf failures go undetected.cvs-readonlyEric Blake2007-10-221-12/+12
* Fix 'm4 -F file -t undefined'.Eric Blake2007-10-181-3/+3
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-18/+18
* More conversion to m4_module*.Eric Blake2007-10-061-7/+7
* Wrap lt_dlhandle in struct m4_module.Eric Blake2007-10-061-1/+1
* Normalize all GPL license notices.Eric Blake2007-10-061-6/+6
* Upgrade to GPLv3, and document 1.4.10.Eric Blake2007-10-061-1/+1
* Fix sync line interaction with multiline comments.Eric Blake2007-10-061-1/+1
* Include <config.h> first in all C files, and not in headers.Eric Blake2007-10-061-0/+2
* Fix warnings from last commit.Eric Blake2007-10-061-20/+10
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-2/+1
* POSIX XCU ERN 137 was approved.Eric Blake2007-10-061-14/+12
* * src/freeze.c (reload_frozen_state): Avoid dereferencing freedEric Blake2007-10-061-2/+3
* * m4/m4module.h (M4_SYNTAX_ASSIGN): Delete this unusedEric Blake2007-10-061-2/+5
* * src/freeze.c (produce_char_dump): Delete. Replace with...Eric Blake2007-10-061-177/+189