Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
busybox
/
8d0a734d91ff197a86ce0b8fc892e24a15783395
/
editors
/
diff.c
6bef3d1
fbset: fix buglet where we were using wrong pointer
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
6ca409e
trylink: produce even more info about final link stage
by Denis Vlasenko
· 17 years ago
b71c668
style fix (stray space before ';')
by Denis Vlasenko
· 17 years ago
3ad5d0c
diff: shrink code (-85 bytes):
by Denis Vlasenko
· 17 years ago
cc5e090
move several applets to more correct ex-project. No code changes.
by Denis Vlasenko
· 17 years ago
[Renamed from coreutils/diff.c]
1622cb8
- i need this disabled code for testing a patch. Please leave it in.
by Bernhard Reutner-Fischer
· 17 years ago
ae5a8aa
awk: move all data to malloc space
by Denis Vlasenko
· 17 years ago
ef4bb26
diff: stop using data/bss
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 17 years ago
bbd695d
find: fix handling of -prune recursive_actions: uppercase flag constants
by Denis Vlasenko
· 18 years ago
df5bbb9
diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)
by Denis Vlasenko
· 18 years ago
3e816c1
- fold recurse, depthFirst and dereference params into one param flags.
by Bernhard Reutner-Fischer
· 18 years ago
3983bd5
diff: fix SEGV (NULL deref) in diff -N
by Denis Vlasenko
· 18 years ago
a4688bf
fix buglets found by randomconfig run
by Denis Vlasenko
· 18 years ago
02f0c4c
diff: failed to confirm "static bug" in gcc - reinstating statics.
by Denis Vlasenko
· 18 years ago
0085f23
diff: make -U0 work
by Denis Vlasenko
· 18 years ago
6089c2c
diff: fix access past end of array
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
088a212
- small size tweaks
by Bernhard Reutner-Fischer
· 18 years ago
7ae93f0
- FIXME: someone broke diff -r
by Bernhard Reutner-Fischer
· 18 years ago
b05955e
work around gcc's false warning
by Denis Vlasenko
· 18 years ago
8336f08
diff: small optimizations; do not try to diff non-seekable stream
by Denis Vlasenko
· 18 years ago
ea9e35f
- minor shrinkage: -25 bytes or so.
by Bernhard Reutner-Fischer
· 18 years ago
3bba545
done a dozen of randconfig test. guess what? ALL failed...
by Denis Vlasenko
· 18 years ago
bf66fbc
introduce LONE_CHAR (optimized strcmp with one-char string)
by Denis Vlasenko
· 18 years ago
9f73944
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
by Denis Vlasenko
· 18 years ago
6a1d661
diff: fix -q exit code last_char_is: sacrifice 9 bytes but avoid double-scan
by Denis Vlasenko
· 18 years ago
56b9569
- minor shrinkage
by Bernhard Reutner-Fischer
· 18 years ago
5b6f776
- remove warning about unused depth parameter in add_to_dirlist()
by Bernhard Reutner-Fischer
· 18 years ago
d9e15f2
style cleanup: return(a) -> return a, part 2
by Denis Vlasenko
· 18 years ago
079f8af
style cleanup: return(a) -> return a, part 1
by Denis Vlasenko
· 18 years ago
8c35d65
recursive_action: add depth param chmod: match coreutils versus following links
by Denis Vlasenko
· 18 years ago
ea62077
add open_read_close() and similar stuff
by Denis Vlasenko
· 18 years ago
1385899
attempt to regularize atoi mess.
by Denis Vlasenko
· 18 years ago
7d219aa
build system overhaul
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
9213a9e
whitespace cleanup
by Denis Vlasenko
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
edd9ca5
More removal of "#if 0" content.
by "Robert P. J. Day"
· 18 years ago
19008b8
- reuse strings and messages. Saves about 600B
by Bernhard Reutner-Fischer
· 18 years ago
bbc225e
- just whitespace
by Bernhard Reutner-Fischer
· 18 years ago
d2c306e
- ls: remove unused variable
by Bernhard Reutner-Fischer
· 18 years ago
14aa06f
- do not use non-standard u_int.
by Bernhard Reutner-Fischer
· 18 years ago
e438634
Simplify the GPL boilerplate.
by Rob Landley
· 19 years ago
cb44816
- add and use bb_opendir(), bb_xopendir().
by Bernhard Reutner-Fischer
· 19 years ago
bc14214
- patch from Rob Sullivan to add support for -L
by Bernhard Reutner-Fischer
· 19 years ago
5fb0fec
- shrink it a little bit and make it buildable with gcc-2.95
by Bernhard Reutner-Fischer
· 19 years ago
cc4003f
- remove unused args.
by Bernhard Reutner-Fischer
· 19 years ago
693a936
- move code around to avoid the need for the prototypes.
by Bernhard Reutner-Fischer
· 19 years ago
8f7d389
- new applet diff. Rob Sullivan writes:
by Bernhard Reutner-Fischer
· 19 years ago