aboutsummaryrefslogtreecommitdiff
path: root/editors/diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* diff: more changes to --binaryRon Yorston2023-08-061-11/+14
* diff: improve --binary implementationRon Yorston2023-01-291-13/+7
* diff: implement --binary flagRon Yorston2023-01-271-0/+25
* Merge branch 'busybox' into mergeRon Yorston2021-03-011-1/+1
|\
| * diff: code shrinkRon Yorston2021-02-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-11/+11
|\|
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-11/+11
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-2/+2
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* | win32: fix POSIX build (again)Ron Yorston2019-03-121-1/+3
* | win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-1/+3
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-1/+2
* | diff: omit unreliable test for same fileRon Yorston2019-01-091-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-4/+2
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-5/+7
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+2
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-6/+6
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-16/+21
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-2/+0
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* | diff: use TMPDIR rather than TMP/TEMPRon Yorston2016-10-241-1/+1
* | diff: change handling of temporary files for WIN32Ron Yorston2016-10-201-0/+21
|/
* 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