dd: support conv=swab
[oweals/busybox.git] / coreutils / touch.c
2011-12-14 walter harmstouch: add new option FEATURE_TOUCH_SUSV3
2011-12-13 Denys Vlasenkotouch: document -t DT option in help text
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-02 Denys Vlasenkodate,touch: treat 2-digit years better (fit them into...
2010-12-01 Denys Vlasenkotouch: fix help text to not show options disabled in...
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-21 Mikhail Gusarovtouch: do not ignore argument of -d/-t option
2009-11-30 Denys Vlasenkotouch: needs another fix after last utimes() fixes
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-07-18 Denys Vlasenkotouch: implement -t TIME (needed for testsuite)
2009-07-18 Denys Vlasenkotouch: implement -d --date (our own testsuite needs...
2009-06-19 Denys Vlasenkogetopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-15 Denis Vlasenkouname: correct cut/paste error
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-28 Denis Vlasenkotouch: support -r REF_FILE if ENABLE_DESKTOP (needed...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-11-28 Denis Vlasenkotouch: accept and ignore -f
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
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-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-20 Bernhard Reutner... - small size tweak
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-07 Matt KraaiContinue processing files if we are asked to touch...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
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-18 Matt KraaiAdd missing newlines to error messages.
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-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-02 Eric AndersenFix touch so it behaves itself (it could segfault in...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-07 Eric Andersenmore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2