| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typos containing my login name (plus one more in expr.y). | Ceri Davies | 2007-02-18 | 1 | -2/+2 |
* | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 1 | -1/+2 |
* | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman | 2002-10-28 | 1 | -1/+2 |
* | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | Garrett Wollman | 2002-05-11 | 1 | -0/+1 |
* | The response to my POSIX interpretation request says that `expr' | Garrett Wollman | 2002-05-10 | 1 | -30/+65 |
* | Provide an environment variabloe, EXPR_COMPAT, which disables option | Garrett Wollman | 2002-04-22 | 1 | -8/+11 |
* | Make expr POSIX-compliant, and fix some bugs. Specifically: | Garrett Wollman | 2002-03-22 | 1 | -88/+118 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -85/+56 |
* | Fix warnings to compile with WARNS=2 on i386 and alpha | Kris Kennaway | 2001-05-26 | 1 | -27/+42 |
* | Add overflow tests | Stefan Eßer | 2000-07-22 | 1 | -3/+76 |
* | Extend numeric operations to support 64 bit numbers. | Stefan Eßer | 2000-07-10 | 1 | -30/+29 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fix my own brokeness for the colon operator, when one of the arguments | Joerg Wunsch | 1995-11-18 | 1 | -33/+31 |
* | expr(1) didn't comply to Posix.2 and its own man page: any | Joerg Wunsch | 1995-08-04 | 1 | -1/+13 |
* | You will find enclosed some changes to make gcc -Wall more happy in | Joerg Wunsch | 1995-03-19 | 1 | -2/+3 |
* | Added $Id$ | David Greenman | 1994-09-24 | 1 | -1/+1 |
* | Explicitly include <sys/types.h> before including <regex.h>. This is | Bruce Evans | 1994-09-05 | 1 | -0/+1 |
* | Allow expressions like "expr 'ABC' : '^.*$' to work as is done in other | J.T. Conklin | 1993-10-04 | 1 | -9/+3 |
* | Fix grammar to eliminate support for unary minus expressions -- they | J.T. Conklin | 1993-09-14 | 1 | -9/+8 |
* | 1003.2 requires that lexical comparisons be done in locale specific manner, | J.T. Conklin | 1993-08-17 | 1 | -34/+29 |
* | Update to my latest expr (fixes bugs with comparison and matching operators) | J.T. Conklin | 1993-07-21 | 1 | -42/+7 |
* | added POSIX regex to expr | Andrew Moore | 1993-06-19 | 1 | -53/+39 |
* | Initial import, 0.1 + pk 0.2.4-B1 | Rodney W. Grimes | 1993-06-12 | 1 | -0/+594 |