Age | Commit message (Expand) | Author |
2022-07-04 | somehow, when I created this file, I copied the licence of the other files | Marc Espie |
2022-06-14 | my email should be @openbsd.org everywhere, and nothing else | Marc Espie |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2017-06-15 | Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+ | Brian Callahan |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-25 | add check for overflow while doubling (very unlikely in practice, but still | Marc Espie |
2015-03-14 | Use xstrdup(), from Michael W. Bombardieri | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-07-10 | annotate regexp error messages with source string. | Marc Espie |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-04-28 | check for integer overflows in custom allocs, okay jca@ | Marc Espie |
2013-11-20 | repair signed char vs isdigit | Theo de Raadt |
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 |