aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence cut so it doesn't whine during compilationEric Andersen2001-05-071-1/+1
* Patch from Vladimir to use last_char_is to simplify du.cEric Andersen2001-05-071-6/+5
* Patch from Vladimir to remove testing stuff from sttyEric Andersen2001-05-071-67/+0
* Rewrite -c and -b processing to shrink code and eliminate buffer overrun.Matt Kraai2001-05-051-14/+4
* Remove summary header. Not present in GNU or SUSv2.Matt Kraai2001-05-031-2/+1
* Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley2001-04-301-6/+6
* These do not need initial values. Let them live in the bss.Eric Andersen2001-04-302-3/+3
* Fix handling of permission addition and removal (e.g., o-r).Matt Kraai2001-04-261-9/+9
* Doh. I never allocated storate for the struct stat I am using.Eric Andersen2001-04-261-3/+3
* Fix handling of -R flag.Matt Kraai2001-04-263-0/+3
* Another nice cleanup from Larry. This adds a new last_char_is() function andEric Andersen2001-04-261-1/+1
* As Larry pointed out, this the off by one canbe fixed much more elegantly.Eric Andersen2001-04-263-3/+3
* Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debia...Eric Andersen2001-04-263-3/+3
* Applied patch from I.Q. to add -s to cmp.Mark Whitley2001-04-251-9/+23
* Larry noticed that chown and chgrp has the version numbers off a bitEric Andersen2001-04-252-2/+2
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-259-31/+1
* Rewrote rm.Matt Kraai2001-04-242-109/+32
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen2001-04-243-0/+289
* Use generic flag names.Matt Kraai2001-04-242-18/+18
* Rewrite cp and mv to be SUSv2 compliant.Matt Kraai2001-04-232-0/+297
* Simplify pathname building, in which a bug was noted by Larry Doolittle,Matt Kraai2001-04-231-9/+9
* Fix buffer underrun noted and solved by Larry Doolittle.Matt Kraai2001-04-191-1/+1