summaryrefslogtreecommitdiff
path: root/bin/expr
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2018-04-14expr(1): Fix overflow detection when operand is INTMAX_MINConrad Meyer
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2016-10-05Document origins of expr & authorsSevan Janiyan
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-03-02MFHGlen Barber
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-26Pet manlintBaptiste Daroussin
2015-04-26Use mdoc(7) macros for curly bracesBaptiste Daroussin
2015-03-22Build expr with -fwrapv, since it relies on signed integer wrappingDimitry Andric
2015-01-27Fix overflow check for multiplication:Stefan Eßer
2015-01-19Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/testsEnji Cooper
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-05Merge from headSimon J. Gerraty
2013-04-19Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-22Remove redundant declaration of yyparseKevin Lo
2012-05-13Minor mdoc nits.Joel Dahl
2012-03-19rm[0].rm_so must be zero (an explicit check is made for zero in theEitan Adler
2012-02-25Whitespace cleanup:Glen Barber
2012-02-25Fix various typos in manual pages.Glen Barber
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
2010-09-09expr(1): Add sh(1) versions of examples, remove an incorrect example.Jilles Tjoelker
2007-03-04Fix markup.Ruslan Ermilov
2007-02-18Correct typos containing my login name (plus one more in expr.y).Ceri Davies
2005-01-16Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov
2005-01-13Removed harmful empty lines that crept in during the copyrightRuslan Ermilov
2005-01-10/*- or .\"- or #- to begin license clauses.Warner Losh
2004-07-12Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins
2004-07-03Document missing multibyte character handling in utilities specifiedTim J. Robbins
2003-06-13Get this area compiling with the highest WARNS= that it works with.Mark Murray