aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2001-11-21woops. dotn pass NULLGlenn L McGrath
2001-11-21Simplify print function, prints an extra space if no filename, but saves 4 bytesGlenn L McGrath
2001-11-21Use enums for selected functionality, Reduce the size by nearly 100 BytesGlenn L McGrath
2001-11-17David Kimdon <dwhedon@instant802.com> noticed a thinkoEric Andersen
2001-11-02Introduce od and hexdump appletsGlenn L McGrath
2001-10-31Fixup some silly prototype warningsEric Andersen
2001-10-24Split true and false into separate applets.Matt Kraai
2001-10-24Fixup the location of pwd.h and grp.hEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-18Scrub up some function prototypes.Eric Andersen
2001-10-05Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai
2001-08-29Add -p support.Matt Kraai
2001-08-29SUSv2 specifies that if the extension is identical to the basename, itMatt Kraai
2001-08-22Scrub things and ditch uint64_t and use a custom type nameEric Andersen
2001-08-21Fix dos2unix compile problem with certain glibc versionsEric Andersen
2001-08-09Remove BB_SH define entirely.Matt Kraai
2001-08-06Use ferror(3) to check for errors, rather than inspecting errno. Thanks toMatt Kraai
2001-08-02Fix up some silly messups with the debian packaging, and a dumbEric Andersen
2001-08-02More libc5 fixupsEric Andersen
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen
2001-07-31Make formatting match GNU ls (we were including a spare ' ')Eric Andersen
2001-07-31Always write record counts to stderr.Matt Kraai
2001-07-29Fix permisions when reading from stdinGlenn L McGrath
2001-07-29Fix broken logic when wraping encoded data into rows, also simplifies it a bitGlenn L McGrath
2001-07-28The src buffer size has to be a multiple of 3 (as i noted, but didnt do).Glenn L McGrath
2001-07-28Rewrite based on wget uuencode function.Glenn L McGrath
2001-07-25This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
2001-07-12Patch from vodz:Eric Andersen
2001-07-10Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slimEric Andersen
2001-07-10Cleanup from vodzEric Andersen
2001-07-09Patch from vodz to support 'tr a-z A-Z' syntax.Eric Andersen
2001-07-02Per patch from vodz, change a couple of consts to defines, sinceEric Andersen
2001-06-30Pad the human readable output for 'ls -sh' to 6 chars, since we willEric Andersen
2001-06-30Fix a silly logic error which caused symlinks to be printed twice, andEric Andersen
2001-06-30Fixed scaling problems involving make_human_readable_str.Manuel Novoa III
2001-06-30ls -s was reporting bytes instead of blocks.Manuel Novoa III
2001-06-29A really nice patch from Manuel Novoa III for compile timeEric Andersen