summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
Commit message (Expand)AuthorAgeFilesLines
* When we appear to want a signed value from sizeof(), use ssize_t in the cast,jmallett2002-10-301-1/+1
* Die on -D=foo, when parsing options - we can't let someone define (nil).jmallett2002-09-041-0/+2
* Kill extraneous whitespace.jmallett2002-07-1510-90/+90
* Add a default case to the getopt(3) switch, remove a blank line nearby.jmallett2002-07-141-1/+1
* Functions declared as <type> <identifier>(<nil>) should be declared asjmallett2002-07-145-27/+27
* Remove prototype for main().jmallett2002-07-141-2/+0
* Whitespace fixes to line-up EOL escapes whose right-most extraints changed injmallett2002-06-201-15/+15
* Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t.jmallett2002-06-202-5/+5
* Note that this appeared at least as early as PWB UNIX.jmallett2002-06-101-2/+1
* Make the manpage consistent with the code on the subject of comments, as tojmallett2002-06-031-1/+4
* mdoc(7) police: tidy up the markup.ru2002-05-301-84/+101
* Add Standards, Diagnostics and History sections.tjr2002-05-261-0/+17
* If a file operand cannot be processed, go on to process any remaining filestjr2002-05-261-3/+8
* Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warningjmallett2002-05-031-3/+3
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.jmallett2002-05-036-13/+52
* Remove redundant declarations of getopt(3) externals (since <unistd.h> doesjmallett2002-05-022-4/+2
* Add some spurious veritcal whitespace to reduce diffs to OpenBSD.jmallett2002-05-011-0/+2
* Merge local changes again, against ANSIfied m4(1).jmallett2002-05-018-245/+109
* Use %zu to print a size_t, not %u and definitely not %d.jmallett2002-04-202-2/+1
* Print a size_t as %u not %d.jmallett2002-04-201-1/+1
* Use `The .Nm utility'charnier2002-04-201-2/+3
* Prevent sign extension (again)ache2002-04-201-1/+1
* Crank WARNS.jmallett2002-04-209-42/+47
* Prevent sign extension on characters with 8bit setache2002-04-191-1/+1
* Add __FBSDID, this file was unmodified so it was missed in the initial sweep.jmallett2002-04-191-0/+3
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,jmallett2002-04-1912-643/+1442
* Merge differences and correct the manual page.jmallett2002-04-191-144/+309
* This adds support for -s to the m4(1) utility, which causes #line directivesjmallett2002-04-176-9/+82
* remove __Pimp2002-03-222-46/+48
* This commit was generated by cvs2svn to compensate for changes in r90744,jmallett2002-02-162-0/+835
|\
| * Import OpenBSD m4 as of today.jmallett2002-02-167-446/+1907
| * Import OpenBSD m4 as of today.jmallett2001-11-161-109/+224
| * Import OpenBSD m4 as of today.jmallett2001-09-271-18/+66
| * Import OpenBSD m4 as of today.jmallett2001-09-181-2/+10
| * Import OpenBSD m4 as of today.jmallett1999-11-091-0/+3
* | Remove the local basename in favor of the libc version.obrien2001-07-245-43/+22
* | Remove whitespace at EOL.dd2001-07-151-1/+1
* | Make sure the len() builtin always returns an answer. Previously,gshapiro2001-05-291-2/+1
* | String operations could silently truncate long strings, leaving the outputgshapiro2001-05-181-8/+8
* | Clean up temporary file(s) and directory when m4 exits without fallinggshapiro2001-04-163-7/+18
* | The secure temporary directory is always created, so always remove it.jhay2001-02-281-5/+1
* | Fix format string warnings.kris2000-11-271-1/+1
* | Create temporary files in a secure directory, instead of using multiplekris2000-11-222-7/+9
* | mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
* | getopt and friends are declared in <unistd.h>imp2000-09-041-4/+0
* | Remove unnecessary extern definition of strrchr. It is defined inimp2000-08-161-1/+0
* | Typokris1999-11-151-1/+1
* | $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* | Various man page cleanup:mpp1999-08-151-2/+2
* | Change the wording to reflect that only the first character of the twosteve1998-12-131-2/+2
OpenPOWER on IntegriCloud