- 97c6491 typo fixes by Maninder Singh · 10 years ago
- 39f0172 diff: fix a bug in diffing against stdin. Closes 7784 by Denys Vlasenko · 10 years ago
- 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
- 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
- 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 14 years ago
- f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
- 25b4755 typo fix in comment by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 75703eb diff: make diff -r much less eager to recurse into directories by Denys Vlasenko · 14 years ago
- 32a6bae diff: cosmetic change on top of last commit by Denys Vlasenko · 14 years ago
- 61f5f78 diff: fix "diff dir1 dir2/". Closes bug 2203 by Matheus Izvekov · 14 years ago
- 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 15 years ago
- f111b67 diff: make code more portable by Dan Fandrich · 15 years ago
- 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
- 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
- 94a6fd1 diff: don't exit in case we can't open input files. -2 bytes by Matheus Izvekov · 15 years ago
- 404f144 diff: don't use FILE_and_pos_t where it's not needed. -31 bytes by Matheus Izvekov · 15 years ago
- 4de4cb6 diff: correct handling of labels. -10 bytes by Matheus Izvekov · 15 years ago
- b32aa0c diff: support long options by Matheus Izvekov · 15 years ago
- fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 15 years ago
- b7a0440 diff: honor flag -i (ignore case differences) by Matheus Izvekov · 15 years ago
- 9e0879a diff: add NOINLINE by Denys Vlasenko · 15 years ago
- 032bf65 diff: defeat gcc's optimization by Denys Vlasenko · 15 years ago
- d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
- d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
- 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
- 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
- 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
- a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
- dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 17 years ago
- c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 17 years ago
- e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 17 years ago
- 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 17 years ago
- 73132b9 diff: make a few variables local by Denis Vlasenko · 17 years ago
- 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 17 years ago
- dc1cbf8 diff: shrink by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
- 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
- cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 18 years ago[Renamed from coreutils/diff.c]
- 1622cb8 - i need this disabled code for testing a patch. Please leave it in. by Bernhard Reutner-Fischer · 18 years ago
- ae5a8aa awk: move all data to malloc space by Denis Vlasenko · 18 years ago
- ef4bb26 diff: stop using data/bss by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
- df5bbb9 diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) by Denis Vlasenko · 18 years ago
- 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
- 3983bd5 diff: fix SEGV (NULL deref) in diff -N by Denis Vlasenko · 18 years ago
- a4688bf fix buglets found by randomconfig run by Denis Vlasenko · 18 years ago
- 02f0c4c diff: failed to confirm "static bug" in gcc - reinstating statics. by Denis Vlasenko · 18 years ago
- 0085f23 diff: make -U0 work by Denis Vlasenko · 18 years ago
- 6089c2c diff: fix access past end of array by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 088a212 - small size tweaks by Bernhard Reutner-Fischer · 18 years ago
- 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 18 years ago
- b05955e work around gcc's false warning by Denis Vlasenko · 18 years ago
- 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 18 years ago
- ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 18 years ago
- 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
- bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- 6a1d661 diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan by Denis Vlasenko · 18 years ago
- 56b9569 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
- 5b6f776 - remove warning about unused depth parameter in add_to_dirlist() by Bernhard Reutner-Fischer · 18 years ago
- d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- bbc225e - just whitespace by Bernhard Reutner-Fischer · 19 years ago
- d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 19 years ago
- 14aa06f - do not use non-standard u_int. by Bernhard Reutner-Fischer · 19 years ago
- e438634 Simplify the GPL boilerplate. by Rob Landley · 19 years ago