OpenBSD CVS

CVS log for src/usr.bin/m4/m4.1


[BACK] Up to [local] / src / usr.bin / m4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.68 / (download) - annotate - [select for diffs], Tue Jun 14 21:31:45 2022 UTC (23 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored)

m4: use ASCII quotes `...' in man page example

The m4 syntax specifically requires `...' and not the pretty Unicode
quotes that the Sq macro can produce.  Use of escape sequences
clarified by schwarze@

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jun 14 15:15:17 2022 UTC (23 months ago) by espie
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored)

my email should be @openbsd.org everywhere, and nothing else

Revision 1.66 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:25 2022 UTC (2 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.65: +5 -5 lines
Diff to previous 1.65 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.65 / (download) - annotate - [select for diffs], Mon Mar 8 02:47:28 2021 UTC (3 years, 2 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.64: +13 -2 lines
Diff to previous 1.64 (colored)

Add some references, most of these were removed when we stopped building
and installing USD/SMM/PSD docs.

jmc@ agrees with the direction, ok millert@ on an earlier diff

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jun 15 13:48:42 2017 UTC (6 years, 11 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.63: +20 -5 lines
Diff to previous 1.63 (colored)

Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+
Help and direction millert@ espie@ anton@ deraadt@

ok espie@

Revision 1.63 / (download) - annotate - [select for diffs], Mon Sep 14 20:06:58 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.62: +3 -5 lines
Diff to previous 1.62 (colored)

Avoid .Ns right after .Pf, it's pointless.
In some cases, do additional cleanup in the immediate vicinity.

Revision 1.62 / (download) - annotate - [select for diffs], Mon Apr 14 07:00:47 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.61: +11 -11 lines
Diff to previous 1.61 (colored)

update STANDARDS somewhat, and some macro simplification;
ok millert sobrado

Revision 1.61 / (download) - annotate - [select for diffs], Sun Jan 12 09:33:32 2014 UTC (10 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.60: +7 -5 lines
Diff to previous 1.60 (colored)

expand the "eval" description a little; from wiz@netbsd

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jul 16 00:07:52 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.59: +5 -5 lines
Diff to previous 1.59 (colored)

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.59 / (download) - annotate - [select for diffs], Thu Oct 21 13:20:51 2010 UTC (13 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.58: +8 -2 lines
Diff to previous 1.58 (colored)

more EXIT STATUS bits; from Daniel Dickman

Revision 1.58 / (download) - annotate - [select for diffs], Sun Sep 19 21:30:04 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

more wacky macro fixing;

Revision 1.57 / (download) - annotate - [select for diffs], Mon Mar 22 20:40:44 2010 UTC (14 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.56: +20 -11 lines
Diff to previous 1.56 (colored)

add more gnum4 support: regexps do weird things with empty patterns (this
is required for newer autoconf).
fix the tokenizer for gnu extensions, allowing digits out of range is
ridiculous.
add POSIX2008 mkstemp and document it (also documenting that mktemp is
safe, not posix...)
tidy the manpage, do extra .Nm m4 -> .Nm.
okay otto@, miod@, jmc@

Revision 1.56 / (download) - annotate - [select for diffs], Wed Oct 14 17:19:47 2009 UTC (14 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.55: +10 -3 lines
Diff to previous 1.55 (colored)

Support the -P option from gnu m4, which prefixes builtins with the
string m4_. Feedback from jmc@, Tobias Ulmer, Matthew Dempsky - thanks!
ok espie@

Revision 1.55 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:10 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored)

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;

Revision 1.54 / (download) - annotate - [select for diffs], Fri Aug 22 01:06:31 2008 UTC (15 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)

kill trailing whitespace;

Revision 1.53 / (download) - annotate - [select for diffs], Thu Aug 21 21:02:28 2008 UTC (15 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.52: +11 -6 lines
Diff to previous 1.52 (colored)

Document new gnu extensions, okay jmc@, otto@

Revision 1.52 / (download) - annotate - [select for diffs], Sat Aug 16 12:26:07 2008 UTC (15 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.51: +4 -8 lines
Diff to previous 1.51 (colored)

fix

Revision 1.51 / (download) - annotate - [select for diffs], Sat Aug 16 12:21:46 2008 UTC (15 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.50: +10 -6 lines
Diff to previous 1.50 (colored)

argument parsing should only skip spaces outside of parenthesis.
Inside matching parenthesis, keep spaces as is (use chrsave instead of
pbstr, since there's no way it can be a further macro expansion).
Fixes a long-standing issue with autoconf (   --option -> --option),
matches other m4 than gnum4

okay millert@, fries@

Revision 1.50 / (download) - annotate - [select for diffs], Thu May 31 19:20:12 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

convert to new .Dd format;

Revision 1.49 / (download) - annotate - [select for diffs], Wed May 30 04:41:34 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.48: +22 -25 lines
Diff to previous 1.48 (colored)

- use a consistent text for STANDARDS
- note which options are extensions to POSIX

Revision 1.48 / (download) - annotate - [select for diffs], Tue Dec 12 21:16:18 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.47: +3 -2 lines
Diff to previous 1.47 (colored)

tweak previous, and update usage(); ok grunk

Revision 1.47 / (download) - annotate - [select for diffs], Tue Dec 12 09:24:22 2006 UTC (17 years, 5 months ago) by grunk
Branch: MAIN
Changes since 1.46: +12 -3 lines
Diff to previous 1.46 (colored)

mention the fact that m4 also accepts files via cmdline

ok espie@ jmc@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Aug 29 18:40:49 2006 UTC (17 years, 8 months ago) by mbalmer
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

fix a typo.  it's esyscmd, not esycmd.

ok jmc

Revision 1.45 / (download) - annotate - [select for diffs], Thu Mar 23 10:52:23 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.44: +5 -5 lines
Diff to previous 1.44 (colored)

kill whitespace at eol;

Revision 1.44 / (download) - annotate - [select for diffs], Mon Mar 20 20:27:45 2006 UTC (18 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.43: +12 -1 lines
Diff to previous 1.43 (colored)

add limited support for format builtin in gnu-m4 mode, because I'm fed
up of patching it away in various autoconf derivatives.

okay miod@

Revision 1.43 / (download) - annotate - [select for diffs], Fri Sep 30 20:34:26 2005 UTC (18 years, 7 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

deploy .An -nosplit; ok jmc

Revision 1.42 / (download) - annotate - [select for diffs], Wed Sep 7 13:59:02 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.41: +6 -4 lines
Diff to previous 1.41 (colored)

tweaks;
ok espie@

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 7 13:22:24 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.40: +25 -22 lines
Diff to previous 1.40 (colored)

sort options and sync usage()

Revision 1.40 / (download) - annotate - [select for diffs], Tue Sep 6 15:50:19 2005 UTC (18 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored)

less diff in -g/not -g.
mentioned by otto@

Revision 1.39 / (download) - annotate - [select for diffs], Tue Sep 6 15:33:21 2005 UTC (18 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.38: +23 -19 lines
Diff to previous 1.38 (colored)

finally make our m4 SusV3-compliant.

- changecom and changequote have a simple definition (that matches gnu-m4,
coincidentally, so we no longer need two distinct modes for these)

- off-by-one bug in -s, this finally works.

- reorder main parser loop, so that we can use alphabetic constructs in
quotes/comments.

- rename putback to pushback, this matches comments, and makes more sense.

- more uniform (and updated) description of changequote/changecom.

- new, systematic regression tests of comments/quotes.

- framework to test -s: one perl script to reconstitute `full' files with
all line numbers, so that we can verify the output without needing a
complete match.

okay otto@, fries@

Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 2 10:12:15 2005 UTC (19 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.37: +7 -1 lines
Diff to previous 1.37 (colored)

let m4wrap handle multiple wraps, both in normal and gnu-mode.
based on Noah Misch's bug report.
okay otto, jmc.

Revision 1.37 / (download) - annotate - [select for diffs], Tue May 25 20:24:24 2004 UTC (19 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.36: +10 -10 lines
Diff to previous 1.36 (colored)

kill whitespace;

Revision 1.36 / (download) - annotate - [select for diffs], Tue May 25 18:41:17 2004 UTC (19 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.35: +63 -49 lines
Diff to previous 1.35 (colored)

name parameters for built-ins, so that we get less awkward phrasing.
Leave out the changed description of changecom/changequote for later.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Feb 17 19:28:31 2004 UTC (20 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.34: +4 -5 lines
Diff to previous 1.34 (colored)

Change the maketemp() description into what it really does.
ok espie@ jmc@

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 29 11:04:03 2003 UTC (20 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.33: +14 -1 lines
Diff to previous 1.33 (colored)

Explain in more details how define interacts with pushdef/popdef, and
how that varies from an m4 implementation to another.
ok jmc@

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jun 27 21:22:52 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.32: +18 -17 lines
Diff to previous 1.32 (colored)

- replace .Ql with .Sq; this was also causing a problem with postscript
- escape ampersand
- missing full stop

fixes from wiz@netbsd

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:10 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.31: +21 -17 lines
Diff to previous 1.31 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:10 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.30: +2 -6 lines
Diff to previous 1.30 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Apr 14 06:39:24 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

built in -> built-in;

from NetBSD (Igor Sobrado);
smrsh(8) passed on to sendmail people;

ok millert@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Feb 18 07:43:36 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.28: +34 -1 lines
Diff to previous 1.28 (colored)

copyrights added;

these are all Regents of the University of California

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 16 17:16:45 2003 UTC (21 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored)

Forgot to document -o, somehow.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 7 18:34:13 2003 UTC (21 years, 4 months ago) by mpech
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

.Sq -> .Ql
Make sence.
Spotted by jmc@acn.waw.pl

pvalchev@, millert@

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 5 10:10:44 2003 UTC (21 years, 4 months ago) by pvalchev
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Grammar and typo fixes, general language improvements
from jmc@prioris.mini.pw.edu.pl with changes by me

Revision 1.25 / (download) - annotate - [select for diffs], Sun Apr 28 14:37:12 2002 UTC (22 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.24: +5 -1 lines
Diff to previous 1.24 (colored)

Implement -s.
Triggered by recent FreeBSD changes.

- emits #line directives at every file change (like FreeBSD)
- maintains a synch_lineno variable to verify when the output gets out
of synch with the input, so that it can emit #line to re-synch as well
(unlike FreeBSD)

To do: either handle \end-of-line, or recognize when a macro expansion
is in progress, so that line synch don't perturb cpp on multi-line
expansions.

With this, we should have a fully POSIX-compliant m4.

ok miod@

Revision 1.24 / (download) - annotate - [select for diffs], Thu Apr 18 18:57:23 2002 UTC (22 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

correct description of undefine, both according to the code, and to
single unix.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Sep 29 11:56:18 2001 UTC (22 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.22: +82 -1 lines
Diff to previous 1.22 (colored)

document tracing and compatibility with other m4.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 27 11:40:33 2001 UTC (22 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.21: +7 -1 lines
Diff to previous 1.21 (colored)

traceon/traceoff built-ins.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 10 05:10:33 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.20: +3 -4 lines
Diff to previous 1.20 (colored)

- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:20 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 27 17:44:33 2000 UTC (23 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Handle unlimited diverts for m4 -g.

Problem with autoconf noticed by d@

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 24 23:08:25 2000 UTC (23 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.17: +5 -1 lines
Diff to previous 1.17 (colored)

Implement esyscmd

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 6 04:06:55 2000 UTC (23 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Insert more missing .El directives. Our troff really should identify these and
spit out a warning.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 17 02:32:43 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Move some misplaced periods outside of the parentheses.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 12 21:47:48 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Trailing whitespace begone!

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 23 21:39:54 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

More pedantic man page formatting insanity, lalala

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 23 21:10:17 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.12: +6 -4 lines
Diff to previous 1.12 (colored)

Fix some formatting problems I missed before.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 18 01:06:55 2000 UTC (24 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.11: +7 -2 lines
Diff to previous 1.11 (colored)

Last needed m4 changes to bootstrap autoconf without gnu-m4.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 11 15:54:44 2000 UTC (24 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.10: +26 -2 lines
Diff to previous 1.10 (colored)

Add a few builtins for greater compatibility with gnu-m4, and extended
functionality.
* regular expressions,
* line-number reporting
* `meta'-macros, builtin and indir.

Reviewed by pjanzen@, tested by fries@ and a few others.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 10 19:07:20 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.9: +98 -48 lines
Diff to previous 1.9 (colored)

Various cleanups and standardization.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 11 14:06:11 2000 UTC (24 years, 4 months ago) by espie
Branch: MAIN
Changes since 1.8: +7 -4 lines
Diff to previous 1.8 (colored)

Don't recognize built-ins in contexts where they don't make sense.
Namely, it doesn't help to try and expand include if it's not followed
by parenthesis and a filename.

This should make applications like sendmail m4 scripts more sturdy for
unquoted machine names that happen to collide with built-ins.

The only drawback is that our m4 may now do intelligent things with scripts
that don't work on other systems.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 17 15:31:53 1999 UTC (24 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Typo

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 14 08:21:37 1999 UTC (24 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.6: +12 -2 lines
Diff to previous 1.6 (colored)

Implement -I option and M4PATH environment variable

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 6 13:07:17 1999 UTC (24 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Typo

Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 26 19:55:02 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.4: +62 -47 lines
Diff to previous 1.4 (colored)

usr.bin/ man page fixes, f-m.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 12 23:32:31 1997 UTC (27 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

typo, msaitoh@spa.is.uec.ac.jp

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 26 05:36:13 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 02:57:00 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

fix a typo

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:35 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:35 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.