Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
d8e61bbf13d0cf38d477255cfd5dc71c5d51d575
/
editors
/
cmp.c
73225b6
switch editors/* to embedded-in-source kbuild system
by Denys Vlasenko
· 11 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
6a3e01d
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
by Pere Orga
· 14 years ago
ac10b30
cmp: with -s, do not report open errors
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
920185c
cmp: remove history comment. it is more natural to keep it in source control
by Denys Vlasenko
· 15 years ago
0c1ba44
cmp: ifdefectomy
by Rob Landley
· 15 years ago
a3aa3e3
wget: check for close success; fix chunked; do not bother to send QUIT to ftp
by Denys Vlasenko
· 15 years ago
8131eea
*: introduce and use ffulsh_all()
by Denys Vlasenko
· 15 years ago
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
62a90cd
*: shrink by using [f]open_or_warn_stdin where appropriate
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
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
0919657
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
by Denis Vlasenko
· 17 years ago
cc5e090
move several applets to more correct ex-project. No code changes.
by Denis Vlasenko
· 18 years ago
[Renamed from coreutils/cmp.c]
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
335b63d
make a few struct bb_applet members conditional
by Denis Vlasenko
· 18 years ago
3f3aa2a
make xfunctions optionally longjump instead of exit.
by Denis Vlasenko
· 18 years ago
9a1fa8c
cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
ddec5af
rename functions to more understandable names
by Denis Vlasenko
· 18 years ago
f0ed376
remove bb_printf and the like
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
4092082
rename bb_default_error_retval -> xfunc_error_retval
by Denis Vlasenko
· 18 years ago
a658577
- fix embarrassing typo of mine. Closes bug #1038
by Bernhard Reutner-Fischer
· 18 years ago
73561cc
- pull from busybox_scratch: r15829:15850
by Bernhard Reutner-Fischer
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
801ab14
Add one-line GPL boilerplate to numerous (but not all yet) source files.
by "Robert P. J. Day"
· 18 years ago
c370ea8
Turn #if 0 into a comment.
by Rob Landley
· 19 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
207587a
Applied patch from I.Q. to add -s to cmp.
by Mark Whitley
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
by Eric Andersen
· 24 years ago
8ec10a9
Fix up copyright msgs. Bump version to 0.49 in preparation for
by Eric Andersen
· 24 years ago
0_49
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
3e856ce
Stop using TRUE and FALSE for exit status.
by Matt Kraai
· 24 years ago
872138d
Added cmp and readlink applets from Matt Kraai.
by Mark Whitley
· 24 years ago