summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Beta Release Version 1.4.10b.v1.4.10bEric Blake2008-02-2511-565/+649
* Use size_t consistently for string length truncation.Eric Blake2008-02-237-15/+26
* s/obstack_print/shipout_string_trunc/.Eric Blake2008-02-236-42/+59
* s/shipout_text/divert_text/.Eric Blake2008-02-234-6/+13
* Stage 18: try harder to reuse argv in recursion.Eric Blake2008-02-225-48/+150
* Stage 17: pass argv through quoted strings.Eric Blake2008-02-224-52/+167
* Stage 16: cache quotes and improve arg_print.Eric Blake2008-02-219-151/+254
* Fix out-of-bounds read for sanitized macro names, from 2008-02-06.Eric Blake2008-02-202-0/+7
* Clean up foreach example.Eric Blake2008-02-192-6/+57
* Avoid some magic numbers.Eric Blake2008-02-184-27/+42
* Add regression test for multi-character quote recursion.Eric Blake2008-02-167-10/+61
* Stage 15: return argv refs back to collect_arguments.Eric Blake2008-02-1610-76/+275
* Use fastmaps for better regex performance.Eric Blake2008-02-153-15/+24
* Fix texinfo grammar.Eric Blake2008-02-132-5/+12
* Document behavior of __gnu__().Eric Blake2008-02-112-2/+37
* Use gnulib's git-merge-changelog driver when available.Eric Blake2008-02-113-3/+23
* Fix security hole introduced 2007-11-22.Eric Blake2008-02-064-4/+49
* strtod has been in use since 2008-01-17.Eric Blake2008-02-052-2/+6
* Stage 14: allow pushing argv references.Eric Blake2008-02-025-107/+342
* More details on impacts of some stages.Eric Blake2008-02-011-3/+4
* Fix checks/Makefile.Ralf Wildenhues2008-01-303-2/+12
* Ignore Windows executables.Eric Blake2008-01-292-0/+2
* Stage 13: push composite text tokens.Eric Blake2008-01-264-74/+157
* Stage 12: make token_chain a union, add string_pair.Eric Blake2008-01-258-222/+292
* Stage 11: full circle for single argument references.Eric Blake2008-01-224-118/+376
* Stage 10: avoid extra copying of strings and comments.Eric Blake2008-01-1611-114/+278
* Fix --warn-macro-sequence regression from 2007-11-29.Eric Blake2008-01-143-9/+21
* Give better summaries of StageN patches in ChangeLog.Eric Blake2008-01-071-1/+63
* Bump copyright year.Eric Blake2008-01-072-5/+14
* Stage 9: share rather than copy single-arg refs.Eric Blake2007-12-2014-74/+183
* Stage 8: extend life of references into argv.Eric Blake2007-12-185-73/+352
* Yet more rewording.Eric Blake2007-12-132-4/+10
* * THANKS: Update.Eric Blake2007-12-132-0/+6
* * doc/m4.texinfo: Fix quoting of a quoting example.Paolo Bonzini2007-12-132-2/+9
* Stage 7: add chained token support to input parser.Eric Blake2007-12-114-41/+250
* Stage 6: convert builtins to push arg at a time.Eric Blake2007-12-109-90/+216
* Minor security fix: Quote output of mkstemp.Eric Blake2007-12-074-28/+71
* Stage 5: add notion of quote age.Eric Blake2007-12-077-124/+377
* Ignore built m4 in non-VPATH builds.Eric Blake2007-12-052-0/+2
* Fix builds with OpenBSD make.Eric Blake2007-12-044-13/+29
* Stage 4: route indir, builtin through ref; make argv opaque.Eric Blake2007-11-295-154/+317
* Stage 3: cache length, rather than computing itEric Blake2007-11-298-70/+143
* Stage 2: use accessors, not direct reference, into argv.Eric Blake2007-11-276-47/+139
* Stage 1: convert token_data** into new object.Eric Blake2007-11-247-156/+243
* More error messages tied to macro names.Eric Blake2007-11-226-35/+45
* Refactor error messages to avoid macros.Eric Blake2007-11-2213-241/+289
* Security fix: avoid arbitrary code execution with 'm4 -F'.Eric Blake2007-11-223-3/+11
* Consistently report macro name first in messages.Eric Blake2007-11-217-194/+237
* Make argument checking a bit more sane.Eric Blake2007-11-212-105/+103
* Make dnl diagnostic print macro name.Eric Blake2007-11-215-18/+27