summaryrefslogtreecommitdiff
path: root/coreutils/expr.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help tweaksDenys Vlasenko2021-06-131-2/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-8/+8
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* expr: make it NOEXECDenys Vlasenko2017-08-071-2/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+21
* fix "aloc" -> "alloc" typosDenys Vlasenko2016-09-171-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+35
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko2009-03-031-6/+6
* expr: on error, exit with exitcode 2Denis Vlasenko2008-11-111-7/+4
* expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko2008-04-021-87/+84
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-2/+0
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-4/+3
* expr: small code shrinkDenis Vlasenko2007-07-011-4/+7
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-1/+1
* - use bb_error_msgBernhard Reutner-Fischer2007-04-021-1/+1
* - use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer2007-04-021-2/+2
* - remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-04-021-30/+26
* - remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer2007-04-021-40/+45
* chown: support -H -L -P if ENABLE_DESKTOPDenis Vlasenko2007-03-081-8/+8
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-4/+4
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-0/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-211/+195
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+5
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-2/+4
* support 64 arith. Close bug 136"Vladimir N. Oleynik"2006-01-251-18/+33
* just whitespaceTim Riker2006-01-251-1/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* Patch from Shaun Jackman:Rob Landley2005-05-091-22/+15
* Larry Doolittle writes:Eric Andersen2004-04-141-11/+11
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Use bb_xstrdup() instead of strdup().Manuel Novoa III2004-02-011-1/+1
* Be stricter when converting strings to integers. Should fix the problemManuel Novoa III2004-01-251-9/+11
* Patch from Jean WolterGlenn L McGrath2003-09-081-1/+1