summaryrefslogtreecommitdiff
path: root/regress/usr.bin/m4
AgeCommit message (Collapse)Author
2006-03-20add limited support for format builtin in gnu-m4 mode, because I'm fedMarc Espie
up of patching it away in various autoconf derivatives. okay miod@
2005-09-06finally 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-17add testMarc Espie
2005-03-02more regression tests for wraps.Marc Espie
2004-11-07handle special-case + in gnu regexps.Marc Espie
2004-05-12eval regress matching PR, more stuff to come.Marc Espie
2003-06-08Let patsubst handle empty patterns: those match anywhere, and don'tMarc Espie
replace any character. Like gnu-m4 does, and other regexp languages do. okay fries@
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-02-18cleanArtur Grabowski
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-10-14esyscmd test, requires current m4Todd T. Fries
2001-10-10nasty, nasty... with indir calls, we might end up with expand_macro callMarc Espie
for a macro call without parenthesis...
2001-10-10Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef)Marc Espie
2001-10-06regression test for last buglet. Thanks Dale.Marc Espie
2001-09-29test funky quotes, in normal and gnu-m4 mode.Marc Espie
2001-09-27weird testcases...Marc Espie
2001-09-27More patsubst that fail...Marc Espie
2001-09-19Add $OpenBSD$.Marc Espie
A testcase for redefining builtins.
2001-09-178 bit quotesMarc Espie
2001-09-17Scary interactionMarc Espie
2001-09-16patsubst on multi-line pattern... icky.Marc Espie
2001-09-16check pattern substMarc Espie
2001-08-17M4 indirection, to test other binaries more easily.Marc Espie
2001-01-29$OpenBSD$Niklas Hallqvist
2000-07-02Bump FIBOMAX to an interesting valueMarc Espie
2000-07-01Small perl script to create fibo.out.Marc Espie
length parameter to try to push fibo.m4 further.
2000-07-01Add vicious Fibonacci test.Marc Espie
Our m4 runs against a hard limit pretty soon currently, but this will be fixed.
2000-07-01Import NetBSD's m4 regression suite (we pass, btw)Marc Espie