summaryrefslogtreecommitdiffstats
path: root/bin/expr
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-6/+0
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+1
| * Merge sync of headsjg2015-05-274-8/+45
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge from headsjg2013-09-051-0/+2
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
* | | Pet manlintbapt2015-04-261-1/+1
* | | Use mdoc(7) macros for curly bracesbapt2015-04-261-3/+3
* | | Build expr with -fwrapv, since it relies on signed integer wrappingdim2015-03-221-0/+3
* | | Fix overflow check for multiplication:se2015-01-271-4/+16
* | | Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/testsngie2015-01-192-0/+22
| |/ |/|
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
|/
* Remove redundant declaration of yyparsekevlo2012-05-221-1/+0
* Minor mdoc nits.joel2012-05-131-1/+1
* rm[0].rm_so must be zero (an explicit check is made for zero in theeadler2012-03-191-1/+1
* Whitespace cleanup:gjb2012-02-251-2/+4
* Fix various typos in manual pages.gjb2012-02-251-3/+3
* 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-092-140/+152
* expr(1): Add sh(1) versions of examples, remove an incorrect example.jilles2010-09-091-10/+21
* Fix markup.ru2007-03-041-5/+8
* Correct typos containing my login name (plus one more in expr.y).ceri2007-02-181-2/+2
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-12/+12
* Removed harmful empty lines that crept in during the copyrightru2005-01-131-1/+0
* /*- or .\"- or #- to begin license clauses.imp2005-01-102-2/+4
* Remove BUGS section that talked about missing multibyte character support.tjr2004-07-121-5/+1
* Document missing multibyte character handling in utilities specifiedtjr2004-07-031-1/+5
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-2/+0
* mdoc(7) police:ru2002-11-261-1/+1
* mdoc(7) police: markup fixes.ru2002-11-251-3/+3
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-282-32/+34
* mdoc(7) police: markup nits.ru2002-05-291-11/+11
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,wollman2002-05-112-1/+18
* The response to my POSIX interpretation request says that `expr'wollman2002-05-102-46/+88
* Provide an environment variabloe, EXPR_COMPAT, which disables optionwollman2002-04-222-10/+27
* Disable -Werror when building -- the old version of gcc used on IA32 can'twollman2002-03-231-0/+2
* Typo (if => of).wollman2002-03-221-1/+1
* Add a word of caution about integer arithmetic range and overflow detection.wollman2002-03-221-0/+6
* Fix a few formatting brainos and make the formatting of the EXAMPLESwollman2002-03-221-6/+9
* Make expr POSIX-compliant, and fix some bugs. Specifically:wollman2002-03-222-104/+215
* o __P has been reovedimp2002-02-021-85/+56
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-1/+0
* Remove whitespace at EOL.dd2001-07-151-14/+14
* Fix warnings to compile with WARNS=2 on i386 and alphakris2001-05-262-27/+43
* Prepare for mdoc(7)NG.ru2000-12-151-1/+1
OpenPOWER on IntegriCloud