Bump version to 1.32.0
[oweals/busybox.git] / coreutils / date.c
2019-11-19 Alistair FrancisRemove stime() function calls
2019-10-24 Denys VlasenkoRemove syscall wrappers around clock_gettime, closes...
2019-10-08 Alistair Francisdate: Use 64 prefix syscall if we have to
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-01-09 Denys Vlasenkodate: improve help text for -D
2018-12-28 Denys Vlasenkoconfig: update size information
2017-10-05 Denys Vlasenkodate: maybe_set_utc only once
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-06 Denys Vlasenkosv,svc: fix NOEXEC fallout
2017-08-03 Denys Vlasenkonew NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink...
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2012-03-01 Denys Vlasenkodate: extend help text to explain compat date format...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-12-31 Alexey Solovievdate: preserve isdst value if date is in time_t (unix...
2010-12-30 Denys Vlasenkoadd missed underscore
2010-12-30 Denys Vlasenkodate: add a comment about _SVID_SOURCE
2010-11-22 Denys Vlasenkodate :add a comment about older toolchains
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-15 Denys Vlasenkodate: move applet and usage bits to date.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-18 Jeremie Koenigmark Linux-specific configuration options
2010-06-18 Denys Vlasenkodate: make %N work without -lrt on glibc
2010-06-12 Denys Vlasenkodate: trivial fix - was reading seconds into nanosecond...
2010-06-08 Denys Vlasenkodate: use the same code for FEATURE_DATE_NANO for glibc...
2010-06-06 Denys Vlasenkodate: make FEATURE_NANO compile on glibc systems
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkopartially migrate coreutils to Config.src and Kbuild.src
2010-06-04 Denys Vlasenkodate: optional support for %N. Closes bug 1861.
2010-01-23 Denys Vlasenkodate: introduce FEATURE_DATE_COMPAT; shrink
2009-11-15 Denys Vlasenkodate: restore hadling of MMDDhhmm[[CC]YY][.ss] date...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-23 Bernhard Reutner... date: handle long options
2009-07-18 Denys Vlasenkotouch: implement -d --date (our own testsuite needs...
2009-07-18 Denys Vlasenkodate: factor out date parsing (in preparation for touch -d)
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-04-28 Denis Vlasenkodate: better version of previous commit; + fix testsuite
2008-04-28 Denis Vlasenkodate: complain if there are extraneout arguments
2008-04-25 Denis Vlasenkodate: make it accept ISO date format. Fix help text.
2008-03-25 Denis Vlasenkodate: make help text more understandable; small shrink
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-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-01 Denis Vlasenkoawk: undo locale setting for numbers - or else parsing
2006-12-13 Denis Vlasenkodate: -R shouldn't use locale
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-07-14 Rob LandleyPatch from Suresh Rajashekara moving comments and ...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-02-21 Rob LandleyWalter Harms added -D to date, and I did a code cleanup...
2006-01-25 Tim Rikerjust whitespace
2005-10-15 "Vladimir N. Oleynik"RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"remove 1 CR, correct strange bb_opt_complementally...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-28 Rob LandleyShaun Jackman submitted a patch converting an allocatio...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-10-11 Eric AndersenPatch from David Daney:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenFix non standard 'date -R' formatting
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-17 Glenn L McGrathAdd the -r option, patch from Rob with some help from...
2004-02-17 Glenn L McGrathWoops, im getting ahead of myself, we dont have the...
2004-02-17 Glenn L McGrathdefine option names to be clearer, simplify nested...
2003-07-23 Manuel Novoa III Set the tm_isdst flag to -1 before calling mktime(...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-23 Glenn L McGrathRun through indent, fix comments
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-30 Robert GrieblAdded the -I (isofmt) options to date, which comes...
2002-06-15 Eric AndersenDon't use pointless GNU-isms
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
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 header file usage -- there were many unnecessary...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
next