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
*
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
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-2
/
+2
*
diff: emit /dev/null if diff -rN diffs a file against /dev/null
Denis Vlasenko
2008-11-23
1
-9
/
+7
*
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-10-19
1
-1
/
+1
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-3
/
+3
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
1
-2
/
+2
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-7
/
+2
*
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-06-07
1
-2
/
+3
*
diff: improve comments (no code chages)
Denis Vlasenko
2008-03-24
1
-10
/
+13
*
diff: exclude D_EMPTY code if there is no support for -r
Denis Vlasenko
2008-03-24
1
-16
/
+22
*
diff: fix small bug; don't make a copy for "/dev/null" case
Denis Vlasenko
2008-03-24
1
-4
/
+10
*
diff: reordering and renaming of variables
Denis Vlasenko
2008-03-24
1
-67
/
+66
*
diff: make a few variables local
Denis Vlasenko
2008-03-24
1
-6
/
+3
*
diff: make it work on pipes etc (needed for kernel compile)
Denis Vlasenko
2008-03-24
1
-51
/
+88
*
diff: shrink
Denis Vlasenko
2008-03-24
1
-104
/
+126
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-6
/
+3
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
1
-7
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
[next]