aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4
Commit message (Expand)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-1/+1
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Store a pointer to "null" in struct ndblock's defn member instead of aTim J. Robbins2004-08-163-6/+6
* Respect locale settings from the environment.Tim J. Robbins2004-07-121-0/+3
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Don't depend on NULL's expansion being a pointer, cast it before it is passedStefan Farfeleder2004-05-181-1/+1
* Fix m4 to properly handle bitwise operators &, ^, and |. Fix operatorSean Kelly2004-05-011-154/+173
* m4 script to test the functionality of math operators in eval().Sean Kelly2004-05-011-0/+181
* Use .St -susv2 rather than "The Single UNIX specification".Maxim Konovalov2003-12-101-2/+3
* The .Nm utilityPhilippe Charnier2003-06-081-3/+5
* Flush streams before calling system() so that the output appears in theTim J. Robbins2003-05-011-1/+3
* Correct typo in COMPATIBILITY section: s/esycmd/esyscmdJens Schweikhardt2003-04-231-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* When we appear to want a signed value from sizeof(), use ssize_t in the cast,Juli Mallett2002-10-301-1/+1
* 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-1510-90/+90
* 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-145-27/+27
* Remove prototype for main().Juli Mallett2002-07-141-2/+0
* Whitespace fixes to line-up EOL escapes whose right-most extraints changed inJuli Mallett2002-06-201-15/+15
* Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t.Juli Mallett2002-06-202-5/+5
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
* Make the manpage consistent with the code on the subject of comments, as toJuli Mallett2002-06-031-1/+4
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-301-84/+101
* Add Standards, Diagnostics and History sections.Tim J. Robbins2002-05-261-0/+17
* If a file operand cannot be processed, go on to process any remaining filesTim J. Robbins2002-05-261-3/+8
* Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warningJuli Mallett2002-05-031-3/+3
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.Juli Mallett2002-05-036-13/+52
* Remove redundant declarations of getopt(3) externals (since <unistd.h> doesJuli Mallett2002-05-022-4/+2
* Add some spurious veritcal whitespace to reduce diffs to OpenBSD.Juli Mallett2002-05-011-0/+2
* Merge local changes again, against ANSIfied m4(1).Juli Mallett2002-05-018-245/+109
* Use %zu to print a size_t, not %u and definitely not %d.Juli Mallett2002-04-202-2/+1
* Print a size_t as %u not %d.Juli Mallett2002-04-201-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* Prevent sign extension (again)Andrey A. Chernov2002-04-201-1/+1
* Crank WARNS.Juli Mallett2002-04-209-42/+47
* Prevent sign extension on characters with 8bit setAndrey A. Chernov2002-04-191-1/+1
* Add __FBSDID, this file was unmodified so it was missed in the initial sweep.Juli Mallett2002-04-191-0/+3
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,Juli Mallett2002-04-1912-643/+1442
* Merge differences and correct the manual page.Juli Mallett2002-04-191-144/+309
* This adds support for -s to the m4(1) utility, which causes #line directivesJuli Mallett2002-04-176-9/+82
* remove __PWarner Losh2002-03-222-46/+48
* This commit was generated by cvs2svn to compensate for changes in r90744,Juli Mallett2002-02-162-0/+835
|\
| * Import OpenBSD m4 as of today.Juli Mallett2002-02-167-0/+3491
| * Import OpenBSD m4 as of today.Juli Mallett2001-11-161-0/+381
| * Import OpenBSD m4 as of today.Juli Mallett2001-09-271-0/+224
| * Import OpenBSD m4 as of today.Juli Mallett2001-09-181-0/+18