aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential macro expansion problem... isspace can beEric Andersen2002-06-151-1/+1
* Don't use pointless GNU-ismsEric Andersen2002-06-151-2/+2
* last_patch41 from vodz to fix stty -F and similarEric Andersen2002-06-061-3/+22
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III2002-05-291-2/+2
* Added include for isdigit(); simplified -<num> detectionRobert Griebl2002-05-272-2/+4
* SUpport old style -[::digit::] options for head and tailRobert Griebl2002-05-172-1/+11
* fix and shrink uuencodeTim Riker2002-05-011-55/+23
* Fix silly combinitorial oversightEric Andersen2002-04-271-5/+3
* Support noerror optionEric Andersen2002-04-271-3/+16
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen2002-04-261-0/+85
* ls could mis-color certain entries when previous commandsEric Andersen2002-04-171-0/+2
* Update some missing copyright noticesEric Andersen2002-04-135-4/+1
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen2002-04-061-2/+12
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen2002-04-061-1/+1
* Work around compiler/assembler problem and reduce code size at the same time.Manuel Novoa III2002-03-251-4/+9
* Eliminate extra trailing spaceEric Andersen2002-03-201-3/+2
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideEric Andersen2002-03-201-2/+63
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.Matt Kraai2002-03-081-0/+2
* * fileutils/ls.c (showfiles): Display multiple short names on a line.Matt Kraai2002-03-081-6/+1
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not aMatt Kraai2002-02-051-2/+8
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-206-11/+11
* Avoid printing a trailing blank character.Matt Kraai2001-12-201-5/+14
* Make cp and mv optionally preserve hard links.Matt Kraai2001-12-171-73/+1
* Use an int to hold the result of fgetc (bug noted by David Kimdon).Matt Kraai2001-12-111-1/+1
* Continue processing files if we are asked to touch, but not create, a fileMatt Kraai2001-12-071-3/+5
* Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai2001-12-071-1/+7
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen2001-12-061-0/+428
* Combined size reduction changes by Glenn and myself. Added back in "unknown"Manuel Novoa III2001-12-051-96/+48
* Minor space saving improvmentsGlenn L McGrath2001-11-211-29/+33
* When just counting chars of a file stat file instead of reading the whole fil...Glenn L McGrath2001-11-211-4/+8
* woops. dotn pass NULLGlenn L McGrath2001-11-211-1/+1
* Simplify print function, prints an extra space if no filename, but saves 4 bytesGlenn L McGrath2001-11-211-13/+10
* Use enums for selected functionality, Reduce the size by nearly 100 BytesGlenn L McGrath2001-11-211-13/+21
* David Kimdon <dwhedon@instant802.com> noticed a thinkoEric Andersen2001-11-171-2/+2
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+270
* Fixup some silly prototype warningsEric Andersen2001-10-312-7/+7
* Split true and false into separate applets.Matt Kraai2001-10-242-0/+64
* Fixup the location of pwd.h and grp.hEric Andersen2001-10-241-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-2421-133/+121
* Scrub up some function prototypes.Eric Andersen2001-10-182-22/+22
* Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath2001-10-051-2/+1
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai2001-10-052-6/+6
* Add -p support.Matt Kraai2001-08-291-9/+61
* SUSv2 specifies that if the extension is identical to the basename, itMatt Kraai2001-08-291-1/+1
* Scrub things and ditch uint64_t and use a custom type nameEric Andersen2001-08-221-7/+13
* Fix dos2unix compile problem with certain glibc versionsEric Andersen2001-08-211-2/+2
* Remove BB_SH define entirely.Matt Kraai2001-08-091-1/+1
* Use ferror(3) to check for errors, rather than inspecting errno. Thanks toMatt Kraai2001-08-061-3/+1
* Fix up some silly messups with the debian packaging, and a dumb0_60_0Eric Andersen2001-08-021-6/+6
* More libc5 fixupsEric Andersen2001-08-021-0/+5