summaryrefslogtreecommitdiff
path: root/editors/diff.c
Commit message (Expand)AuthorAgeFilesLines
* diff: code shrinkRon Yorston2021-02-221-1/+1
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-11/+11
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-4/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+2
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+6
* config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* diff: fix -N and nonexistent files. Closes 7454Denys Vlasenko2017-05-051-5/+21
* libbb: move isqrt from factor, use it in diff tooDenys Vlasenko2017-04-111-11/+0
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-2/+2
* diff: fix -B with single line changesAaro Koskinen2015-07-311-2/+2
* typo fixesManinder Singh2015-05-251-1/+1
* diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2015-01-111-1/+2
* switch editors/* to embedded-in-source kbuild systemDenys Vlasenko2013-11-131-0/+27
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* more tweak for bionicDenys Vlasenko2011-07-081-1/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* reformime: do not require \r\nDenys Vlasenko2011-05-221-2/+2
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+22
* diff: optimize diffing of files with the same metadataRoman Borisov2011-03-271-0/+25
* diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin2011-01-261-3/+6
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-3/+2
* typo fix in commentDenys Vlasenko2010-08-301-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* diff: make diff -r much less eager to recurse into directoriesDenys Vlasenko2010-07-101-1/+22
* diff: cosmetic change on top of last commitDenys Vlasenko2010-07-091-1/+1
* diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov2010-07-091-2/+4
* diff: more compiler compat fixes. no code changesDan Fandrich2010-02-041-8/+9
* diff: make code more portableDan Fandrich2010-02-041-27/+40
* diff: fix flag -B, cleanups and a couple more tests V2Matheus Izvekov2010-01-221-54/+40
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-4/+5
* diff: don't exit in case we can't open input files. -2 bytesMatheus Izvekov2010-01-201-3/+3
* diff: don't use FILE_and_pos_t where it's not needed. -31 bytesMatheus Izvekov2010-01-201-16/+11
* diff: correct handling of labels. -10 bytesMatheus Izvekov2010-01-201-7/+2
* diff: support long optionsMatheus Izvekov2010-01-201-0/+25
* diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov2010-01-201-11/+17
* diff: honor flag -i (ignore case differences)Matheus Izvekov2010-01-201-1/+4
* diff: add NOINLINEDenys Vlasenko2010-01-181-2/+4
* diff: defeat gcc's optimizationDenys Vlasenko2010-01-181-1/+4
* diff: rewrite. much smaller and more correctMatheus Izvekov2010-01-181-1131/+709
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* diff: debug macros; one trivial size optimizationDenys Vlasenko2009-09-211-4/+16
* diff: fix bug 613 (diff -ub segfaults)Denys Vlasenko2009-09-211-38/+25
* diff: tiny compat tweakDenys Vlasenko2009-06-091-0/+3