summaryrefslogtreecommitdiff
path: root/coreutils/cmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-2/+2
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-1/+1
* cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)Denis Vlasenko2007-03-211-11/+28
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-3/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-5/+5
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-2/+2
* - fix embarrassing typo of mine. Closes bug #1038Bernhard Reutner-Fischer2006-09-201-2/+2
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-26/+21
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-7/+4
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Turn #if 0 into a comment.Rob Landley2006-03-271-5/+2
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-41/+115
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+1
* Applied patch from I.Q. to add -s to cmp.Mark Whitley2001-04-251-9/+23
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+65