aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath
2002-10-10last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen
2002-09-30Vodz' last_patch57:Eric Andersen
2002-09-28make_directory() will fail instantly so we dont need to test for failure hereGlenn L McGrath
2002-09-17Sane-ify the screen clearing stuff.Eric Andersen
2002-09-16Watch applet by Michael HabermannGlenn L McGrath
2002-08-23move some globals to bssAaron Lehmann
2002-08-23Run through indent, fix commentsGlenn L McGrath
2002-08-23Run through indent, fix commentsGlenn L McGrath
2002-08-23Run through indent, specify castGlenn L McGrath
2002-08-23Run through indentGlenn L McGrath
2002-08-22Run through indent, fix BB_ defineGlenn L McGrath
2002-08-05- updated a few copyright/left file headersRobert Griebl
2002-07-30Added the -I (isofmt) options to date, which comes in handy for scriptsRobert Griebl
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-07-03Little fix to avoid overflowEric Andersen
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
2002-06-15Fix a potential macro expansion problem... isspace can beEric Andersen
2002-06-15Don't use pointless GNU-ismsEric Andersen
2002-06-06last_patch41 from vodz to fix stty -F and similarEric Andersen
2002-05-29Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III
2002-05-27Added include for isdigit(); simplified -<num> detectionRobert Griebl
2002-05-17SUpport old style -[::digit::] options for head and tailRobert Griebl
2002-05-01fix and shrink uuencodeTim Riker
2002-04-27Fix silly combinitorial oversightEric Andersen
2002-04-27Support noerror optionEric Andersen
2002-04-26Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen
2002-04-17ls could mis-color certain entries when previous commandsEric Andersen
2002-04-13Update some missing copyright noticesEric Andersen
2002-04-06Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen
2002-03-25Work around compiler/assembler problem and reduce code size at the same time.Manuel Novoa III
2002-03-20Eliminate extra trailing spaceEric Andersen
2002-03-20Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideEric Andersen
2002-03-08list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.Matt Kraai
2002-03-08* fileutils/ls.c (showfiles): Display multiple short names on a line.Matt Kraai
2002-02-05* fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not aMatt Kraai
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-12-20Avoid printing a trailing blank character.Matt Kraai
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-12-11Use an int to hold the result of fgetc (bug noted by David Kimdon).Matt Kraai
2001-12-07Continue processing files if we are asked to touch, but not create, a fileMatt Kraai
2001-12-07Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai
2001-12-06Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen
2001-12-05Combined size reduction changes by Glenn and myself. Added back in "unknown"Manuel Novoa III
2001-11-21Minor space saving improvmentsGlenn L McGrath
2001-11-21When just counting chars of a file stat file instead of reading the whole fil...Glenn L McGrath