Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / rdate.c
2012-06-11 Denys Vlasenkordate: code shrink
2012-06-11 Denys Vlasenkordate: code shrink
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-11 Denis Vlasenkofix verbose output; remove commented-out includes.
2007-01-11 Denis Vlasenkoipv6-ization efforts continue. Few bugs are found,
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-06-03 Bernhard Reutner... - No options should set the current system time.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-01-25 Tim Rikerjust whitespace
2005-10-28 "Vladimir N. Oleynik"bb_opt_complementally for rdate applet. Add losed recor...
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2004-01-18 Eric AndersenStephane Billiart writes:
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Eric AndersenPatch from Fillod Stephane:
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-10-09 Glenn L McGrathPatch from Steven Scholz, fix some warnings
2003-09-15 Eric Andersenfix function prototype
2003-09-12 Eric AndersenRemove final \n
2003-09-12 Eric AndersenTeach rdate to timeout in 10 seconds to avoid blocking...
2003-07-22 Eric AndersenVery minor rdate updates
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2001-10-01 Matt KraaiUse port 37 by default.
2001-07-30 Matt KraaiRework option handling to save space.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-19 Eric AndersenSize optimization for rdate from Vladimir
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
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-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-10-26 Eric AndersenSilence a warning,
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenFix a potential warning
2000-08-21 Eric AndersenOops. Forgot to commit rdate.c.