index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
strftime.c
Age
Commit message (
Expand
)
Author
Lines
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-4
/
+0
2018-09-12
move __tm_to_tzname declaration to time_impl.h with related functions
Rich Felker
-1
/
+0
2018-09-12
fix type-mismatched declarations of __nl_langinfo_l in source files
Rich Felker
-1
/
+1
2018-08-07
fix sign of strftime %z output with offsets <1 hour west of UTC
Rich Felker
-3
/
+2
2018-06-26
strftime: fix underlying format string in %z format
Daniel Sabogal
-1
/
+1
2018-02-06
adjust strftime + modifier to match apparent intent of POSIX
Rich Felker
-6
/
+12
2018-02-05
fix strftime field widths with %F format and zero year
Rich Felker
-1
/
+2
2017-12-11
implement strftime padding specifier extensions
Timo Teräs
-8
/
+14
2017-01-02
fix strftime %y for negative years
Rich Felker
-2
/
+2
2016-10-06
fix strftime %y for negative tm_year
Szabolcs Nagy
-0
/
+1
2015-10-14
fix strftime handling of out-of-range struct tm fields
Rich Felker
-8
/
+12
2015-08-14
match historical behavior for tm_gmtoff member of struct tm
Natanael Copa
-2
/
+2
2014-07-02
properly pass current locale to *_l functions when used internally
Rich Felker
-1
/
+2
2014-05-08
fix strftime %s not to zero pad with default width=2
Szabolcs Nagy
-0
/
+1
2013-11-26
fix off-by-one length failure in strftime/wcsftime and improve error behavior
Rich Felker
-6
/
+8
2013-08-25
add the %s (seconds since the epoch) format to strftime
Rich Felker
-0
/
+4
2013-08-24
fix strftime regression in %e format
Rich Felker
-2
/
+2
2013-08-24
fix strftime handling of time zone data
Rich Felker
-3
/
+13
2013-08-23
fix missing string.h in strftime.c (needed by new strftime code)
Rich Felker
-0
/
+1
2013-08-22
add strftime and wcsftime field widths
Rich Felker
-3
/
+32
2013-08-22
simplify strftime and fix integer overflows
Rich Felker
-28
/
+12
2013-08-22
strftime cleanup: avoid recomputing strlen when it's known
Rich Felker
-10
/
+16
2013-08-22
more strftime refactoring
Rich Felker
-23
/
+25
2013-08-22
begin refactoring strftime to make adding field widths easier
Rich Felker
-151
/
+161
2013-07-28
fix semantically incorrect use of LC_GLOBAL_LOCALE
Rich Felker
-1
/
+1
2013-07-27
reorder strftime to eliminate the incorrect indention level
Rich Felker
-5
/
+5
2013-07-24
rework langinfo code for ABI compat and for use by time code
Rich Felker
-4
/
+4
2013-07-24
move strftime_l into strftime.c and add __-prefixed version
Rich Felker
-1
/
+10
2013-07-17
the big time handling overhaul
Rich Felker
-6
/
+2
2013-06-28
implement week-based-year year numbers in strftime
Rich Felker
-27
/
+34
2013-06-28
fix breakage in last commit to strftime due to missing INT_MAX
Rich Felker
-0
/
+1
2013-06-28
implement week numbers and half of the week-based-year logic for strftime
Rich Felker
-3
/
+38
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+172