aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.mjn32002-05-291-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added include for isdigit(); simplified -<num> detectionsandman2002-05-272-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4810 69ca8d6d-28ef-0310-b511-8ec308f3f277
* SUpport old style -[::digit::] options for head and tailsandman2002-05-172-1/+11
| | | | | | | Also make head behave like GNU head (-0/-n 0 is valid) git-svn-id: svn://busybox.net/trunk/busybox@4782 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix and shrink uuencodetimr2002-05-011-55/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix silly combinitorial oversightandersen2002-04-271-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support noerror optionandersen2002-04-271-3/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>andersen2002-04-261-0/+85
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls could mis-color certain entries when previous commandsandersen2002-04-171-0/+2
| | | | | | | had failed. Explicitly 0 out errno to prevent that. git-svn-id: svn://busybox.net/trunk/busybox@4641 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update some missing copyright noticesandersen2002-04-135-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4599 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.candersen2002-04-061-2/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Work around compiler/assembler problem and reduce code size at the same time.mjn32002-03-251-4/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4485 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate extra trailing spaceandersen2002-03-201-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4449 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideandersen2002-03-201-2/+63
| | | | | | | | | color ls support, modifed by me to behave properly when not running output to a terminal (i.e. 'ls | more') -Erik git-svn-id: svn://busybox.net/trunk/busybox@4431 69ca8d6d-28ef-0310-b511-8ec308f3f277
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.kraai2002-03-081-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * fileutils/ls.c (showfiles): Display multiple short names on a line.kraai2002-03-081-6/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not akraai2002-02-051-2/+8
| | | | | | | file or directory. git-svn-id: svn://busybox.net/trunk/busybox@4186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-206-11/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3925 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid printing a trailing blank character.kraai2001-12-201-5/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make cp and mv optionally preserve hard links.kraai2001-12-171-73/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use an int to hold the result of fgetc (bug noted by David Kimdon).kraai2001-12-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Continue processing files if we are asked to touch, but not create, a filekraai2001-12-071-3/+5
| | | | | | | which doesn't exist. git-svn-id: svn://busybox.net/trunk/busybox@3867 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update copyright and close file descriptors (noted by Axel Kittenberger).kraai2001-12-071-1/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3861 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>andersen2001-12-061-0/+428
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Combined size reduction changes by Glenn and myself. Added back in "unknown"mjn32001-12-051-96/+48
| | | | | | | for -p to match normal uname behavior (at a cost of 30-40 bytes). git-svn-id: svn://busybox.net/trunk/busybox@3824 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor space saving improvmentsbug12001-11-211-29/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3771 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When just counting chars of a file stat file instead of reading the whole ↵bug12001-11-211-4/+8
| | | | | | file (Fixes Debian bug #103302) git-svn-id: svn://busybox.net/trunk/busybox@3770 69ca8d6d-28ef-0310-b511-8ec308f3f277
* woops. dotn pass NULLbug12001-11-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3769 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Simplify print function, prints an extra space if no filename, but saves 4 bytesbug12001-11-211-13/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3768 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use enums for selected functionality, Reduce the size by nearly 100 Bytesbug12001-11-211-13/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3767 69ca8d6d-28ef-0310-b511-8ec308f3f277
* David Kimdon <dwhedon@instant802.com> noticed a thinkoandersen2001-11-171-2/+2
| | | | | | | | | in md5sum where only binary sums were verified. He also sent in this patch, -Erik git-svn-id: svn://busybox.net/trunk/busybox@3685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce od and hexdump appletsbug12001-11-021-0/+270
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup some silly prototype warningsandersen2001-10-312-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split true and false into separate applets.kraai2001-10-242-0/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3576 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup the location of pwd.h and grp.handersen2001-10-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3572 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-2421-133/+121
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub up some function prototypes.andersen2001-10-182-22/+22
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use wfopen instead of fopen & error_msg, saves 64 bytesbug12001-10-051-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3494 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-052-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add -p support.kraai2001-08-291-9/+61
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3380 69ca8d6d-28ef-0310-b511-8ec308f3f277
* SUSv2 specifies that if the extension is identical to the basename, itkraai2001-08-291-1/+1
| | | | | | | should not be removed. git-svn-id: svn://busybox.net/trunk/busybox@3379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub things and ditch uint64_t and use a custom type nameandersen2001-08-221-7/+13
| | | | | | | to avoid C lib compatibility problems. git-svn-id: svn://busybox.net/trunk/busybox@3327 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix dos2unix compile problem with certain glibc versionsandersen2001-08-211-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove BB_SH define entirely.kraai2001-08-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3233 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use ferror(3) to check for errors, rather than inspecting errno. Thanks tokraai2001-08-061-3/+1
| | | | | | | David Douthitt for reporting, and shame on me for writing such crappy code. git-svn-id: svn://busybox.net/trunk/busybox@3214 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some silly messups with the debian packaging, and a dumbandersen2001-08-021-6/+6
| | | | | | | | | | bug with chroot. I've had the package uploaded but perms set to 000, so I am going to re-tag things and re-cut the release. Folks who pulled from CVS in the last 30 minutes with just have to cope. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc5 fixupsandersen2001-08-021-0/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-022-12/+4
| | | | | | | | | math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere. git-svn-id: svn://busybox.net/trunk/busybox@3181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make formatting match GNU ls (we were including a spare ' ')andersen2001-07-311-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Always write record counts to stderr.kraai2001-07-311-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3170 69ca8d6d-28ef-0310-b511-8ec308f3f277