summaryrefslogtreecommitdiff
path: root/usr.bin/m4/gnum4.c
AgeCommit message (Expand)Author
2003-11-22the the typo. from rohee@Marc Espie
2003-11-17Modify xalloc so that it also takes err(3)-like arguments.Marc Espie
2003-06-30Fold trace status into the single hash table that's left.Marc Espie
2003-06-30add a flag for each macro name that records built-in status.Marc Espie
2003-06-30Make the trace status of a macro an actual argument that gets pushedMarc Espie
2003-06-30clean up internal lookup interface:Marc Espie
2003-06-08Better argv tests, enough to fix autoconf 2.57, apparently.Marc Espie
2003-06-08Let patsubst handle empty patterns: those match anywhere, and don'tMarc Espie
2003-06-07Show filename and line number in regexp error.Marc Espie
2002-04-26use ansi function declarations. ok millert@Marc Espie
2002-04-26prototype mismatch, ansi conversion rules...Marc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-10-13Resize buffer correctly, I'm an idiot.Marc Espie
2001-09-28more emacs regexps in -g mode. Ok millert@Marc Espie
2001-09-27Needed logic to handle newlines correctly.Marc Espie
2001-09-18One single point for all macros/builtin expansion.Marc Espie
2001-09-18Fix regexp substitution.Marc Espie
2001-09-16Fix \\ in recognition in patsubst: must advance beyond it as well.Marc Espie
2001-07-28Wall cleanupPeter Valchev
2000-07-24Implement esyscmdMarc Espie
2000-06-28Fix stupid bug in argument handling. Problem found by fries@Marc Espie
2000-04-10Thinko in dobuiltin. Reported by turan@Marc Espie
2000-03-11Add a few builtins for greater compatibility with gnu-m4, and extendedMarc Espie
2000-01-12Use a proper abstract interface for file accesses, so that we can recordMarc Espie
1999-11-17Turn warnings on,Marc Espie
1999-09-14Style: kill register and indent properly.Marc Espie
1999-09-14Implement -I option and M4PATH environment variableMarc Espie