aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from David Daney to make the -i option work with -l.bug12004-09-241-1/+1
* Add a missing brace, patch by Hideki IWAMOTObug12004-09-151-0/+1
* Tito writes,bug12004-09-151-41/+35
* Patch by Felipe Kellermann, use the common escape handling function and remov...bug12004-09-151-133/+21
* Tito writes:andersen2004-09-022-67/+90
* Fixup some warningsandersen2004-08-281-1/+1
* Tito writes:andersen2004-08-261-4/+6
* Tito writes:andersen2004-08-263-6/+6
* Patch from Bastian Blank to add 64 bit support to the test command.bug12004-08-112-14/+35
* Tito, farmatito at tiscali dot it writes:andersen2004-08-031-1/+1
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingandersen2004-07-301-0/+1
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-261-7/+3
* Patch from Felipe Kellermann, fix endless loop when first > last andbug12004-07-231-6/+13
* Felipe Kellermann writes,bug12004-07-231-5/+5
* If read were to return with an error, bad things would happen. Fix it.mjn32004-05-261-2/+6
* Use STDIN_FILENO rather than '0'andersen2004-05-261-1/+1
* Rob Landley writes:andersen2004-05-261-1/+1
* Steve Grubb writes:andersen2004-05-051-1/+3
* Steve Grubb writes:andersen2004-05-051-1/+1
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-253-3/+3
* Thats odd. I guess this was cut-n-paste error, but vodzandersen2004-04-161-1/+1
* Larry Doolittle writes:andersen2004-04-1410-21/+21
* Fix non standard 'date -R' formattingandersen2004-04-061-4/+4
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-272-5/+5
* Brian Pomerantz writes:andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1538-114/+114
* Hideki IWAMOTO writes:andersen2004-03-121-2/+2
* When displaying the size in 1kB blocks round up if an odd number ofbug12004-03-101-1/+5
* Patch by Seth W. Klein, the -l switch was reversedbug12004-03-101-2/+2
* Fix broken sort order flags.mjn32004-03-081-3/+2
* Fix/eliminate use of atolandersen2004-03-061-27/+3
* Patch from Matt Kraai to fix debian bug number 231994.bug12004-03-061-4/+7
* Close bracket in description from Peter Willis's eject appletbug12004-03-051-1/+1
* Return 1 upon failurebug12004-02-221-1/+2
* Use return instead of exit, use == instead of & ==, left justify labels,bug12004-02-211-33/+29
* Add the -r option, patch from Rob with some help from myself.bug12004-02-171-4/+11
* Woops, im getting ahead of myself, we dont have the -r (refernece)bug12004-02-171-2/+4
* define option names to be clearer, simplify nested if statements, removebug12004-02-171-30/+29
* Vladimir N. Oleynik writes:andersen2004-02-051-2/+2
* Jean Wolter writes:andersen2004-02-041-1/+1
* Use bb_xstrdup() instead of strdup().mjn32004-02-011-1/+1
* Avoid symbol naming conflict with libmandersen2004-01-301-4/+4
* New applet, seq. No options, just the basics.bug12004-01-273-0/+51
* Align using spaces to furthurest character and then one tab, now theybug12004-01-271-60/+59
* Pascal Brisset writes:andersen2004-01-261-1/+1
* Be stricter when converting strings to integers. Should fix the problemmjn32004-01-251-9/+11
* Add the -r option as a synonym of -Rbug12004-01-251-1/+8
* Enable long options, adds 150 bytes.bug12004-01-231-1/+12
* Check valid options were givenbug12004-01-231-0/+6
* Dont change ownership unless we created the directory.bug12004-01-231-4/+6