aboutsummaryrefslogtreecommitdiff
path: root/bin/expr
Commit message (Expand)AuthorAgeFilesLines
* expr(1): Add sh(1) versions of examples, remove an incorrect example.Jilles Tjoelker2010-09-091-10/+21
* Fix markup.Ruslan Ermilov2007-03-041-5/+8
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-2/+2
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-12/+12
* Removed harmful empty lines that crept in during the copyrightRuslan Ermilov2005-01-131-1/+0
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-2/+4
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-2/+0
* mdoc(7) police:Ruslan Ermilov2002-11-261-1/+1
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-251-3/+3
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-282-32/+34
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-11/+11
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,Garrett Wollman2002-05-112-1/+18
* The response to my POSIX interpretation request says that `expr'Garrett Wollman2002-05-102-46/+88
* Provide an environment variabloe, EXPR_COMPAT, which disables optionGarrett Wollman2002-04-222-10/+27
* Disable -Werror when building -- the old version of gcc used on IA32 can'tGarrett Wollman2002-03-231-0/+2
* Typo (if => of).Garrett Wollman2002-03-221-1/+1
* Add a word of caution about integer arithmetic range and overflow detection.Garrett Wollman2002-03-221-0/+6
* Fix a few formatting brainos and make the formatting of the EXAMPLESGarrett Wollman2002-03-221-6/+9
* Make expr POSIX-compliant, and fix some bugs. Specifically:Garrett Wollman2002-03-222-104/+215
* o __P has been reovedWarner Losh2002-02-021-85/+56
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-151-14/+14
* Fix warnings to compile with WARNS=2 on i386 and alphaKris Kennaway2001-05-262-27/+43
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Add overflow testsStefan Eßer2000-07-221-3/+76
* Extend numeric operations to support 64 bit numbers.Stefan Eßer2000-07-101-30/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Add cross-references to test(1) and expr(1) respectively.Joseph Koshy1998-12-181-1/+4
* Correct use of .Nm.Philippe Charnier1998-05-131-11/+11
* Simplified using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-10/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Backout yacc changesPoul-Henning Kamp1996-06-021-2/+6
* Use default yacc rule.Poul-Henning Kamp1996-05-301-7/+3
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-2/+2
* Fix some spelling errors.Mike Pritchard1996-01-291-5/+5
* Fix my own brokeness for the colon operator, when one of the argumentsJoerg Wunsch1995-11-181-33/+31
* expr(1) didn't comply to Posix.2 and its own man page: anyJoerg Wunsch1995-08-041-1/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-2/+3
* Added $Id$David Greenman1994-09-242-1/+2
* Explicitly include <sys/types.h> before including <regex.h>. This isBruce Evans1994-09-051-0/+1
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-2/+2
* Take -lgnuregex back out. Linking with it causes 'make install' to fail.Rich Murphey1994-02-031-2/+0
* Document the new, less restrictive, behavior of the matching operator.J.T. Conklin1993-10-041-14/+15
* Allow expressions like "expr 'ABC' : '^.*$' to work as is done in otherJ.T. Conklin1993-10-041-9/+3
* Fix grammar to eliminate support for unary minus expressions -- theyJ.T. Conklin1993-09-141-9/+8