aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pad the human readable output for 'ls -sh' to 6 chars, since we willandersen2001-06-301-1/+1
* Fix a silly logic error which caused symlinks to be printed twice, andandersen2001-06-301-5/+4
* Fixed scaling problems involving make_human_readable_str.mjn32001-06-301-5/+5
* ls -s was reporting bytes instead of blocks.mjn32001-06-301-1/+1
* A really nice patch from Manuel Novoa III for compile timeandersen2001-06-291-0/+186
* Add some missing includes to kill warnings when building with the defaultmjn32001-06-291-0/+1
* A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>andersen2001-06-261-0/+4
* Fix up some warnings that show up on ppcandersen2001-06-251-1/+1
* These were broken when using dmalloc due to include file orderingandersen2001-06-231-13/+7
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-212-78/+33
* I reworked make_human_readable_str so it now has a sane interface,andersen2001-06-133-42/+15
* Vladimir's last_patch13, containing several bugfixes.andersen2001-06-011-1/+73
* Some more patchelttes from Larry Doolittle.markw2001-05-241-2/+6
* Fix up some signed char vs int issues that show up on powerpc.andersen2001-05-242-2/+2
* Patch from larry to fix some grammar errors.andersen2001-05-232-2/+2
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-211-6/+6
* (Almost) brand-new version of cut that supports muitiple lists of positions,markw2001-05-181-109/+231
* Fix applet_name.kraai2001-05-171-0/+1
* Fix invocation of builtin shell to have proper argc and argv.kraai2001-05-171-1/+3
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-165-7/+7
* Patch from Vladimir:andersen2001-05-151-1/+3
* This patch from Lars Kellogg-Stedman, fixes the behavior ofandersen2001-05-111-3/+11
* Check that putenv succeeded, suggested by Jonas Holmberg.kraai2001-05-111-1/+2
* Fix handling of '-' option and way that variables are added to thekraai2001-05-111-6/+14
* Silence cut so it doesn't whine during compilationandersen2001-05-071-1/+1
* Patch from Vladimir to use last_char_is to simplify du.candersen2001-05-071-6/+5
* Patch from Vladimir to remove testing stuff from sttyandersen2001-05-071-67/+0
* Rewrite -c and -b processing to shrink code and eliminate buffer overrun.kraai2001-05-051-14/+4
* Remove summary header. Not present in GNU or SUSv2.kraai2001-05-031-2/+1
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-6/+6
* These do not need initial values. Let them live in the bss.andersen2001-04-302-3/+3
* Fix handling of permission addition and removal (e.g., o-r).kraai2001-04-261-9/+9
* Doh. I never allocated storate for the struct stat I am using.andersen2001-04-261-3/+3
* Fix handling of -R flag.kraai2001-04-263-0/+3
* Another nice cleanup from Larry. This adds a new last_char_is() function andandersen2001-04-261-1/+1
* As Larry pointed out, this the off by one canbe fixed much more elegantly.andersen2001-04-263-3/+3
* Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debia...andersen2001-04-263-3/+3
* Applied patch from I.Q. to add -s to cmp.markw2001-04-251-9/+23
* Larry noticed that chown and chgrp has the version numbers off a bitandersen2001-04-252-2/+2
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-259-31/+1
* Rewrote rm.kraai2001-04-242-109/+32
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyandersen2001-04-243-0/+289
* Use generic flag names.kraai2001-04-242-18/+18
* Rewrite cp and mv to be SUSv2 compliant.kraai2001-04-232-0/+297
* Simplify pathname building, in which a bug was noted by Larry Doolittle,kraai2001-04-231-9/+9
* Fix buffer underrun noted and solved by Larry Doolittle.kraai2001-04-191-1/+1