aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Jean Wolter:landley2006-04-191-11/+16
| | | | | | | | | | | | | | | | | | it looks like the introduced support for character classes and equivalence classes is not correct. The attached patch tries to fix some symptoms and tries to make tr behave like gnu tr for the added test cases. The patch  - removes if clauses with side effects  - fixes handling of buffer pointer (strcat added characters to the    buffer without increasing the buffer pointer)  - re-arranges character classes to match ASCII order regards, Jean git-svn-id: svn://busybox.net/trunk/busybox@14926 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet cksum, from Rob Sullivan.landley2006-04-183-0/+63
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14917 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Simplify the GPL boilerplate.landley2006-04-181-18/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14915 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typo: s/derefernce/dereference/galdot2006-04-181-2/+2
| | | | | | | Thanks to P.J. Day. git-svn-id: svn://busybox.net/trunk/busybox@14914 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Glenn gave permission for GPLv2 "or later".landley2006-04-171-14/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14903 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use strchr() not index()vapier2006-04-161-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14885 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-28/+28
| | | | | | | to do it in Config.in. git-svn-id: svn://busybox.net/trunk/busybox@14850 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-17/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14847 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-15/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use C99 %j format to print intmax.aldot2006-04-121-16/+16
| | | | | | | Closes bugs #802 and #743 git-svn-id: svn://busybox.net/trunk/busybox@14831 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-123-33/+6
| | | | | | | | | | | text data bss dec hex filename 889445 9392 1035784 1934621 1d851d busybox.gcc-4.2.orig 889297 9392 1035784 1934473 1d8489 busybox.gcc-4.2 889009 9820 1037860 1936689 1d8d31 busybox.gcc-4.1.orig 888817 9820 1037860 1936497 1d8c71 busybox.gcc-4.1 git-svn-id: svn://busybox.net/trunk/busybox@14830 69ca8d6d-28ef-0310-b511-8ec308f3f277
* We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER islandley2006-04-102-2/+2
| | | | | | | a bit silly. Wean of that where it currently makes no difference... git-svn-id: svn://busybox.net/trunk/busybox@14784 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Rob Sullivan to add support for -Laldot2006-04-061-36/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14764 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink it a little bit and make it buildable with gcc-2.95aldot2006-04-061-35/+46
| | | | | | | | | | | | | | | | | | | text data bss dec hex filename 7332 4 92 7428 1d04 diff.o-gcc-4.2-HEAD.orig 7185 4 92 7281 1c71 diff.o-gcc-4.2-HEAD.new 7336 4 92 7432 1d08 diff.o-gcc-4.1-HEAD.orig 7148 4 92 7244 1c4c diff.o-gcc-4.1-HEAD.new 7485 4 92 7581 1d9d diff.o-gcc-4.0.orig 7318 4 92 7414 1cf6 diff.o-gcc-4.0.new 7511 4 92 7607 1db7 diff.o-gcc-3.4.orig 7252 4 92 7348 1cb4 diff.o-gcc-3.4.new 8214 4 92 8310 2076 diff.o-gcc-3.3.orig 7882 4 92 7978 1f2a diff.o-gcc-3.3.new - - - - - diff.o-gcc-2.95.orig 8238 8 88 8334 208e diff.o-gcc-2.95.new git-svn-id: svn://busybox.net/trunk/busybox@14763 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused args.aldot2006-04-061-12/+13
| | | | | | | | | text data bss dec hex filename 7353 4 92 7449 1d19 coreutils/diff.o-gcc-4.2.oorig 7332 4 92 7428 1d04 coreutils/diff.o git-svn-id: svn://busybox.net/trunk/busybox@14762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move code around to avoid the need for the prototypes.aldot2006-04-061-587/+557
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14761 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - new applet diff. Rob Sullivan writes:aldot2006-04-063-0/+1310
| | | | | | | | | | | | | Here's my attempt at a mini diff applet - it's adapted from the code at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/diff/, and only supports unified diffs. I've busyboxified everything to a reasonable degree, so I think the code is suitable enough to be included, but there's still a fair bit of cleaning up to be done. git-svn-id: svn://busybox.net/trunk/busybox@14760 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include inttypes.h as pointed out by Jason Schoon.aldot2006-04-051-17/+4
| | | | | | | - use shorter boilerplate and switch to USE_FEATURE_STAT_FORMAT while at it. git-svn-id: svn://busybox.net/trunk/busybox@14759 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use proper macros to print intmax_t.aldot2006-04-051-3/+3
| | | | | | | PRIuMAX and PRIxMAX are defined in inttypes depending on the wordsize. git-svn-id: svn://busybox.net/trunk/busybox@14755 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some tests were always true. We need comm.tests...landley2006-04-041-18/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14748 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make append_option and multiconvert static.aldot2006-04-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14738 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-022-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Rich Felker writes: fix invalid printf format stringsaldot2006-03-291-1/+1
| | | | | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox git-svn-id: svn://busybox.net/trunk/busybox@14697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn #if 0 into a comment.landley2006-03-271-5/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont printf arguments given by user for security sanityvapier2006-03-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix "seq 1 1".landley2006-03-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another header suggestion from Shaun Jackman.landley2006-03-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14597 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - tito writes: this patch fixes some comments in dos2unix that are wrongaldot2006-03-181-4/+2
| | | | | | | or that reports non existent features (that i've ripped out...) git-svn-id: svn://busybox.net/trunk/busybox@14568 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito shrank dos2unix.landley2006-03-141-101/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14542 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - revert back to r14406aldot2006-03-132-19/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-133-6/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from tito.landley2006-03-121-40/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14526 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Size reduction by Tito.landley2006-03-111-22/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14524 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-102-8/+13
| | | | | | | the busybox binary) into enums (which don't). git-svn-id: svn://busybox.net/trunk/busybox@14513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - backout using features which are not available with the previous stablealdot2006-03-092-4/+13
| | | | | | | version of make (3.71.1). git-svn-id: svn://busybox.net/trunk/busybox@14477 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-0641-43/+43
| | | | | | | definitions. (That should only be on prototypes.) git-svn-id: svn://busybox.net/trunk/busybox@14457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Walt Wimer noticed that mknod couldn't handle major or minor > 255. Now ourlandley2006-03-061-2/+4
| | | | | | | limit checking autodetects what the system supports (at compile time). git-svn-id: svn://busybox.net/trunk/busybox@14456 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused lists *-maldot2006-03-021-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-022-0/+8
| | | | | | | Fixes make trying to include the very same file in an endless loop. git-svn-id: svn://busybox.net/trunk/busybox@14429 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fixes parallel builds (make -j)aldot2006-03-012-49/+11
| | | | | | | - use less resources for the buildsystem itself git-svn-id: svn://busybox.net/trunk/busybox@14407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Selinux fix from Jan Kiszka.landley2006-03-011-5/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14403 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more busybox's style: close bug 745vodz2006-02-282-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few changes falling out from the effort to make sed handle embedded NUL bytes.landley2006-02-241-14/+4
| | | | | | | Checking in to reduce the diff between my tree and svn... git-svn-id: svn://busybox.net/trunk/busybox@14254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, landley2006-02-231-31/+22
| | | | | | | fiddled a bit to get the size back down as much as I could... git-svn-id: svn://busybox.net/trunk/busybox@14246 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-222-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14210 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+4
| | | | | | | Cherry-picked from Devin Bayer's big MacOS X patch. git-svn-id: svn://busybox.net/trunk/busybox@14165 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-212-39/+53
| | | | | | | md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) git-svn-id: svn://busybox.net/trunk/busybox@14160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Walter Harms added -D to date, and I did a code cleanup while I was in thelandley2006-02-211-85/+41
| | | | | | | area. Probably broke something... git-svn-id: svn://busybox.net/trunk/busybox@14158 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.hvapier2006-02-191-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14132 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes ↵vapier2006-02-191-1/+0
| | | | | | it, breaking compile on systems lacking this function. git-svn-id: svn://busybox.net/trunk/busybox@14131 69ca8d6d-28ef-0310-b511-8ec308f3f277