index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
strftime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix strftime handling of out-of-range struct tm fields
Rich Felker
2015-10-14
1
-8
/
+12
*
match historical behavior for tm_gmtoff member of struct tm
Natanael Copa
2015-08-14
1
-2
/
+2
*
properly pass current locale to *_l functions when used internally
Rich Felker
2014-07-02
1
-1
/
+2
*
fix strftime %s not to zero pad with default width=2
Szabolcs Nagy
2014-05-08
1
-0
/
+1
*
fix off-by-one length failure in strftime/wcsftime and improve error behavior
Rich Felker
2013-11-26
1
-6
/
+8
*
add the %s (seconds since the epoch) format to strftime
Rich Felker
2013-08-25
1
-0
/
+4
*
fix strftime regression in %e format
Rich Felker
2013-08-24
1
-2
/
+2
*
fix strftime handling of time zone data
Rich Felker
2013-08-24
1
-3
/
+13
*
fix missing string.h in strftime.c (needed by new strftime code)
Rich Felker
2013-08-23
1
-0
/
+1
*
add strftime and wcsftime field widths
Rich Felker
2013-08-22
1
-3
/
+32
*
simplify strftime and fix integer overflows
Rich Felker
2013-08-22
1
-28
/
+12
*
strftime cleanup: avoid recomputing strlen when it's known
Rich Felker
2013-08-22
1
-10
/
+16
*
more strftime refactoring
Rich Felker
2013-08-22
1
-23
/
+25
*
begin refactoring strftime to make adding field widths easier
Rich Felker
2013-08-22
1
-151
/
+161
*
fix semantically incorrect use of LC_GLOBAL_LOCALE
Rich Felker
2013-07-28
1
-1
/
+1
*
reorder strftime to eliminate the incorrect indention level
Rich Felker
2013-07-27
1
-5
/
+5
*
rework langinfo code for ABI compat and for use by time code
Rich Felker
2013-07-24
1
-4
/
+4
*
move strftime_l into strftime.c and add __-prefixed version
Rich Felker
2013-07-24
1
-1
/
+10
*
the big time handling overhaul
Rich Felker
2013-07-17
1
-6
/
+2
*
implement week-based-year year numbers in strftime
Rich Felker
2013-06-28
1
-27
/
+34
*
fix breakage in last commit to strftime due to missing INT_MAX
Rich Felker
2013-06-28
1
-0
/
+1
*
implement week numbers and half of the week-based-year logic for strftime
Rich Felker
2013-06-28
1
-3
/
+38
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+172