ash: eval: Add assignment built-in support again
[oweals/busybox.git] / coreutils / expr.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: update size information
2017-08-07 Denys Vlasenkoexpr: make it NOEXEC
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2016-09-17 Denys Vlasenkofix "aloc" -> "alloc" typos
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-03-03 Denis Vlasenkoexpr: a bit more robust handling of regexps with groups...
2008-11-11 Denis Vlasenkoexpr: on error, exit with exitcode 2
2008-04-02 Denis Vlasenkoexpr: fix comparisons 'a < b' where we were overflowing a-b
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-01 Denis Vlasenkoexpr: small code shrink
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-02 Bernhard Reutner... - use bb_error_msg
2007-04-02 Bernhard Reutner... - use xregcomp. Untested. vda, isn't there a regfree...
2007-04-02 Bernhard Reutner... - remove some unneeded forward declarations. No obj...
2007-04-02 Bernhard Reutner... - remove args from bss, minor misc shrinkage while...
2007-03-08 Denis Vlasenkochown: support -H -L -P if ENABLE_DESKTOP
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-25 "Vladimir N. Oleynik"support 64 arith. Close bug 136
2006-01-25 Tim Rikerjust whitespace
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-05-09 Rob LandleyPatch from Shaun Jackman:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-01 Manuel Novoa III Use bb_xstrdup() instead of strdup().
2004-01-25 Manuel Novoa III Be stricter when converting strings to integers. Shoul...
2003-09-08 Glenn L McGrathPatch from Jean Wolter
2003-08-29 Glenn L McGrathvodz, last patch 103
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-09 Mark WhitleyAdded some more '/* getopt not needed */' lines.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...