Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-20 | add limited support for format builtin in gnu-m4 mode, because I'm fed | Marc Espie | |
up of patching it away in various autoconf derivatives. okay miod@ | |||
2005-09-06 | finally make our m4 SusV3-compliant. | Marc Espie | |
- changecom and changequote have a simple definition (that matches gnu-m4, coincidentally, so we no longer need two distinct modes for these) - off-by-one bug in -s, this finally works. - reorder main parser loop, so that we can use alphabetic constructs in quotes/comments. - rename putback to pushback, this matches comments, and makes more sense. - more uniform (and updated) description of changequote/changecom. - new, systematic regression tests of comments/quotes. - framework to test -s: one perl script to reconstitute `full' files with all line numbers, so that we can verify the output without needing a complete match. okay otto@, fries@ | |||
2005-05-17 | add test | Marc Espie | |
2005-03-02 | more regression tests for wraps. | Marc Espie | |
2004-11-07 | handle special-case + in gnu regexps. | Marc Espie | |
2004-05-12 | eval regress matching PR, more stuff to come. | Marc Espie | |
2003-06-08 | Let patsubst handle empty patterns: those match anywhere, and don't | Marc Espie | |
replace any character. Like gnu-m4 does, and other regexp languages do. okay fries@ | |||
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ | |||
2002-02-18 | clean | Artur Grabowski | |
2002-01-01 | trivial conversions to bsd.regress.mk | Artur Grabowski | |
2001-10-14 | esyscmd test, requires current m4 | Todd T. Fries | |
2001-10-10 | nasty, nasty... with indir calls, we might end up with expand_macro call | Marc Espie | |
for a macro call without parenthesis... | |||
2001-10-10 | Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef) | Marc Espie | |
2001-10-06 | regression test for last buglet. Thanks Dale. | Marc Espie | |
2001-09-29 | test funky quotes, in normal and gnu-m4 mode. | Marc Espie | |
2001-09-27 | weird testcases... | Marc Espie | |
2001-09-27 | More patsubst that fail... | Marc Espie | |
2001-09-19 | Add $OpenBSD$. | Marc Espie | |
A testcase for redefining builtins. | |||
2001-09-17 | 8 bit quotes | Marc Espie | |
2001-09-17 | Scary interaction | Marc Espie | |
2001-09-16 | patsubst on multi-line pattern... icky. | Marc Espie | |
2001-09-16 | check pattern subst | Marc Espie | |
2001-08-17 | M4 indirection, to test other binaries more easily. | Marc Espie | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-07-02 | Bump FIBOMAX to an interesting value | Marc Espie | |
2000-07-01 | Small perl script to create fibo.out. | Marc Espie | |
length parameter to try to push fibo.m4 further. | |||
2000-07-01 | Add vicious Fibonacci test. | Marc Espie | |
Our m4 runs against a hard limit pretty soon currently, but this will be fixed. | |||
2000-07-01 | Import NetBSD's m4 regression suite (we pass, btw) | Marc Espie | |