aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/m4.1
Commit message (Collapse)AuthorAgeFilesLines
* m4(1): Add a SEE ALSO section and reference an AT&T manualGordon Bergling2021-04-081-1/+12
| | | | | Obtained from: OpenBSD MFC after: 1 week
* Import from OpenBSD: -E flagBaptiste Daroussin2019-09-091-5/+22
| | | | | | | | | | | | | Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+ Help and direction millert@ espie@ anton@ deraadt@ ok espie@ Obtained from: OpenBSD Notes: svn path=/head/; revision=352065
* Synchronize m4(1) with OpenBSDBaptiste Daroussin2015-11-211-5/+3
| | | | Notes: svn path=/head/; revision=291128
* Synchronize with OpenBSDBaptiste Daroussin2015-05-181-2/+4
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=283089
* mdoc: fix date.Joel Dahl2014-07-291-1/+1
| | | | Notes: svn path=/head/; revision=269250
* Sync with OpenBSDBaptiste Daroussin2014-07-271-12/+16
| | | | | | | | | | | This brings: - check for integer overflows in custom allocs - fix potential integer overflows in memory allocation - annotate regexp error messages with source string - better error handling in mkstemp/unlink/fdopen logic Notes: svn path=/head/; revision=269162
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-3/+3
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Reduce diff with upstream.Jung-uk Kim2013-05-031-15/+28
| | | | Notes: svn path=/head/; revision=250226
* Remove contractions.Joel Dahl2012-10-071-1/+1
| | | | Notes: svn path=/head/; revision=241331
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-281-212/+286
| | | | | | | | | | | This bring better compatibility with gnum4 Reviewed by: cognet Approved by: cognet Obtained from: OpenBSD, NetBSD Notes: svn path=/head/; revision=228063
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
| | | | | | | by POSIX. Notes: svn path=/head/; revision=131511
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131491
* Use .St -susv2 rather than "The Single UNIX specification".Maxim Konovalov2003-12-101-2/+3
| | | | | | | Submitted by: osa Notes: svn path=/head/; revision=123380
* The .Nm utilityPhilippe Charnier2003-06-081-3/+5
| | | | Notes: svn path=/head/; revision=116046
* Correct typo in COMPATIBILITY section: s/esycmd/esyscmdJens Schweikhardt2003-04-231-1/+1
| | | | Notes: svn path=/head/; revision=113898
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
| | | | | | | Use the literal string 'PWB UNIX', as we still have no .At macro for it. Notes: svn path=/head/; revision=98107
* Make the manpage consistent with the code on the subject of comments, as toJuli Mallett2002-06-031-1/+4
| | | | | | | | | | | not change the code to always do the "GNU" thing, as it's possible people rely on BSD m4(1) traditionally resetting comment characters in case of no arguments to the changecom function. PR: bin/17480 (I think this satisfies the problem report) Notes: svn path=/head/; revision=97780
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-301-84/+101
| | | | Notes: svn path=/head/; revision=97575
* Add Standards, Diagnostics and History sections.Tim J. Robbins2002-05-261-0/+17
| | | | Notes: svn path=/head/; revision=97298
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,Juli Mallett2002-04-191-12/+8
| | | | | | | | | | $FreeBSD$ identifiers, and fix initialisation to stderr to happen in a function as stderr is not the same in CURRENT as in OpenBSD. Reviewed by: obrien Notes: svn path=/head/; revision=95060
* Merge differences and correct the manual page.Juli Mallett2002-04-191-144/+309
| | | | Notes: svn path=/head/; revision=95059
* This adds support for -s to the m4(1) utility, which causes #line directivesJuli Mallett2002-04-171-5/+38
| | | | | | | | | | | | | to be emitted as per the C preprocessor. It updates the manual page in regards to standards accordingly. PR: standards/36075 Submitted by: tjr Reviewed by: mike MFC after: 1 week Notes: svn path=/head/; revision=94957
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
| | | | Notes: svn path=/head/; revision=68963
* TypoKris Kennaway1999-11-151-1/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=53168
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlines in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49823
* Change the wording to reflect that only the first character of the twoSteve Price1998-12-131-2/+2
| | | | | | | | | arguments to changequote are significant. PR: 8282 Notes: svn path=/head/; revision=41743
* Correct typo: loosing --> losingRobert Nordier1998-06-261-2/+2
| | | | Notes: svn path=/head/; revision=37169
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+5
| | | | Notes: svn path=/head/; revision=34801
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Typo fix.Mike Pritchard1997-02-121-1/+1
| | | | | | | Obtained from: NetBSD-bugs PR# 3214 Notes: svn path=/head/; revision=22590
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Somewhere in the shuffle this lost its man page. Use the 1.1.5Jordan K. Hubbard1994-08-111-0/+181
one. Submitted by: jkh Notes: svn path=/head/; revision=2021