summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/tokenizer.l (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't need to link with -ll or -ly.bcallah2017-06-171-1/+3
* Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+bcallah2017-06-151-7/+6
* new m4 -g stuff:espie2012-04-121-1/+2
* add more gnum4 support: regexps do weird things with empty patterns (thisespie2010-03-221-5/+15
* gnu extension: 0rN:az for baseN numbers.espie2008-08-211-1/+36
* not yet, committed too muchespie2008-08-161-36/+1
* argument parsing should only skip spaces outside of parenthesis.espie2008-08-161-1/+36
* use stdint.h where appropriate. okay millert@espie2006-01-201-3/+3
* all numbers as one composite regexp.espie2004-05-121-15/+13
* replace hand-made expr() parser with a lex/yacc affair that is shorter,espie2004-05-121-0/+64