Start 1.33.0 development cycle
[oweals/busybox.git] / coreutils / cmp.c
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-03-21 Denis Vlasenkocmp: support 3rd and 4th arguments if DESKTOP=y (needed...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-20 Bernhard Reutner... - fix embarrassing typo of mine. Closes bug #1038
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-03-27 Rob LandleyTurn #if 0 into a comment.
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-25 Mark WhitleyApplied patch from I.Q. to add -s to cmp.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-10-09 Mark WhitleyAdded cmp and readlink applets from Matt Kraai.