aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix permisions when reading from stdinbug12001-07-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix broken logic when wraping encoded data into rows, also simplifies it a bitbug12001-07-291-21/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3155 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The src buffer size has to be a multiple of 3 (as i noted, but didnt do).bug12001-07-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3154 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite based on wget uuencode function.bug12001-07-281-219/+170
| | | | | | | | Saves aprox. 200 Bytes and in future can use common code between this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined. git-svn-id: svn://busybox.net/trunk/busybox@3153 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixandersen2001-07-251-19/+57
| | | | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some patches to make dietlibc work...andersen2001-07-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-192-3/+14
| | | | | | | | | | make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3130 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz:andersen2001-07-122-9/+5
| | | | | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function git-svn-id: svn://busybox.net/trunk/busybox@3078 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slimandersen2001-07-101-105/+39
| | | | | | | it down a little bit. git-svn-id: svn://busybox.net/trunk/busybox@3054 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup from vodzandersen2001-07-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3052 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz to support 'tr a-z A-Z' syntax.andersen2001-07-091-5/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3045 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Per patch from vodz, change a couple of consts to defines, sinceandersen2001-07-021-1/+3
| | | | | | | | apparently gcc 2.95.4, at least, is too stupid to realize that a "static const int" is in fact a constant. git-svn-id: svn://busybox.net/trunk/busybox@2969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Pad the human readable output for 'ls -sh' to 6 chars, since we willandersen2001-06-301-1/+1
| | | | | | | | have numbers printed as XXX.YU, so we need 6 digits not 4. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2960 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly logic error which caused symlinks to be printed twice, andandersen2001-06-301-5/+4
| | | | | | | | wrongly caused the return code to be an error. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2959 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed scaling problems involving make_human_readable_str.mjn32001-06-301-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2958 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ls -s was reporting bytes instead of blocks.mjn32001-06-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A really nice patch from Manuel Novoa III for compile timeandersen2001-06-291-0/+186
| | | | | | | configurable size/speed tradeoffs. git-svn-id: svn://busybox.net/trunk/busybox@2953 69ca8d6d-28ef-0310-b511-8ec308f3f277