summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-07-31diff: fix -B with single line changesAaro Koskinen1-2/+2
2015-05-25typo fixesManinder Singh17-24/+24
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2-1/+13
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko7-53/+61
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-02-05Apply post-1.19.3 patches, bump version to 1.19.4Denys Vlasenko12-5663/+5674
2011-07-08Merge branch 'busybox' into gingerbreadTanguy Pruvot26-80/+102
2011-07-08more tweak for bionicDenys Vlasenko6-4/+65
2011-07-04cleanupTanguy Pruvot2-2/+3
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-22reformime: do not require \r\nDenys Vlasenko7-471/+504
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-03-27diff: optimize diffing of files with the same metadataRoman Borisov1-0/+25
2011-01-26diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin1-3/+6
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin7-16/+17
2010-08-29typo fix in commentDenys Vlasenko1-1/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-10diff: make diff -r much less eager to recurse into directoriesDenys Vlasenko1-1/+22
2010-07-09diff: cosmetic change on top of last commitDenys Vlasenko1-1/+1
2010-07-09diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov2-4/+33
2010-02-04diff: more compiler compat fixes. no code changesDan Fandrich2-8/+10
2010-02-03diff: make code more portableDan Fandrich1-27/+40
2010-01-22diff: fix flag -B, cleanups and a couple more tests V2Matheus Izvekov2-54/+71
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko5-19/+23
2010-01-20diff: don't exit in case we can't open input files. -2 bytesMatheus Izvekov1-3/+3
2010-01-20diff: don't use FILE_and_pos_t where it's not needed. -31 bytesMatheus Izvekov1-16/+11
2010-01-20diff: correct handling of labels. -10 bytesMatheus Izvekov1-7/+2
2010-01-20diff: support long optionsMatheus Izvekov2-0/+32
2010-01-20diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov2-12/+19
2010-01-20diff: honor flag -i (ignore case differences)Matheus Izvekov1-1/+4
2010-01-18diff: add NOINLINEDenys Vlasenko1-2/+4
2010-01-18diff: defeat gcc's optimizationDenys Vlasenko1-1/+4
2010-01-18diff: rewrite. much smaller and more correctMatheus Izvekov3-1150/+709
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2009-09-20diff: debug macros; one trivial size optimizationDenys Vlasenko1-4/+16
2009-09-20diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko1-38/+25
2009-06-09diff: tiny compat tweakDenys Vlasenko1-0/+3
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-11-23diff: emit /dev/null if diff -rN diffs a file against /dev/nullDenis Vlasenko1-9/+7
[next]