summaryrefslogtreecommitdiff
path: root/bin/expr/expr.y
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2018-04-14expr(1): Fix overflow detection when operand is INTMAX_MINConrad Meyer
2015-01-27Fix overflow check for multiplication:Stefan Eßer
2012-05-22Remove redundant declaration of yyparseKevin Lo
2012-03-19rm[0].rm_so must be zero (an explicit check is made for zero in theEitan Adler
2011-07-09Fix style, since this file has just been touched in a major way.Stefan Eßer
2011-07-09Some refactoring for easier maintenance of the code. This is a follow-upStefan Eßer
2011-07-09Make /bin/expr support 64bit numeric range and range checks by default,Stefan Eßer
2007-02-18Correct 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-28Create a small library function, check_utility_compat(3), to determineGarrett Wollman
2002-05-11EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,Garrett Wollman
2002-05-10The response to my POSIX interpretation request says that `expr'Garrett Wollman
2002-04-22Provide an environment variabloe, EXPR_COMPAT, which disables optionGarrett Wollman
2002-03-22Make expr POSIX-compliant, and fix some bugs. Specifically:Garrett Wollman
2002-02-02o __P has been reovedWarner Losh
2001-05-26Fix warnings to compile with WARNS=2 on i386 and alphaKris Kennaway
2000-07-22Add overflow testsStefan Eßer
2000-07-10Extend numeric operations to support 64 bit numbers.Stefan Eßer
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-11-18Fix my own brokeness for the colon operator, when one of the argumentsJoerg Wunsch
1995-08-04expr(1) didn't comply to Posix.2 and its own man page: anyJoerg Wunsch
1995-03-19You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch
1994-09-24Added $Id$David Greenman
1994-09-05Explicitly include <sys/types.h> before including <regex.h>. This isBruce Evans
1993-10-04Allow expressions like "expr 'ABC' : '^.*$' to work as is done in otherJ.T. Conklin
1993-09-14Fix grammar to eliminate support for unary minus expressions -- theyJ.T. Conklin
1993-08-171003.2 requires that lexical comparisons be done in locale specific manner,J.T. Conklin
1993-07-21Update to my latest expr (fixes bugs with comparison and matching operators)J.T. Conklin
1993-06-19added POSIX regex to exprAndrew Moore
1993-06-12Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes