aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change if(x)free(x); to free(x);aaronl2002-11-281-2/+1
* Stylebug12002-11-281-21/+46
* Woops, forgot they printout applet name as well....bug12002-11-281-2/+2
* Use error_msg instead of fprintf(stderrbug12002-11-281-2/+2
* Use printf instead of fprintf(stdoutbug12002-11-281-7/+3
* When making parent directories set permissions based on the base parent tree ...bug12002-11-241-1/+3
* Will the real od.c please stand up! (my previous commit was a mistake)bug12002-11-101-64/+230
* Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>bug12002-11-101-224/+64
* last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'andersen2002-10-101-17/+29
* Vodz' last_patch57:andersen2002-09-303-8/+5
* make_directory() will fail instantly so we dont need to test for failure herebug12002-09-281-5/+4
* Sane-ify the screen clearing stuff.andersen2002-09-171-3/+1
* Watch applet by Michael Habermannbug12002-09-161-0/+104
* move some globals to bssaaronl2002-08-231-4/+4
* Run through indent, fix commentsbug12002-08-231-135/+103
* Run through indent, fix commentsbug12002-08-231-126/+112
* Run through indent, specify castbug12002-08-231-4/+4
* Run through indentbug12002-08-231-30/+32
* Run through indent, fix BB_ definebug12002-08-221-355/+441
* - updated a few copyright/left file headerssandman2002-08-051-0/+2
* Added the -I (isofmt) options to date, which comes in handy for scriptssandman2002-07-301-7/+55
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-192-23/+19
* Fixup warnings and undefined operations that show up in gcc-3.1andersen2002-07-112-6/+7
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-2/+2
* Little fix to avoid overflowandersen2002-07-031-1/+1
* Remove advertising clauses in accordance withaaronl2002-06-232-10/+2
* Fix a potential macro expansion problem... isspace can beandersen2002-06-151-1/+1
* Don't use pointless GNU-ismsandersen2002-06-151-2/+2
* last_patch41 from vodz to fix stty -F and similarandersen2002-06-061-3/+22
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.mjn32002-05-291-2/+2
* Added include for isdigit(); simplified -<num> detectionsandman2002-05-272-2/+4
* SUpport old style -[::digit::] options for head and tailsandman2002-05-172-1/+11
* fix and shrink uuencodetimr2002-05-011-55/+23
* Fix silly combinitorial oversightandersen2002-04-271-5/+3
* Support noerror optionandersen2002-04-271-3/+16
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>andersen2002-04-261-0/+85
* ls could mis-color certain entries when previous commandsandersen2002-04-171-0/+2
* Update some missing copyright noticesandersen2002-04-135-4/+1
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.candersen2002-04-061-2/+12
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-061-1/+1
* Work around compiler/assembler problem and reduce code size at the same time.mjn32002-03-251-4/+9
* Eliminate extra trailing spaceandersen2002-03-201-3/+2
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideandersen2002-03-201-2/+63
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.kraai2002-03-081-0/+2
* * fileutils/ls.c (showfiles): Display multiple short names on a line.kraai2002-03-081-6/+1
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not akraai2002-02-051-2/+8
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-206-11/+11
* Avoid printing a trailing blank character.kraai2001-12-201-5/+14
* Make cp and mv optionally preserve hard links.kraai2001-12-171-73/+1
* Use an int to hold the result of fgetc (bug noted by David Kimdon).kraai2001-12-111-1/+1