index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
date.c
Age
Commit message (
Expand
)
Author
2010-06-18
date: make %N work without -lrt on glibc
Denys Vlasenko
2010-06-12
date: trivial fix - was reading seconds into nanoseconds field! DOH
Denys Vlasenko
2010-06-08
date: use the same code for FEATURE_DATE_NANO for glibc and uclibc
Denys Vlasenko
2010-06-06
date: make FEATURE_NANO compile on glibc systems
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-04
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
date: optional support for %N. Closes bug 1861.
Denys Vlasenko
2010-01-23
date: introduce FEATURE_DATE_COMPAT; shrink
Denys Vlasenko
2009-11-15
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-10-23
date: handle long options
Bernhard Reutner-Fischer
2009-07-18
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
2009-07-18
date: factor out date parsing (in preparation for touch -d)
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-04-28
date: better version of previous commit; + fix testsuite
Denis Vlasenko
2008-04-28
date: complain if there are extraneout arguments
Denis Vlasenko
2008-04-25
date: make it accept ISO date format. Fix help text.
Denis Vlasenko
2008-03-25
date: make help text more understandable; small shrink
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2007-01-01
awk: undo locale setting for numbers - or else parsing
Denis Vlasenko
2006-12-13
date: -R shouldn't use locale
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-07-14
Patch from Suresh Rajashekara moving comments and #includes and such around.
Rob Landley
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-03-13
Patch from Denis Vlasenko to add xstat() and use it.
Rob Landley
2006-02-21
Walter Harms added -D to date, and I did a code cleanup while I was in the
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-10-15
RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
"Vladimir N. Oleynik"
2005-10-14
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
"Vladimir N. Oleynik"
2005-10-12
remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment...
"Vladimir N. Oleynik"
2005-10-11
- use complementally '!' to '?' - 'ask' is best 'free' char for this.
"Vladimir N. Oleynik"
2005-09-11
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2005-09-05
1) bb_opt_complementaly -> bb_opt_complementally
"Vladimir N. Oleynik"
2005-05-28
Shaun Jackman submitted a patch converting an allocation to use
Rob Landley
2005-05-11
change the hardcoded error constant (0x80000000UL) to a nice flexible define ...
Mike Frysinger
2004-10-11
Patch from David Daney:
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-04-06
Fix non standard 'date -R' formatting
Eric Andersen
[next]