summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-204-6/+6
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-211-4/+0
* 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-202-3/+2
* maint: either fix or disable failing syntax-check rules.Gary V. Vaughan2013-09-181-2/+2
* maint: prefer STREQ/STRNEQ to strcmp contortions.Gary V. Vaughan2013-09-181-2/+2
* maint: update copyright year.Gary V. Vaughan2013-09-184-9/+8
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-162-84/+40
* Address remaining 'make syntax-check' findings.Eric Blake2010-01-082-8/+7
* Address 'make sc_error_message_uppercase' failures.Eric Blake2010-01-071-7/+7
* More whitespace cleanup.Eric Blake2010-01-073-130/+130
* Switch to indentation by space, not tab.Eric Blake2010-01-054-911/+911
* Update copyright year.Eric Blake2010-01-054-5/+7
* Drop .cvsignore and redundant .gitignore files.Eric Blake2009-06-152-28/+0
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-112-15/+44
* Add URLs to --help output.Eric Blake2009-01-241-8/+2
* Add debugmode(o) to control dumpdef output location.Eric Blake2008-12-232-1/+4
* Make --debugfile argument optional.Eric Blake2008-12-231-8/+23
* 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-252-9/+14
* Typos in source code comments.Ralf Wildenhues2008-09-011-1/+1
* Allow debugmode control over whether defn(undef) warns.Eric Blake2008-08-232-3/+8
* Improve --debugmode behavior.Eric Blake2008-08-222-26/+14
* Remove deprecated -N option; fixes a regression from 2006-09-14.Eric Blake2008-08-181-11/+1
* 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-022-34/+28
* Stage 24a: Use full call context in error reporting.Eric Blake2008-06-021-2/+4
* Improve frozen debugmode behavior.Eric Blake2008-05-281-5/+23
* 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
* Fix spelling of René Seindal's name in --version output.Eric Blake2008-05-191-1/+5
* 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
* Stage 23: allow tracing of indirect macro calls.Eric Blake2008-05-081-3/+3
* Fix testsuite bug when SIGPIPE is ignored.Eric Blake2008-04-171-0/+2
* Overhaul inter-version releases to work with git.Eric Blake2008-04-081-2/+1
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-132-8/+9
* * src/main.c (usage): Fix typo.Eric Blake2008-02-191-1/+1
* Avoid some magic numbers.Eric Blake2008-02-181-2/+2
* Fix security hole introduced 2007-11-23.Eric Blake2008-02-061-1/+5
* Stage 12b: add m4_string_pair.Eric Blake2008-01-251-18/+13
* Stage 7: use chained input support in input parser.Eric Blake2007-12-111-0/+2
* Stage 6: convert builtins to push arg at a time.Eric Blake2007-12-081-0/+2
* Stage 5: add notion of quote age.Eric Blake2007-12-072-2/+2
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-1/+1