2008-02-22 |
Eric Blake | Stage 17: pass argv through quoted strings. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-21 |
Eric Blake | Stage 16: cache quotes and improve arg_print. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-21 |
Eric Blake | Fix out-of-bounds read for sanitized macro names, from... Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-19 |
Eric Blake | Clean up foreach example. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-18 |
Eric Blake | Avoid some magic numbers. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-16 |
Eric Blake | Add regression test for multi-character quote recursion. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-16 |
Eric Blake | Stage 15: return argv refs back to collect_arguments. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-15 |
Eric Blake | Use fastmaps for better regex performance. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-14 |
Eric Blake | Fix texinfo grammar. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-11 |
Eric Blake | Document behavior of __gnu__(). Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-11 |
Eric Blake | Use gnulib's git-merge-changelog driver when available. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-06 |
Eric Blake | Fix security hole introduced 2007-11-22. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-05 |
Eric Blake | strtod has been in use since 2008-01-17. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-02 |
Eric Blake | Stage 14: allow pushing argv references. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-02-01 |
Eric Blake | More details on impacts of some stages. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-31 |
Ralf Wildenhues | Fix checks/Makefile.
|
commit | commitdiff | tree |
2008-01-30 |
Eric Blake | Ignore Windows executables. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-27 |
Eric Blake | Stage 13: push composite text tokens. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-26 |
Eric Blake | Stage 12: make token_chain a union, add string_pair. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-22 |
Eric Blake | Stage 11: full circle for single argument references. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-17 |
Eric Blake | Stage 10: avoid extra copying of strings and comments. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-14 |
Eric Blake | Fix --warn-macro-sequence regression from 2007-11-29. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-07 |
Eric Blake | Give better summaries of StageN patches in ChangeLog. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2008-01-07 |
Eric Blake | Bump copyright year. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-21 |
Eric Blake | Stage 9: share rather than copy single-arg refs. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-18 |
Eric Blake | Stage 8: extend life of references into argv. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-13 |
Eric Blake | Yet more rewording. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-13 |
Eric Blake | * THANKS: Update. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-13 |
Paolo Bonzini | * doc/m4.texinfo: Fix quoting of a quoting example.
|
commit | commitdiff | tree |
2007-12-12 |
Eric Blake | Stage 7: add chained token support to input parser. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-10 |
Eric Blake | Stage 6: convert builtins to push arg at a time. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-07 |
Eric Blake | Minor security fix: Quote output of mkstemp. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-07 |
Eric Blake | Stage 5: add notion of quote age. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-06 |
Eric Blake | Ignore built m4 in non-VPATH builds. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-12-04 |
Eric Blake | Fix builds with OpenBSD make. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-30 |
Eric Blake | Stage 4: route indir, builtin through ref; make argv... Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-29 |
Eric Blake | Stage 3: cache length, rather than computing it Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-28 |
Eric Blake | Stage 2: use accessors, not direct reference, into... Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-25 |
Eric Blake | Stage 1: convert token_data** into new object. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-23 |
Eric Blake | More error messages tied to macro names. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-22 |
Eric Blake | Refactor error messages to avoid macros. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-22 |
Eric Blake | Security fix: avoid arbitrary code execution with ... Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-21 |
Eric Blake | Consistently report macro name first in messages. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-21 |
Eric Blake | Make argument checking a bit more sane. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-21 |
Eric Blake | Make dnl diagnostic print macro name. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-20 |
Ralf Wildenhues | * Makefile.am (EXTRA_DIST): gendocs.sh is gone here.
|
commit | commitdiff | tree |
2007-11-14 |
Eric Blake | Avoid builtin concatenation in macro arguments. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-13 |
Eric Blake | Simplify previous patch. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-13 |
Eric Blake | Fix memory leak in tail recursion. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-07 |
Eric Blake | More corner-case testing. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-06 |
Eric Blake | Use assert, rather than INTERNAL ERROR. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-05 |
Eric Blake | Use build-aux directory. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-02 |
Eric Blake | Update some documentation about version control. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-02 |
Eric Blake | start work on HACKING updates
|
commit | commitdiff | tree |
2007-11-02 |
Eric Blake | Adjust to recent gnulib change. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-11-01 |
Eric Blake | Improve error message when early end of file occurs. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-31 |
Eric Blake | Test more corner cases. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-28 |
Eric Blake | More test coverage for autoconf usage patterns. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-27 |
Eric Blake | Document one use of changequote(`(',`)'). Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-24 |
Ralf Wildenhues | Fix 'make distcheck'.
|
commit | commitdiff | tree |
2007-10-24 |
Eric Blake | Reduce number of mingw testsuite failures. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-22 |
Eric Blake | Add DEBUG_REGEX debugging information. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-22 |
Eric Blake | Never let printf failures go undetected. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-18 |
Eric Blake | Fix 'm4 -F file -t undefined'. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-09 |
Eric Blake | * NEWS: Document recent speedups. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-09 |
Eric Blake | Fix regexp regression of 2007-09-29. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-09 |
Eric Blake | Cache regex compilation for another autoconf speedup. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-02 |
Eric Blake | Document quoting pitfalls in capitalize. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-10-01 |
Eric Blake | Another Autoconf usage pattern optimization. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-09-29 |
Eric Blake | Optimize for Autoconf usage pattern. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-09-24 |
Eric Blake | Create .gitignore alongside .cvsignore. Signed-off-by: Eric Blake <ebb9@byu.net>
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * AUTHORS: Fix typo.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * AUTHORS: Simplify, to match libtool and autoconf...
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * doc/m4.texinfo (Compatibility): Sync with head.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * doc/m4.texinfo (Defn): Update wording.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | POSIX requires defn(`a',`b') to concatenate definitions.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Normalize all GPL license notices.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Fix regression on NetBSD from 2007-05-28.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Fix 'make distcheck' issues.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Reflect upstream license .texi changes.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * doc/.cvsignore: Ignore m4.info-1 and friends.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Start 1.4.10a.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Release 1.4.10:
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * src/format.c: Missed a GPLv3 conversion.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Avoid undefined behavior of %.*c in printf.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Fix up gnulib-tool usage.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Upgrade to GPL version 3 or later.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import...
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Match Free Software Directory categories.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | * src/output.c (output_text): Fix regression from 2007...
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Start 1.4.9c.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Beta Release 1.4.9b:
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Improve format support.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Fix large diversion corner cases, including 1.4.8 regression.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Also run gnulib unit tests during make check.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Backport prompts in examples from head.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Fix sync line interaction with multiline comments.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Test -s in testsuite.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Support POSIX flush semantics on all platforms.
|
commit | commitdiff | tree |
2007-09-21 |
Eric Blake | Work around cygwin and mingw fseeko bugs.
|
commit | commitdiff | tree |