index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
date.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-1
/
+7
|
\
|
*
date: preserve isdst value if date is in time_t (unix time) format
Alexey Soloviev
2010-12-31
1
-1
/
+3
|
*
add missed underscore
Denys Vlasenko
2010-12-31
1
-1
/
+1
|
*
date: add a comment about _SVID_SOURCE
Denys Vlasenko
2010-12-30
1
-1
/
+4
|
*
date :add a comment about older toolchains
Denys Vlasenko
2010-11-23
1
-0
/
+1
|
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
|
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-32
/
+74
|
\
|
|
*
date: move applet and usage bits to date.c
Denys Vlasenko
2010-10-15
1
-32
/
+74
*
|
win32: date: escape literal %e properly
Nguyễn Thái Ngọc Duy
2010-09-17
1
-1
/
+1
*
|
win32: enable date
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+13
|
/
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
mark Linux-specific configuration options
Jeremie Koenig
2010-07-19
1
-1
/
+1
*
date: make %N work without -lrt on glibc
Denys Vlasenko
2010-06-18
1
-1
/
+6
*
date: trivial fix - was reading seconds into nanoseconds field! DOH
Denys Vlasenko
2010-06-12
1
-1
/
+1
*
date: use the same code for FEATURE_DATE_NANO for glibc and uclibc
Denys Vlasenko
2010-06-08
1
-4
/
+0
*
date: make FEATURE_NANO compile on glibc systems
Denys Vlasenko
2010-06-06
1
-1
/
+5
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-2
/
+2
*
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
1
-0
/
+41
*
date: optional support for %N. Closes bug 1861.
Denys Vlasenko
2010-06-04
1
-6
/
+53
*
date: introduce FEATURE_DATE_COMPAT; shrink
Denys Vlasenko
2010-01-23
1
-34
/
+25
*
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
2009-11-15
1
-1
/
+26
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
date: handle long options
Bernhard Reutner-Fischer
2009-10-23
1
-0
/
+13
*
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
2009-07-18
1
-4
/
+3
*
date: factor out date parsing (in preparation for touch -d)
Denys Vlasenko
2009-07-18
1
-80
/
+54
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-3
/
+3
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
date: better version of previous commit; + fix testsuite
Denis Vlasenko
2008-04-28
1
-2
/
+4
*
date: complain if there are extraneout arguments
Denis Vlasenko
2008-04-28
1
-0
/
+2
*
date: make it accept ISO date format. Fix help text.
Denis Vlasenko
2008-04-25
1
-52
/
+52
*
date: make help text more understandable; small shrink
Denis Vlasenko
2008-03-25
1
-53
/
+51
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+3
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-7
/
+1
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-3
/
+4
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
1
-8
/
+8
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2007-01-29
1
-3
/
+3
*
awk: undo locale setting for numbers - or else parsing
Denis Vlasenko
2007-01-01
1
-1
/
+2
*
date: -R shouldn't use locale
Denis Vlasenko
2006-12-13
1
-5
/
+13
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-3
/
+3
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
1
-137
/
+123
*
Patch from Suresh Rajashekara moving comments and #includes and such around.
Rob Landley
2006-07-14
1
-16
/
+17
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
Patch from Denis Vlasenko to add xstat() and use it.
Rob Landley
2006-03-13
1
-2
/
+1
[next]