aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/expr.y
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.6_cvsrelease/2.1.6_cvscvs2svn1997-02-051-1/+1
* Finally fix expr in all respects, so it's now handling all numeric andJoerg Wunsch1995-12-111-33/+31
* Brought in changes from rev 1.10: conform to POSIX.2 when comparingDavid Greenman1995-08-251-1/+13
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-2/+3
* Added $Id$David Greenman1994-09-241-1/+1
* Explicitly include <sys/types.h> before including <regex.h>. This isBruce Evans1994-09-051-0/+1
* 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
* 1003.2 requires that lexical comparisons be done in locale specific manner,J.T. Conklin1993-08-171-34/+29
* Update to my latest expr (fixes bugs with comparison and matching operators)J.T. Conklin1993-07-211-42/+7
* added POSIX regex to exprAndrew Moore1993-06-191-53/+39
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+594