summaryrefslogtreecommitdiff
path: root/usr.bin/m4
AgeCommit message (Expand)Author
2017-10-23remove the braces I accidentally added.christos
2017-10-22PR/52638: matthew green: missing argument check causes m4 to core in ifelse()christos
2016-01-23Explain what REDIRECT is for.christos
2016-01-17Fix some macros. Sort stuff some more.wiz
2016-01-16Update documentation.christos
2016-01-16fix the option string.christos
2016-01-16mention that nesting limit is unimplementedchristos
2016-01-16add most gnu m4 long optionschristos
2016-01-16add nesting_limitchristos
2016-01-16record all input for fake freezechristos
2016-01-16Use hex for masks.christos
2016-01-16Add disabled support for saving and restoring the symbol table.christos
2016-01-16- don't eat the rest of the string when no match in patsubstchristos
2016-01-16- declarations for real/fake freezechristos
2016-01-16More gnu compatibility:christos
2015-01-29use strtoi instead of strtonum, since this is a tool.christos
2015-01-29latent strtonum removal.christos
2015-01-29delete externchristos
2015-01-04Don't depend on yacc skeleton to include sys/cdefs.h early.joerg
2014-07-05Rework /usr/share/doc.dholland
2014-01-07Better document eval, mentioning optional second and third arguments.wiz
2013-10-18avoid redefinitionschristos
2013-07-20Use Mt for email addresses.wiz
2012-04-25Fix wrong loop index leading to infinite loopchristos
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-03-20Use C89 function definitionsmatt
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2011-09-06Move usage and onintr to make them static. Add __dead as needed.joerg
2011-08-21Requires stdint.h.dholland
2011-08-14kill gcc-4.5 warningchristos
2011-06-22apply some -Wno-error/-Wno-enum-compare/-Wno-array-bounds.mrg
2011-05-24Doesn't need input.joerg
2011-03-08Revert previous, to fix build on Mac OS X again.riz
2011-03-05add other os support from MirBSDchristos
2011-03-05add mimic_gnu for eval print.christos
2011-03-05use TOKEN_LINE from MirBSDchristos
2010-05-14Improve/fix/deuglify markup.joerg
2009-11-06Fix __progname mess.joerg
2009-10-31Always define _PATH_DIVNAME to the Unix version. Drop UNIQUE.joerg
2009-10-30Fix markup.joerg
2009-10-29use %option instead of #define YY_NO_...christos
2009-10-28more no unputchristos
2009-10-28Handle nbtools build better.christos
2009-10-26fix the tools buildchristos
2009-10-26fix compilation.christos
2009-10-26fix prototypechristos
2009-10-26resolve conflicts.christos
2009-10-26Import new m4 from OpenBSD.christos
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-10Don't break scope for .Oo/.Oc to workaround ancient argument limit.joerg