summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen2001-08-022-12/+4
* Make formatting match GNU ls (we were including a spare ' ')Eric Andersen2001-07-311-1/+1
* Always write record counts to stderr.Matt Kraai2001-07-311-6/+2
* Fix permisions when reading from stdinGlenn L McGrath2001-07-291-1/+1
* Fix broken logic when wraping encoded data into rows, also simplifies it a bitGlenn L McGrath2001-07-291-21/+13
* The src buffer size has to be a multiple of 3 (as i noted, but didnt do).Glenn L McGrath2001-07-281-1/+1
* Rewrite based on wget uuencode function.Glenn L McGrath2001-07-281-219/+170
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen2001-07-251-19/+57
* Some patches to make dietlibc work...Eric Andersen2001-07-221-0/+1
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-192-3/+14
* Patch from vodz:Eric Andersen2001-07-122-9/+5
* Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slimEric Andersen2001-07-101-105/+39
* Cleanup from vodzEric Andersen2001-07-101-1/+1
* Patch from vodz to support 'tr a-z A-Z' syntax.Eric Andersen2001-07-091-5/+13
* Per patch from vodz, change a couple of consts to defines, sinceEric Andersen2001-07-021-1/+3
* Pad the human readable output for 'ls -sh' to 6 chars, since we willEric Andersen2001-06-301-1/+1
* Fix a silly logic error which caused symlinks to be printed twice, andEric Andersen2001-06-301-5/+4
* Fixed scaling problems involving make_human_readable_str.Manuel Novoa III2001-06-301-5/+5
* ls -s was reporting bytes instead of blocks.Manuel Novoa III2001-06-301-1/+1
* A really nice patch from Manuel Novoa III for compile timeEric Andersen2001-06-291-0/+186
* Add some missing includes to kill warnings when building with the defaultManuel Novoa III2001-06-291-0/+1
* A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>Eric Andersen2001-06-261-0/+4
* Fix up some warnings that show up on ppcEric Andersen2001-06-251-1/+1
* These were broken when using dmalloc due to include file orderingEric Andersen2001-06-231-13/+7
* Rewrote mkdir (and touched lots of things in the process).Matt Kraai2001-06-212-78/+33
* I reworked make_human_readable_str so it now has a sane interface,Eric Andersen2001-06-133-42/+15
* Vladimir's last_patch13, containing several bugfixes.Eric Andersen2001-06-011-1/+73
* Some more patchelttes from Larry Doolittle.Mark Whitley2001-05-241-2/+6
* Fix up some signed char vs int issues that show up on powerpc.Eric Andersen2001-05-242-2/+2
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-232-2/+2
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen2001-05-211-6/+6
* (Almost) brand-new version of cut that supports muitiple lists of positions,Mark Whitley2001-05-181-109/+231
* Fix applet_name.Matt Kraai2001-05-171-0/+1
* Fix invocation of builtin shell to have proper argc and argv.Matt Kraai2001-05-171-1/+3
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-165-7/+7
* Patch from Vladimir:Eric Andersen2001-05-151-1/+3
* This patch from Lars Kellogg-Stedman, fixes the behavior ofEric Andersen2001-05-111-3/+11
* Check that putenv succeeded, suggested by Jonas Holmberg.Matt Kraai2001-05-111-1/+2
* Fix handling of '-' option and way that variables are added to theMatt Kraai2001-05-111-6/+14