summaryrefslogtreecommitdiff
path: root/usr.bin/m4/tokenizer.l
AgeCommit message (Expand)Author
2017-06-17Don't need to link with -ll or -ly.Brian Callahan
2017-06-15Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+Brian Callahan
2012-04-12new m4 -g stuff:Marc Espie
2010-03-22add more gnum4 support: regexps do weird things with empty patterns (thisMarc Espie
2008-08-21gnu extension: 0rN:az for baseN numbers.Marc Espie
2008-08-16not yet, committed too muchMarc Espie
2008-08-16argument parsing should only skip spaces outside of parenthesis.Marc Espie
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2004-05-12all numbers as one composite regexp.Marc Espie
2004-05-12replace hand-made expr() parser with a lex/yacc affair that is shorter,Marc Espie