summaryrefslogtreecommitdiffstats
path: root/bin/expr/expr.y
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant declaration of yyparsekevlo2012-05-221-1/+0
* rm[0].rm_so must be zero (an explicit check is made for zero in theeadler2012-03-191-1/+1
* Fix style, since this file has just been touched in a major way.se2011-07-091-96/+75
* Some refactoring for easier maintenance of the code. This is a follow-upse2011-07-091-146/+69
* Make /bin/expr support 64bit numeric range and range checks by default,se2011-07-091-115/+95
* Correct typos containing my login name (plus one more in expr.y).ceri2007-02-181-2/+2
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+2
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-281-1/+2
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,wollman2002-05-111-0/+1
* The response to my POSIX interpretation request says that `expr'wollman2002-05-101-30/+65
* Provide an environment variabloe, EXPR_COMPAT, which disables optionwollman2002-04-221-8/+11
* Make expr POSIX-compliant, and fix some bugs. Specifically:wollman2002-03-221-88/+118
* o __P has been reovedimp2002-02-021-85/+56
* Fix warnings to compile with WARNS=2 on i386 and alphakris2001-05-261-27/+42
* Add overflow testsse2000-07-221-3/+76
* Extend numeric operations to support 64 bit numbers.se2000-07-101-30/+29
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix my own brokeness for the colon operator, when one of the argumentsjoerg1995-11-181-33/+31
* expr(1) didn't comply to Posix.2 and its own man page: anyjoerg1995-08-041-1/+13
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-2/+3
* Added $Id$dg1994-09-241-1/+1
* Explicitly include <sys/types.h> before including <regex.h>. This isbde1994-09-051-0/+1
* Allow expressions like "expr 'ABC' : '^.*$' to work as is done in otherjtc1993-10-041-9/+3
* Fix grammar to eliminate support for unary minus expressions -- theyjtc1993-09-141-9/+8
* 1003.2 requires that lexical comparisons be done in locale specific manner,jtc1993-08-171-34/+29
* Update to my latest expr (fixes bugs with comparison and matching operators)conklin1993-07-211-42/+7
* added POSIX regex to expralm1993-06-191-53/+39
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+594
OpenPOWER on IntegriCloud