History log of /netbsd/usr.bin/m4/mdef.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 4694e6e9 16-Jan-2016 christos <christos@NetBSD.org>

add most gnu m4 long options


# 7b8e8c3d 16-Jan-2016 christos <christos@NetBSD.org>

Use hex for masks.


# 8eef6081 18-Oct-2013 christos <christos@NetBSD.org>

avoid redefinitions


# d4724229 05-Mar-2011 christos <christos@NetBSD.org>

use TOKEN_LINE from MirBSD


# f3efdb75 26-Oct-2009 christos <christos@NetBSD.org>

resolve conflicts.


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 4b087712 14-Nov-2001 tv <tv@NetBSD.org>

Pull in various changes from OpenBSD, most from Marc Espie, including:
* Provide some GNUisms as extensions.
* Provide dynamically growable string space.
* Make define(defn(foo)) work correctly for b

Pull in various changes from OpenBSD, most from Marc Espie, including:
* Provide some GNUisms as extensions.
* Provide dynamically growable string space.
* Make define(defn(foo)) work correctly for builtins.
(The current version is supposed to be capable of satisfying autoconf.)

All still relevant NetBSD changes have been preserved in this version, and
formatting and style fixes have been applied in various places.

Thanks to Masao Uebayashi <uebayasi@soum.co.jp> for pointing this out.

show more ...


# 9d876c80 05-Mar-2001 wiz <wiz@NetBSD.org>

Sprinkle some const, and rename a shadow-variable.


# 313e5bd0 18-Oct-2000 jdolecek <jdolecek@NetBSD.org>

couple more whitespace fixes, by Nathan Ahlstrom


# e4d74996 02-Dec-1997 cgd <cgd@NetBSD.org>

add a typedef which describes elements in the push-back buffer. Make
that typedef 'short'. 'char' (which was previously used) because char
may be unsigned and ((char)EOF) != EOF if that is the case

add a typedef which describes elements in the push-back buffer. Make
that typedef 'short'. 'char' (which was previously used) because char
may be unsigned and ((char)EOF) != EOF if that is the case. That was
causing the (char)EOF (0xff) pushed back in main to be interepreted as
a character, and, in some cases, to be written to the output. 'short'
was used rather than 'signed char' because if the latter is used,
0xff characters in the input would confuse m4. (No point in introducing
(more?) 8-bit lossage.)

show more ...


# e09468dc 13-Jan-1996 pk <pk@NetBSD.org>

Handle multichar comment and quote delimiters (up to 5 characters, per the
manual page). Takes care of PR#485.


# 8ddb7345 28-Sep-1995 tls <tls@NetBSD.org>

Sync with 4.4BSD-Lite2


# a7c89f0f 19-Jun-1994 glass <glass@NetBSD.org>

upgrade to 4.4-lite m4. no local changes of note


# c33a9549 30-Oct-1993 glass <glass@NetBSD.org>

latest m4 from ozan. now does the right thing w/respect to sendmail


# aee4b07b 02-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.


# 0d66213f 18-Jun-1993 glass <glass@NetBSD.org>

baseline of new version of m4 supplied by Ozan Yigit, original author
of the broken m4 we had. This is his stuff virgin + our Makefile.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources