aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Continue processing files if we are asked to touch, but not create, a filekraai2001-12-071-3/+5
* Update copyright and close file descriptors (noted by Axel Kittenberger).kraai2001-12-071-1/+7
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>andersen2001-12-061-0/+428
* Combined size reduction changes by Glenn and myself. Added back in "unknown"mjn32001-12-051-96/+48
* Minor space saving improvmentsbug12001-11-211-29/+33
* When just counting chars of a file stat file instead of reading the whole fil...bug12001-11-211-4/+8
* woops. dotn pass NULLbug12001-11-211-1/+1
* Simplify print function, prints an extra space if no filename, but saves 4 bytesbug12001-11-211-13/+10
* Use enums for selected functionality, Reduce the size by nearly 100 Bytesbug12001-11-211-13/+21
* David Kimdon <dwhedon@instant802.com> noticed a thinkoandersen2001-11-171-2/+2
* Introduce od and hexdump appletsbug12001-11-021-0/+270
* Fixup some silly prototype warningsandersen2001-10-312-7/+7
* Split true and false into separate applets.kraai2001-10-242-0/+64
* Fixup the location of pwd.h and grp.handersen2001-10-241-2/+2
* Major rework of the directory structure and the entire build system.andersen2001-10-2421-133/+121
* Scrub up some function prototypes.andersen2001-10-182-22/+22
* Use wfopen instead of fopen & error_msg, saves 64 bytesbug12001-10-051-2/+1
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-052-6/+6
* Add -p support.kraai2001-08-291-9/+61
* SUSv2 specifies that if the extension is identical to the basename, itkraai2001-08-291-1/+1
* Scrub things and ditch uint64_t and use a custom type nameandersen2001-08-221-7/+13
* Fix dos2unix compile problem with certain glibc versionsandersen2001-08-211-2/+2
* Remove BB_SH define entirely.kraai2001-08-091-1/+1
* Use ferror(3) to check for errors, rather than inspecting errno. Thanks tokraai2001-08-061-3/+1
* Fix up some silly messups with the debian packaging, and a dumbandersen2001-08-021-6/+6
* More libc5 fixupsandersen2001-08-021-0/+5
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-022-12/+4
* Make formatting match GNU ls (we were including a spare ' ')andersen2001-07-311-1/+1
* Always write record counts to stderr.kraai2001-07-311-6/+2
* Fix permisions when reading from stdinbug12001-07-291-1/+1
* Fix broken logic when wraping encoded data into rows, also simplifies it a bitbug12001-07-291-21/+13
* The src buffer size has to be a multiple of 3 (as i noted, but didnt do).bug12001-07-281-1/+1
* Rewrite based on wget uuencode function.bug12001-07-281-219/+170
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixandersen2001-07-251-19/+57
* Some patches to make dietlibc work...andersen2001-07-221-0/+1
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-192-3/+14
* Patch from vodz:andersen2001-07-122-9/+5
* Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slimandersen2001-07-101-105/+39
* Cleanup from vodzandersen2001-07-101-1/+1
* Patch from vodz to support 'tr a-z A-Z' syntax.andersen2001-07-091-5/+13
* Per patch from vodz, change a couple of consts to defines, sinceandersen2001-07-021-1/+3