aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Applied patch from I.Q. to add sort -u as a feature.markw2001-04-171-7/+21
* Changed line[strlen(line) - 1] = '\0'; to chomp(line);markw2001-04-171-1/+1
* Applied patch from I.Q. to fix problem with sort -n.markw2001-04-171-3/+5
* Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>andersen2001-04-141-1/+8
* Fix dos2unix/tr problem noted by Larry Doolittle.kraai2001-04-121-1/+1
* use tmpfile() and revert my previous changes... convert() belongs herebug12001-04-121-0/+84
* Move convert to libbbbug12001-04-121-91/+0
* Vladimir's patch to reverse previous patchbug12001-04-111-6/+6
* Apply Vladimir's latest cleanup patch.andersen2001-04-094-20/+17
* more FILE_OFFSET_BITS == 64 adjustments.andersen2001-04-051-1/+1
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-052-3/+3
* Place a temporary bandaid on the ls/du/df human-readable issue. This method isandersen2001-04-031-6/+9
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-291-0/+97
* Fix ls so it uses make_human_readable_str() the same way alreadyandersen2001-03-281-1/+1
* Applied patch from David Douthitt to fix problem where ls reports half themarkw2001-03-271-2/+2
* -Wshadow tr fix from Jeff Garzikandersen2001-03-231-9/+9
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-213-11/+11
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen2001-03-193-3/+5
* Simpify detection of no options.andersen2001-03-191-1/+1
* locale correction patch from Vladimirandersen2001-03-191-20/+1
* Should exclude "i" option when not enabled.andersen2001-03-191-1/+1
* Doesn't need a "-" option -- getopt does that for us.andersen2001-03-191-4/+0
* Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEandersen2001-03-191-3/+5
* getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workandersen2001-03-191-34/+32
* Credited Christophe Boyaniqu for interactive patch to rm.markw2001-03-131-0/+4
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-131-0/+25
* /* getopt not needed */markw2001-03-101-0/+2
* Added some more '/* getopt not needed */' lines.markw2001-03-093-0/+6
* Fixed df.c so that nfs volumes will display properly (fixing bug #1113).andersen2001-03-091-6/+10
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.andersen2001-03-092-0/+4
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-097-28/+28
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-097-1/+8
* Eliminate superfluous test.kraai2001-03-071-2/+0