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
/
coreutils
/
diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- small size tweaks
aldot
2007-01-20
1
-2
/
+2
*
- FIXME: someone broke diff -r
aldot
2007-01-07
1
-48
/
+48
*
work around gcc's false warning
vda
2007-01-07
1
-3
/
+2
*
diff: small optimizations; do not try to diff non-seekable stream
vda
2007-01-07
1
-46
/
+44
*
- minor shrinkage: -25 bytes or so.
aldot
2007-01-06
1
-12
/
+14
*
done a dozen of randconfig test. guess what? ALL failed...
vda
2006-12-30
1
-1
/
+1
*
introduce LONE_CHAR (optimized strcmp with one-char string)
vda
2006-12-21
1
-1
/
+1
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
vda
2006-12-16
1
-5
/
+5
*
diff: fix -q exit code
vda
2006-12-16
1
-70
/
+72
*
- minor shrinkage
aldot
2006-12-14
1
-4
/
+6
*
- remove warning about unused depth parameter in add_to_dirlist()
aldot
2006-12-13
1
-2
/
+5
*
style cleanup: return(a) -> return a, part 2
vda
2006-11-27
1
-8
/
+8
*
style cleanup: return(a) -> return a, part 1
vda
2006-11-27
1
-15
/
+15
*
recursive_action: add depth param
vda
2006-10-27
1
-3
/
+3
*
add open_read_close() and similar stuff
vda
2006-10-14
1
-3
/
+3
*
attempt to regularize atoi mess.
vda
2006-10-08
1
-1
/
+1
*
build system overhaul
vda
2006-10-05
1
-3
/
+2
*
getopt_ulflags -> getopt32.
vda
2006-10-03
1
-2
/
+2
*
whitespace cleanup
vda
2006-09-17
1
-2
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
1
-29
/
+12
*
More removal of "#if 0" content.
rpjday
2006-07-01
1
-18
/
+0
*
- reuse strings and messages. Saves about 600B
aldot
2006-06-07
1
-7
/
+2
*
- just whitespace
aldot
2006-05-29
1
-731
/
+741
*
- ls: remove unused variable
aldot
2006-05-29
1
-8
/
+6
*
- do not use non-standard u_int.
aldot
2006-05-19
1
-6
/
+6
*
Simplify the GPL boilerplate.
landley
2006-04-18
1
-18
/
+2
*
- add and use bb_opendir(), bb_xopendir().
aldot
2006-04-12
1
-2
/
+2
*
- patch from Rob Sullivan to add support for -L
aldot
2006-04-06
1
-36
/
+64
*
- shrink it a little bit and make it buildable with gcc-2.95
aldot
2006-04-06
1
-35
/
+46
*
- remove unused args.
aldot
2006-04-06
1
-12
/
+13
*
- move code around to avoid the need for the prototypes.
aldot
2006-04-06
1
-587
/
+557
*
- new applet diff. Rob Sullivan writes:
aldot
2006-04-06
1
-0
/
+1277