index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff: code shrink
Ron Yorston
2021-02-22
1
-1
/
+1
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-11
/
+11
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-4
/
+2
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+2
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-4
/
+6
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-5
/
+5
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
diff: fix -N and nonexistent files. Closes 7454
Denys Vlasenko
2017-05-05
1
-5
/
+21
*
libbb: move isqrt from factor, use it in diff too
Denys Vlasenko
2017-04-11
1
-11
/
+0
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+0
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
1
-2
/
+2
*
diff: fix -B with single line changes
Aaro Koskinen
2015-07-31
1
-2
/
+2
*
typo fixes
Maninder Singh
2015-05-25
1
-1
/
+1
*
diff: fix a bug in diffing against stdin. Closes 7784
Denys Vlasenko
2015-01-11
1
-1
/
+2
*
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
2013-11-13
1
-0
/
+27
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
more tweak for bionic
Denys Vlasenko
2011-07-08
1
-1
/
+3
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
reformime: do not require \r\n
Denys Vlasenko
2011-05-22
1
-2
/
+2
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+22
*
diff: optimize diffing of files with the same metadata
Roman Borisov
2011-03-27
1
-0
/
+25
*
diff: return 1 when skipping directories with -r, but without -N
Alexander Shishkin
2011-01-26
1
-3
/
+6
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
*: introduce and use xmkstemp. -65 bytes.
Alexander Shishkin
2010-10-22
1
-3
/
+2
*
typo fix in comment
Denys Vlasenko
2010-08-30
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
diff: make diff -r much less eager to recurse into directories
Denys Vlasenko
2010-07-10
1
-1
/
+22
*
diff: cosmetic change on top of last commit
Denys Vlasenko
2010-07-09
1
-1
/
+1
*
diff: fix "diff dir1 dir2/". Closes bug 2203
Matheus Izvekov
2010-07-09
1
-2
/
+4
*
diff: more compiler compat fixes. no code changes
Dan Fandrich
2010-02-04
1
-8
/
+9
*
diff: make code more portable
Dan Fandrich
2010-02-04
1
-27
/
+40
*
diff: fix flag -B, cleanups and a couple more tests V2
Matheus Izvekov
2010-01-22
1
-54
/
+40
*
*: small code shrinks and compile fix for unicode
Denys Vlasenko
2010-01-20
1
-4
/
+5
*
diff: don't exit in case we can't open input files. -2 bytes
Matheus Izvekov
2010-01-20
1
-3
/
+3
*
diff: don't use FILE_and_pos_t where it's not needed. -31 bytes
Matheus Izvekov
2010-01-20
1
-16
/
+11
*
diff: correct handling of labels. -10 bytes
Matheus Izvekov
2010-01-20
1
-7
/
+2
*
diff: support long options
Matheus Izvekov
2010-01-20
1
-0
/
+25
*
diff: implement flag -B (Ignore changes whose lines are all blank)
Matheus Izvekov
2010-01-20
1
-11
/
+17
*
diff: honor flag -i (ignore case differences)
Matheus Izvekov
2010-01-20
1
-1
/
+4
*
diff: add NOINLINE
Denys Vlasenko
2010-01-18
1
-2
/
+4
*
diff: defeat gcc's optimization
Denys Vlasenko
2010-01-18
1
-1
/
+4
*
diff: rewrite. much smaller and more correct
Matheus Izvekov
2010-01-18
1
-1131
/
+709
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-1
/
+1
*
diff: debug macros; one trivial size optimization
Denys Vlasenko
2009-09-21
1
-4
/
+16
*
diff: fix bug 613 (diff -ub segfaults)
Denys Vlasenko
2009-09-21
1
-38
/
+25
*
diff: tiny compat tweak
Denys Vlasenko
2009-06-09
1
-0
/
+3
[next]