OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Marc Espie (espiecvs.openbsd.org)
Date: Mon Mar 22 2010 - 15:40:44 CDT


CVSROOT: /cvs
Module name: src
Changes by: espiecvs.openbsd.org 2010/03/22 14:40:44

Modified files:
        usr.bin/m4 : gnum4.c m4.1 main.c tokenizer.l

Log message:
add more gnum4 support: regexps do weird things with empty patterns (this
is required for newer autoconf).
fix the tokenizer for gnu extensions, allowing digits out of range is
ridiculous.
add POSIX2008 mkstemp and document it (also documenting that mktemp is
safe, not posix...)
tidy the manpage, do extra .Nm m4 -> .Nm.
okay otto, miod, jmc