aboutsummaryrefslogtreecommitdiff
path: root/bin/expr
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Document origins of expr & authorsSevan Janiyan2016-10-051-1/+17
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | MFHGlen Barber2016-03-021-2/+0
|\|
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-6/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+1
| * Merge sync of headSimon J. Gerraty2015-05-274-8/+45
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-0/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | Pet manlintBaptiste Daroussin2015-04-261-1/+1
* | | Use mdoc(7) macros for curly bracesBaptiste Daroussin2015-04-261-3/+3
* | | Build expr with -fwrapv, since it relies on signed integer wrappingDimitry Andric2015-03-221-0/+3
* | | Fix overflow check for multiplication:Stefan Eßer2015-01-271-4/+16
* | | Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/testsEnji Cooper2015-01-192-0/+22
| |/ |/|
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
|/
* Remove redundant declaration of yyparseKevin Lo2012-05-221-1/+0
* Minor mdoc nits.Joel Dahl2012-05-131-1/+1
* rm[0].rm_so must be zero (an explicit check is made for zero in theEitan Adler2012-03-191-1/+1
* Whitespace cleanup:Glen Barber2012-02-251-2/+4
* Fix various typos in manual pages.Glen Barber2012-02-251-3/+3
* Fix style, since this file has just been touched in a major way.Stefan Eßer2011-07-091-96/+75
* Some refactoring for easier maintenance of the code. This is a follow-upStefan Eßer2011-07-091-146/+69
* Make /bin/expr support 64bit numeric range and range checks by default,Stefan Eßer2011-07-092-140/+152
* expr(1): Add sh(1) versions of examples, remove an incorrect example.Jilles Tjoelker2010-09-091-10/+21
* Fix markup.Ruslan Ermilov2007-03-041-5/+8
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-2/+2
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-12/+12
* Removed harmful empty lines that crept in during the copyrightRuslan Ermilov2005-01-131-1/+0
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-2/+4
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-2/+0
* mdoc(7) police:Ruslan Ermilov2002-11-261-1/+1
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-251-3/+3
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-282-32/+34
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-11/+11
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,Garrett Wollman2002-05-112-1/+18
* The response to my POSIX interpretation request says that `expr'Garrett Wollman2002-05-102-46/+88