Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / test.c
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-03-08 Denys Vlasenkotest: "test !" was accessing argv past NULL - fix it...
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-03-08 Denys Vlasenkoprintenv: fix environ == NULL segfault
2010-12-20 Denys Vlasenkotest: add examples when "%s: unknown operand" happens
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkopartially migrate coreutils to Config.src and Kbuild.src
2010-06-02 Denys Vlasenkotest: "" is not a valid number. Closes bug 1915
2009-09-12 Denys Vlasenkotest: use index_in_strings
2009-07-16 Denys Vlasenkotest: fix "test !" and "test abc -a !". closes bug 465
2009-06-14 Denys Vlasenkoash: fix . builtin
2009-06-13 Denys Vlasenkotest, tcpsvd, tcpsvd: shrink
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-07-19 Denis Vlasenkotest: fix parser to prefer binop over unop, as coreutil...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-22 Denis Vlasenko*: remove remaining instances of ".data" hack
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-09 Denis Vlasenkotest: fix mishandling of 'test ! arg1 op arg2 more...
2007-11-30 Denis Vlasenkotest: stop using lots of bss.
2007-11-16 Bernhard Reutner... - remove most of the forward declarations. No obj-code...
2007-09-21 Denis Vlasenkotest: correct confusing placement of "const"
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-15 Bernhard Reutner... - fix test -f ./exists
2007-06-12 Bernhard Reutner... - fix testing primary expressions like '"-u" = "-u"'
2007-06-08 Denis Vlasenkotest: fix thinko in previous commit
2007-06-08 Denis Vlasenkotest: recognize /path/to/[ case too
2007-06-06 Bernhard Reutner... - fix wrong not operator which was essentially ignored...
2007-05-27 Denis Vlasenkotest: close bug 1371
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-03-30 Bernhard Reutner... - debloat test. untested.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-08-22 Rob Landley"Jordan Crouse" <jordan.crouse@amd.com> says:
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2005-04-14 Mike Frysingeradd aliases == and [[ for = and [ to support more bash...
2004-08-11 Glenn L McGrathPatch from Bastian Blank to add 64 bit support to the...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-23 Glenn L McGrathRun through indent, fix comments
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
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.
2000-12-30 Matt KraaiImprovements from Vladimir N. Oleynik.
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-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-10 Eric AndersenSome #include updates.
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Eric AndersenMore cleanups.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-03-16 Erik AndersenForgot these files...