| Commit message (Expand) | Author | Age | Files | Lines |
* | Pet manlint | bapt | 2015-04-26 | 1 | -1/+1 |
* | Use mdoc(7) macros for curly braces | bapt | 2015-04-26 | 1 | -3/+3 |
* | Build expr with -fwrapv, since it relies on signed integer wrapping | dim | 2015-03-22 | 1 | -0/+3 |
* | Fix overflow check for multiplication: | se | 2015-01-27 | 1 | -4/+16 |
* | Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests | ngie | 2015-01-19 | 2 | -0/+22 |
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | ed | 2013-04-19 | 1 | -0/+2 |
* | Remove redundant declaration of yyparse | kevlo | 2012-05-22 | 1 | -1/+0 |
* | Minor mdoc nits. | joel | 2012-05-13 | 1 | -1/+1 |
* | rm[0].rm_so must be zero (an explicit check is made for zero in the | eadler | 2012-03-19 | 1 | -1/+1 |
* | Whitespace cleanup: | gjb | 2012-02-25 | 1 | -2/+4 |
* | Fix various typos in manual pages. | gjb | 2012-02-25 | 1 | -3/+3 |
* | Fix style, since this file has just been touched in a major way. | se | 2011-07-09 | 1 | -96/+75 |
* | Some refactoring for easier maintenance of the code. This is a follow-up | se | 2011-07-09 | 1 | -146/+69 |
* | Make /bin/expr support 64bit numeric range and range checks by default, | se | 2011-07-09 | 2 | -140/+152 |
* | expr(1): Add sh(1) versions of examples, remove an incorrect example. | jilles | 2010-09-09 | 1 | -10/+21 |
* | Fix markup. | ru | 2007-03-04 | 1 | -5/+8 |
* | Correct typos containing my login name (plus one more in expr.y). | ceri | 2007-02-18 | 1 | -2/+2 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -12/+12 |
* | Removed harmful empty lines that crept in during the copyright | ru | 2005-01-13 | 1 | -1/+0 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -2/+4 |
* | Remove BUGS section that talked about missing multibyte character support. | tjr | 2004-07-12 | 1 | -5/+1 |
* | Document missing multibyte character handling in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 1 | -2/+0 |
* | mdoc(7) police: | ru | 2002-11-26 | 1 | -1/+1 |
* | mdoc(7) police: markup fixes. | ru | 2002-11-25 | 1 | -3/+3 |
* | Create a small library function, check_utility_compat(3), to determine | wollman | 2002-10-28 | 2 | -32/+34 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -11/+11 |
* | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | wollman | 2002-05-11 | 2 | -1/+18 |
* | The response to my POSIX interpretation request says that `expr' | wollman | 2002-05-10 | 2 | -46/+88 |
* | Provide an environment variabloe, EXPR_COMPAT, which disables option | wollman | 2002-04-22 | 2 | -10/+27 |
* | Disable -Werror when building -- the old version of gcc used on IA32 can't | wollman | 2002-03-23 | 1 | -0/+2 |
* | Typo (if => of). | wollman | 2002-03-22 | 1 | -1/+1 |
* | Add a word of caution about integer arithmetic range and overflow detection. | wollman | 2002-03-22 | 1 | -0/+6 |
* | Fix a few formatting brainos and make the formatting of the EXAMPLES | wollman | 2002-03-22 | 1 | -6/+9 |
* | Make expr POSIX-compliant, and fix some bugs. Specifically: | wollman | 2002-03-22 | 2 | -104/+215 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -85/+56 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -1/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -14/+14 |
* | Fix warnings to compile with WARNS=2 on i386 and alpha | kris | 2001-05-26 | 2 | -27/+43 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | 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 | 3 | -3/+3 |
* | Add cross-references to test(1) and expr(1) respectively. | jkoshy | 1998-12-18 | 1 | -1/+4 |
* | Correct use of .Nm. | charnier | 1998-05-13 | 1 | -11/+11 |
* | Simplified using new yacc rules and by not generating y.tab.h. | bde | 1998-05-04 | 1 | -10/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Backout yacc changes | phk | 1996-06-02 | 1 | -2/+6 |