Skip site navigation (1)Skip section navigation (2)

CVS log for src/bin/expr/expr.1

[BACK] Up to [FreeBSD] / src / bin / expr

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.31.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.31.2.1: preferred, colored
Changes since revision 1.31.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)

Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jul 9 12:05:53 2011 UTC (7 months ago) by se
Branches: MAIN
CVS tags: RELENG_9_BP, HEAD
Branch point for: RELENG_9
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +57 -25 lines
SVN rev 223881 on 2011-07-09 12:05:53Z by se

Make /bin/expr support 64bit numeric range and range checks by default,
again. This brings back the behaviour of expr in FreeBSD-4, which had been
reverted due to an assumed incompatbility with POSIX.1 for FreeBSD-5.

This issue has been discussed in the freebsd-standards list, and the
consensus was, that POSIX.1 is in fact not violated by this extension,
since it affects only cases of POSIX undefined behaviour (overflow of
signed long).

Other operating systems did upgrade their versions of expr to support
64bit range, after it had been initially brought to FreeBSD. They have
used it for a decade without problems, meanwhile.

The -e option is retained, but it will only select less strict checking
of numeric parameters (leading white-space, leading "+" are allowed and
skipped, an empty string is considered to represent 0 in numeric context.)
The call of check_utility_compat() as a means of establishing backwards
compatibility with FreeBSD-4 is considered obsolete, but preserved in
this commit. It is expected to be removed in a later revision of this
file.
Reviewed by:	bde, das, jilles
MFC after:	2 month (those parts that do not violate POLA)

Revision 1.29.2.1.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.29.2.1: preferred, colored; next MAIN 1.29.6.1: preferred, colored
Changes since revision 1.29.2.1: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)

Revision 1.29.10.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.29.10.2: preferred, colored; next MAIN 1.29.12.1: preferred, colored
Changes since revision 1.29.10.2: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)

Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 23 19:21:49 2010 UTC (16 months, 2 weeks ago) by jilles
Branches: RELENG_7
CVS tags: RELENG_7_4_BP
Branch point for: RELENG_7_4
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +21 -10 lines
SVN rev 213082 on 2010-09-23 19:21:49Z by jilles

MFC r212390: expr(1): Add sh(1) versions of examples, remove an incorrect
example.

The three examples are better done using sh(1) itself these days.

The example
  expr -- "$a" : ".*"
is incorrect in the general case, as "$a" may be an operator.

Revision 1.29.10.2: download - view: text, markup, annotated - select for diffs
Thu Sep 23 17:37:57 2010 UTC (16 months, 2 weeks ago) by jilles
Branches: RELENG_8
CVS tags: RELENG_8_2_BP
Branch point for: RELENG_8_2
Diff to: previous 1.29.10.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.10.1: +21 -10 lines
SVN rev 213079 on 2010-09-23 17:37:57Z by jilles

MFC r212390: expr(1): Add sh(1) versions of examples, remove an incorrect
example.

The three examples are better done using sh(1) itself these days.

The example
  expr -- "$a" : ".*"
is incorrect in the general case, as "$a" may be an operator.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 9 21:59:53 2010 UTC (17 months ago) by jilles
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +21 -10 lines
SVN rev 212390 on 2010-09-09 21:59:53Z by jilles

expr(1): Add sh(1) versions of examples, remove an incorrect example.

The three examples are better done using sh(1) itself these days.

The example
  expr -- "$a" : ".*"
is incorrect in the general case, as "$a" may be an operator.

MFC after:	2 weeks

Revision 1.29.10.1.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.29.10.1: preferred, colored; next MAIN 1.29.10.2: preferred, colored
Changes since revision 1.29.10.1: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)

Revision 1.29.12.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)

Revision 1.29.10.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.29.10.1: preferred, colored; next MAIN 1.29.10.2: preferred, colored
Changes since revision 1.29.10.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)

Revision 1.29.10.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_1_BP, RELENG_8_0_BP
Branch point for: RELENG_8_1, RELENG_8_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)

Revision 1.29.8.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)

Revision 1.29.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)

Revision 1.28.12.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Mar 4 19:52:07 2007 UTC (4 years, 11 months ago) by ru
Branches: MAIN
CVS tags: RELENG_8_BP, RELENG_7_BP, RELENG_7_3_BP, RELENG_7_2_BP, RELENG_7_1_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Branch point for: RELENG_8, RELENG_7_3, RELENG_7_2, RELENG_7_1, RELENG_7
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -5 lines
Fix markup.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 16 16:41:57 2005 UTC (7 years ago) by ru
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_6
Branch point for: RELENG_6_4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +12 -12 lines
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jan 13 08:46:19 2005 UTC (7 years ago) by ru
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
Removed harmful empty lines that crept in during the copyright
header update.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 10 08:39:22 2005 UTC (7 years, 1 month ago) by imp
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
/*- or .\"- or #- to begin license clauses.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 12 10:46:55 2004 UTC (7 years, 7 months ago) by tjr
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -5 lines
Remove BUGS section that talked about missing multibyte character support.
We have support now that the regular expression routines do.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jul 3 02:03:44 2004 UTC (7 years, 7 months ago) by tjr
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -1 lines
Document missing multibyte character handling in utilities specified
by POSIX.

Revision 1.9.2.4: download - view: text, markup, annotated - select for diffs
Fri May 16 22:55:19 2003 UTC (8 years, 8 months ago) by keramida
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.9.2.3: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.3: +9 -6 lines
Partial MFC: 1.12: Note special meaning of operators in shells,
explain integer conversion and describe operator precedence.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 26 17:55:40 2002 UTC (9 years, 2 months ago) by ru
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
mdoc(7) police:

Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.

Approved by:	re

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Nov 25 13:20:30 2002 UTC (9 years, 2 months ago) by ru
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
mdoc(7) police: markup fixes.

Approved by:	re

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Oct 28 00:15:42 2002 UTC (9 years, 3 months ago) by wollman
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +32 -31 lines
Create a small library function, check_utility_compat(3), to determine
whether a named utility should behave in FreeBSD 4.x-compatible mode
or in a standard mode (default standard).  The configuration is done
malloc(3)-style, with either an environment variable or a symlink.

Update expr(1) to use this new interface.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 29 15:18:35 2002 UTC (9 years, 8 months ago) by ru
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +11 -11 lines
mdoc(7) police: markup nits.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat May 11 03:08:12 2002 UTC (9 years, 9 months ago) by wollman
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +17 -1 lines
EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,
and -e reflects the historic behavior of FreeBSD's expr.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 10 22:59:29 2002 UTC (9 years, 9 months ago) by wollman
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +24 -17 lines
The response to my POSIX interpretation request says that `expr'
is required to be oblivious to overflow and to use the data type `long'.
(Division by zero is undefined in ISO C so it's still OK to check for it
here.)  Add a new `-e' flag to get the old, more useful behavior.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 22 21:23:09 2002 UTC (9 years, 9 months ago) by wollman
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +16 -2 lines
Provide an environment variabloe, EXPR_COMPAT, which disables option
parsing for compatibility with old implementations.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 22 20:49:29 2002 UTC (9 years, 10 months ago) by wollman
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Typo (if => of).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 22 20:46:59 2002 UTC (9 years, 10 months ago) by wollman
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -0 lines
Add a word of caution about integer arithmetic range and overflow detection.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 22 20:38:44 2002 UTC (9 years, 10 months ago) by wollman
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -6 lines
Fix a few formatting brainos and make the formatting of the EXAMPLES
section somewhat clearer.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 22 20:18:26 2002 UTC (9 years, 10 months ago) by wollman
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +98 -17 lines
Make expr POSIX-compliant, and fix some bugs.  Specifically:

- expr must conform to the Utility Syntax Guidelines, so use
getopt() to eat the (non-existent) options.

- Use the Standard type intmax_t for arithmetic.

- If an argument cannot be *completely* converted to an integer, then
it is a string.

Additionally make some style cleanups near the modified lines.  This
utility is still not completely style-compliant.

Revision 1.9.2.3: download - view: text, markup, annotated - select for diffs
Sun Jul 22 11:32:16 2001 UTC (10 years, 6 months ago) by dd
Branches: RELENG_4
CVS tags: RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4
Diff to: previous 1.9.2.2: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.2: +15 -15 lines
MFC: remove whitespace at EOL.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 15 07:49:01 2001 UTC (10 years, 6 months ago) by dd
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +15 -15 lines
Remove whitespace at EOL.

Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 15 17:47:23 2000 UTC (11 years, 1 month ago) by ru
Branches: RELENG_4
CVS tags: RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.1: +2 -2 lines
MFC: Prepare for mdoc(7)NG.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Dec 15 17:37:27 2000 UTC (11 years, 1 month ago) by ru
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Prepare for mdoc(7)NG.

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Fri Dec 8 13:34:34 2000 UTC (11 years, 2 months ago) by ru
Branches: RELENG_4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
MFC: recent mdoc(7) fixes.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 20 11:39:36 2000 UTC (11 years, 2 months ago) by ru
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
mdoc(7) police: use the new features of the Nm macro.

Revision 1.3.6.2: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:01:25 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_1_0
Diff to: previous 1.3.6.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.6.1: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Sun Sep 5 10:59:42 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 29 14:12:34 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Aug 27 23:14:22 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_0_0_RELEASE, PRE_SMPNG
Branch point for: RELENG_4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Dec 18 03:16:46 1998 UTC (13 years, 1 month ago) by jkoshy
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE
Branch point for: RELENG_3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
Add cross-references to test(1) and expr(1) respectively.

PR: 		docs/9111
Submitted by:	Josh Gilliam <josh@quick.net>

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 15 02:01:24 1998 UTC (13 years, 7 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -11 lines
MFC: man page fixes, octal char support for ls, misc fixes to cp, etc.
Sorry Bruce, that's the best description you're going to get considering
the number of merges I still have to make. :)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 13 07:43:56 1998 UTC (13 years, 9 months ago) by charnier
Branches: MAIN
CVS tags: RELENG_3_0_0_RELEASE
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -11 lines
Correct use of .Nm.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 22 14:03:37 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Revert $FreeBSD$ to $Id$

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 14 05:30:52 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$

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.

Revision 1.3.6.1: download - view: text, markup, annotated - select for diffs
Tue Jan 30 13:59:02 1996 UTC (16 years ago) by mpp
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_7_RELEASE, RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE, RELENG_2_1_5_RELEASE
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Bring in changes from HEAD:
Fix a bunch of spelling errors in a bunch of man pages.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 29 22:53:24 1996 UTC (16 years ago) by mpp
Branches: MAIN
CVS tags: RELENG_2_2_BP, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE, RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Branch point for: RELENG_2_2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Fix some spelling errors.

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sun May 1 15:59:55 1994 UTC (17 years, 9 months ago) by jkh
Branches: BETA_1_1
CVS tags: FINAL_1_1
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -2 lines
Bring man page changes over from -current (correct various misspellings,
typos, etc).

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 24 01:18:46 1994 UTC (17 years, 9 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_1_0_RELEASE, RELENG_2_1_0_BP, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5_ALPHA, RELENG_2_0_5, RELEASE_2_0, MOVED_NEWCVS, BETA_2_0, ALPHA_2_0
Branch point for: RELENG_2_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Fix gross spelling and typographical errors pointed out by Keith Bostic.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 4 22:07:27 1993 UTC (18 years, 4 months ago) by jtc
Branches: MAIN
CVS tags: GAMMA_1_1, FINAL_1_0, BP_BETA_1_1
Branch point for: BETA_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -14 lines
Document the new, less restrictive, behavior of the matching operator.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 21 22:56:13 1993 UTC (18 years, 6 months ago) by conklin
Branches: MAIN
CVS tags: GAMMA_1_0, EPSILON_1_0, BETA_1_0
Update to my latest expr (fixes bugs with comparison and matching operators)
Add man page I wrote.

Diff request

This form allows you to request diffs 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.

Log view options