summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from David Daney:Eric Andersen2004-10-111-0/+9
* egor duda writes:Eric Andersen2004-10-084-12/+27
* Patch from William Barsse to fix a segfault when multiple files are specified.Glenn L McGrath2004-09-301-0/+1
* Patch from David Daney to make the -i option work with -l.Glenn L McGrath2004-09-241-1/+1
* Add a missing brace, patch by Hideki IWAMOTOGlenn L McGrath2004-09-151-0/+1
* Tito writes,Glenn L McGrath2004-09-151-41/+35
* Patch by Felipe Kellermann, use the common escape handling function and remov...Glenn L McGrath2004-09-151-133/+21
* Tito writes:Eric Andersen2004-09-022-67/+90
* Fixup some warningsEric Andersen2004-08-281-1/+1
* Tito writes:Eric Andersen2004-08-261-4/+6
* Tito writes:Eric Andersen2004-08-263-6/+6
* Patch from Bastian Blank to add 64 bit support to the test command.Glenn L McGrath2004-08-112-14/+35
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-08-031-1/+1
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-301-0/+1
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-261-7/+3
* Patch from Felipe Kellermann, fix endless loop when first > last andGlenn L McGrath2004-07-231-6/+13
* Felipe Kellermann writes,Glenn L McGrath2004-07-231-5/+5
* If read were to return with an error, bad things would happen. Fix it.Manuel Novoa III2004-05-261-2/+6
* Use STDIN_FILENO rather than '0'Eric Andersen2004-05-261-1/+1
* Rob Landley writes:Eric Andersen2004-05-261-1/+1
* Steve Grubb writes:Eric Andersen2004-05-051-1/+3
* Steve Grubb writes:Eric Andersen2004-05-051-1/+1
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-253-3/+3
* Thats odd. I guess this was cut-n-paste error, but vodzEric Andersen2004-04-161-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-1410-21/+21
* Fix non standard 'date -R' formattingEric Andersen2004-04-061-4/+4
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-272-5/+5
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1538-114/+114
* Hideki IWAMOTO writes:Eric Andersen2004-03-121-2/+2
* When displaying the size in 1kB blocks round up if an odd number ofGlenn L McGrath2004-03-101-1/+5
* Patch by Seth W. Klein, the -l switch was reversedGlenn L McGrath2004-03-101-2/+2
* Fix broken sort order flags.Manuel Novoa III2004-03-081-3/+2
* Fix/eliminate use of atolEric Andersen2004-03-061-27/+3
* Patch from Matt Kraai to fix debian bug number 231994.Glenn L McGrath2004-03-061-4/+7
* Close bracket in description from Peter Willis's eject appletGlenn L McGrath2004-03-051-1/+1
* Return 1 upon failureGlenn L McGrath2004-02-221-1/+2
* Use return instead of exit, use == instead of & ==, left justify labels,Glenn L McGrath2004-02-211-33/+29
* Add the -r option, patch from Rob with some help from myself.Glenn L McGrath2004-02-171-4/+11
* Woops, im getting ahead of myself, we dont have the -r (refernece)Glenn L McGrath2004-02-171-2/+4
* define option names to be clearer, simplify nested if statements, removeGlenn L McGrath2004-02-171-30/+29
* Vladimir N. Oleynik writes:Eric Andersen2004-02-051-2/+2
* Jean Wolter writes:Eric Andersen2004-02-041-1/+1
* Use bb_xstrdup() instead of strdup().Manuel Novoa III2004-02-011-1/+1
* Avoid symbol naming conflict with libmEric Andersen2004-01-301-4/+4
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-273-0/+51
* Align using spaces to furthurest character and then one tab, now theyGlenn L McGrath2004-01-271-60/+59
* Pascal Brisset writes:Eric Andersen2004-01-261-1/+1
* Be stricter when converting strings to integers. Should fix the problemManuel Novoa III2004-01-251-9/+11
* Add the -r option as a synonym of -RGlenn L McGrath2004-01-251-1/+8