summaryrefslogtreecommitdiff
path: root/usr.bin/m4
AgeCommit message (Expand)Author
2023-05-24use strchrchristos
2023-05-24m4 -g: { and } aren't supported in patsubst() or regexp()lukem
2022-05-24fix various typos in comment, documentation and log messages.andvar
2021-12-07m4 manual - bring over the rest of the tmac.sU bits.uwe
2021-12-07m4 manual - adapt to current -msuwe
2021-12-07m4: fix typo in error messagerillig
2021-12-07m4 - bring back the m4 manual.uwe
2021-12-07m4: remove PSD.docrillig
2020-06-27eval: Make radix optional even if minimum result width is specified.uwe
2020-06-27Improve markup for better PostScript output.uwe
2020-06-25Use a date that is actually a real date.uwe
2020-06-25Bump date for previous.uwe
2020-06-25Fix --error-output to be more like GNU m4. It's a long version of -o.uwe
2020-06-25Fix --error-output to be more like GNU m4.uwe
2020-06-24Try not to lose error output with --error-output.uwe
2019-03-26Use correct printf format for (struct input_file *)->linenokre
2019-03-26fix use-after-free issue.christos
2019-03-26print the source line and file where the error happened.christos
2019-03-26Behave like gnu m4; when the error output file cannot be opened, just warnchristos
2018-07-30Avoid an infinite loop caused by a line accidentally droppedkre
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