Age | Commit message (Expand) | Author |
2011-11-06 | improve gm4 compatibility, from Robert Young, thanks ! | Marc Espie |
2010-09-07 | Remove stray spaces. No code change. | Marco Peereboom |
2010-03-22 | add more gnum4 support: regexps do weird things with empty patterns (this | Marc Espie |
2008-08-21 | extend format support to cater to recent GNU autoconf | Marc Espie |
2008-08-16 | not yet, committed too much | Marc Espie |
2008-08-16 | argument parsing should only skip spaces outside of parenthesis. | Marc Espie |
2006-03-24 | oops, noticed by David Hill. | Marc Espie |
2006-03-23 | formatting fixes | Marc Espie |
2006-03-23 | explicit cast on strtoul, classical const gotcha. | Marc Espie |
2006-03-20 | add limited support for format builtin in gnu-m4 mode, because I'm fed | Marc Espie |
2006-03-20 | report function m4errx, that shows app-specific data (filename/linenumber) | Marc Espie |
2005-05-29 | fix a few minor compatibility issues. | Marc Espie |
2005-05-21 | more heuristics to coerce gnu-m4 mode to work like we wish: if a ^ or $ | Marc Espie |
2005-05-17 | gnu m4 mode does not heed end of lines. | Marc Espie |
2004-11-07 | twiddle + at start of regexp. | Marc Espie |
2003-11-22 | the the typo. from rohee@ | Marc Espie |
2003-11-17 | Modify xalloc so that it also takes err(3)-like arguments. | Marc Espie |
2003-06-30 | Fold trace status into the single hash table that's left. | Marc Espie |
2003-06-30 | add a flag for each macro name that records built-in status. | Marc Espie |
2003-06-30 | Make the trace status of a macro an actual argument that gets pushed | Marc Espie |
2003-06-30 | clean up internal lookup interface: | Marc Espie |
2003-06-08 | Better argv tests, enough to fix autoconf 2.57, apparently. | Marc Espie |
2003-06-08 | Let patsubst handle empty patterns: those match anywhere, and don't | Marc Espie |
2003-06-07 | Show filename and line number in regexp error. | Marc Espie |
2002-04-26 | use ansi function declarations. ok millert@ | Marc Espie |
2002-04-26 | prototype mismatch, ansi conversion rules... | Marc Espie |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-10-13 | Resize buffer correctly, I'm an idiot. | Marc Espie |
2001-09-28 | more emacs regexps in -g mode. Ok millert@ | Marc Espie |
2001-09-27 | Needed logic to handle newlines correctly. | Marc Espie |
2001-09-18 | One single point for all macros/builtin expansion. | Marc Espie |
2001-09-18 | Fix regexp substitution. | Marc Espie |
2001-09-16 | Fix \\ in recognition in patsubst: must advance beyond it as well. | Marc Espie |
2001-07-28 | Wall cleanup | Peter Valchev |
2000-07-24 | Implement esyscmd | Marc Espie |
2000-06-28 | Fix stupid bug in argument handling. Problem found by fries@ | Marc Espie |
2000-04-10 | Thinko in dobuiltin. Reported by turan@ | Marc Espie |
2000-03-11 | Add a few builtins for greater compatibility with gnu-m4, and extended | Marc Espie |
2000-01-12 | Use a proper abstract interface for file accesses, so that we can record | Marc Espie |
1999-11-17 | Turn warnings on, | Marc Espie |
1999-09-14 | Style: kill register and indent properly. | Marc Espie |
1999-09-14 | Implement -I option and M4PATH environment variable | Marc Espie |