aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* m4: Add -G option which reverses -g.Dag-Erling Smørgrav2023-06-211-1/+5
* m4: Support long options.Dag-Erling Smørgrav2023-06-211-2/+18
* Import from OpenBSD: -E flagBaptiste Daroussin2019-09-091-2/+10
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Synchronize m4(1) with OpenBSDBaptiste Daroussin2015-11-211-12/+6
* Synchronize with OpenBSDBaptiste Daroussin2015-05-181-2/+5
* Sync with OpenBSDBaptiste Daroussin2014-07-271-5/+6
* Reduce diff with upstream.Jung-uk Kim2013-05-031-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-1/+1
* Improve m4 compatibility with GNU m4 extension ** (exponent)Baptiste Daroussin2012-04-151-1/+3
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-281-219/+192
* Mark global functions and/or variables in m4(1) static where possible.Ed Schouten2011-11-061-1/+1
* Fix build of m4 with WARNS=6.Ed Schouten2011-10-161-0/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Store a pointer to "null" in struct ndblock's defn member instead of aTim J. Robbins2004-08-161-2/+2
* Respect locale settings from the environment.Tim J. Robbins2004-07-121-0/+3
* Die on -D=foo, when parsing options - we can't let someone define (nil).Juli Mallett2002-09-041-0/+2
* Kill extraneous whitespace.Juli Mallett2002-07-151-16/+16
* Add a default case to the getopt(3) switch, remove a blank line nearby.Juli Mallett2002-07-141-1/+1
* Functions declared as <type> <identifier>(<nil>) should be declared asJuli Mallett2002-07-141-3/+3
* Remove prototype for main().Juli Mallett2002-07-141-2/+0
* Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t.Juli Mallett2002-06-201-2/+2
* If a file operand cannot be processed, go on to process any remaining filesTim J. Robbins2002-05-261-3/+8
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.Juli Mallett2002-05-031-4/+16
* Remove redundant declarations of getopt(3) externals (since <unistd.h> doesJuli Mallett2002-05-021-3/+0
* Merge local changes again, against ANSIfied m4(1).Juli Mallett2002-05-011-24/+11
* Crank WARNS.Juli Mallett2002-04-201-10/+9
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,Juli Mallett2002-04-191-186/+398
* This adds support for -s to the m4(1) utility, which causes #line directivesJuli Mallett2002-04-171-2/+27
* Remove the local basename in favor of the libc version.David E. O'Brien2001-07-241-2/+7
* Clean up temporary file(s) and directory when m4 exits without fallingGregory Neil Shapiro2001-04-161-7/+2
* The secure temporary directory is always created, so always remove it.John Hay2001-02-281-5/+1
* Create temporary files in a secure directory, instead of using multipleKris Kennaway2000-11-221-1/+4
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-4/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) instead of local redefinition. Remove progname.Philippe Charnier1997-07-231-12/+13
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Make m4 more 8bit clean.Andrey A. Chernov1994-12-181-10/+10
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+425