| Age | Commit message (Expand) | Author |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2018-04-14 | expr(1): Fix overflow detection when operand is INTMAX_MIN | Conrad Meyer |
| 2015-01-27 | Fix overflow check for multiplication: | Stefan Eßer |
| 2012-05-22 | Remove redundant declaration of yyparse | Kevin Lo |
| 2012-03-19 | rm[0].rm_so must be zero (an explicit check is made for zero in the | Eitan Adler |
| 2011-07-09 | Fix style, since this file has just been touched in a major way. | Stefan Eßer |
| 2011-07-09 | Some refactoring for easier maintenance of the code. This is a follow-up | Stefan Eßer |
| 2011-07-09 | Make /bin/expr support 64bit numeric range and range checks by default, | Stefan Eßer |
| 2007-02-18 | Correct typos containing my login name (plus one more in expr.y). | Ceri Davies |
| 2005-01-10 | /*- or .\"- or #- to begin license clauses. | Warner Losh |
| 2002-10-28 | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman |
| 2002-05-11 | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | Garrett Wollman |
| 2002-05-10 | The response to my POSIX interpretation request says that `expr' | Garrett Wollman |
| 2002-04-22 | Provide an environment variabloe, EXPR_COMPAT, which disables option | Garrett Wollman |
| 2002-03-22 | Make expr POSIX-compliant, and fix some bugs. Specifically: | Garrett Wollman |
| 2002-02-02 | o __P has been reoved | Warner Losh |
| 2001-05-26 | Fix warnings to compile with WARNS=2 on i386 and alpha | Kris Kennaway |
| 2000-07-22 | Add overflow tests | Stefan Eßer |
| 2000-07-10 | Extend numeric operations to support 64 bit numbers. | Stefan Eßer |
| 1999-08-27 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1997-02-22 | Revert $FreeBSD$ to $Id$ | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1995-11-18 | Fix my own brokeness for the colon operator, when one of the arguments | Joerg Wunsch |
| 1995-08-04 | expr(1) didn't comply to Posix.2 and its own man page: any | Joerg Wunsch |
| 1995-03-19 | You will find enclosed some changes to make gcc -Wall more happy in | Joerg Wunsch |
| 1994-09-24 | Added $Id$ | David Greenman |
| 1994-09-05 | Explicitly include <sys/types.h> before including <regex.h>. This is | Bruce Evans |
| 1993-10-04 | Allow expressions like "expr 'ABC' : '^.*$' to work as is done in other | J.T. Conklin |
| 1993-09-14 | Fix grammar to eliminate support for unary minus expressions -- they | J.T. Conklin |
| 1993-08-17 | 1003.2 requires that lexical comparisons be done in locale specific manner, | J.T. Conklin |
| 1993-07-21 | Update to my latest expr (fixes bugs with comparison and matching operators) | J.T. Conklin |
| 1993-06-19 | added POSIX regex to expr | Andrew Moore |
| 1993-06-12 | Initial import, 0.1 + pk 0.2.4-B1 | Rodney W. Grimes |