aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/gnum4.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* m4: import patch from OpenBSDBaptiste Daroussin2019-09-091-4/+6
* Import from OpenBSD: -E flagBaptiste Daroussin2019-09-091-4/+23
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* Synchronize with OpenBSDBaptiste Daroussin2015-05-181-10/+10
* Sync with OpenBSDBaptiste Daroussin2014-07-271-25/+33
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-1/+1
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-281-48/+193
* Mark global functions and/or variables in m4(1) static where possible.Ed Schouten2011-11-061-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-1/+1
* Don't depend on NULL's expansion being a pointer, cast it before it is passedStefan Farfeleder2004-05-181-1/+1
* Kill extraneous whitespace.Juli Mallett2002-07-151-24/+24
* Functions declared as <type> <identifier>(<nil>) should be declared asJuli Mallett2002-07-141-2/+2
* Merge local changes again, against ANSIfied m4(1).Juli Mallett2002-05-011-60/+20
* Use %zu to print a size_t, not %u and definitely not %d.Juli Mallett2002-04-201-1/+1
* Print a size_t as %u not %d.Juli Mallett2002-04-201-1/+1
* Crank WARNS.Juli Mallett2002-04-201-9/+3
* Add __FBSDID, this file was unmodified so it was missed in the initial sweep.Juli Mallett2002-04-191-0/+3
* Import OpenBSD m4 as of today.Juli Mallett2002-02-161-0/+563