summaryrefslogtreecommitdiff
path: root/coreutils/test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - pull fixes from trunkBernhard Reutner-Fischer2007-06-251-16/+24
* - pull r18758 from trunk: fix wrong not operator which was essentially ignored.Bernhard Reutner-Fischer2007-06-061-1/+1
* test: close bug 1371Denis Vlasenko2007-05-271-5/+10
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-87/+90
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-4/+3
* test: comment out unused codeDenis Vlasenko2007-04-021-0/+4
* - debloat test. untested.Bernhard Reutner-Fischer2007-03-301-111/+116
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-4/+6
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-8/+8
* "Jordan Crouse" <jordan.crouse@amd.com> says:Rob Landley2006-08-221-3/+5
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-5/+2
* made "test" an ash built-in.Paul Fox2006-06-081-47/+76
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-15/+5
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-9/+9
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-2/+2
* add aliases == and [[ for = and [ to support more bash scriptsMike Frysinger2005-04-141-1/+7
* Patch from Bastian Blank to add 64 bit support to the test command.Glenn L McGrath2004-08-111-14/+28
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* last_patch89 from vodz:Eric Andersen2003-06-201-4/+2
* Major coreutils update.Manuel Novoa III2003-03-191-6/+6
* Run through indent, fix commentsGlenn L McGrath2002-08-231-135/+103
* Scrub up some function prototypes.Eric Andersen2001-10-181-21/+21
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-3/+0
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-2/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-5/+5
* Improvements from Vladimir N. Oleynik.Matt Kraai2000-12-301-2/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-5/+5
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-3/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
* Extract usage information into a separate file.Matt Kraai2000-07-161-9/+0
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-9/+11
* More cleanups.Eric Andersen2000-07-141-2/+2
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-6/+6
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-4/+10
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-1/+7
* Forgot these files...Erik Andersen2000-03-161-0/+583