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