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
/
include
/
time.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
Rich Felker
2014-09-10
1
-1
/
+1
*
add C11 timespec_get function, with associated time.h changes for C11
Rich Felker
2014-09-06
1
-1
/
+3
*
fix const-correctness of argument to stime
Rich Felker
2014-01-07
1
-1
/
+1
*
restore type of NULL to void * except when used in C++ programs
Rich Felker
2013-11-24
1
-0
/
+5
*
fix clockid macro names in time.h, reported by Paul Schutte
Szabolcs Nagy
2013-10-07
1
-2
/
+2
*
add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
Szabolcs Nagy
2013-07-24
1
-0
/
+2
*
add clock id macros for a number of new(ish) Linux-specific clocks
Rich Felker
2013-06-08
1
-0
/
+6
*
fix the type of CLOCKS_PER_SEC to match new clock_t type
Rich Felker
2013-06-08
1
-1
/
+1
*
improve handling of nonstandard fields in struct tm
Rich Felker
2013-06-07
1
-4
/
+5
*
make tm_zone etc visible under _GNU_SOURCE
rofl0r
2013-04-02
1
-1
/
+1
*
use a common definition of NULL as 0L for C and C++
Rich Felker
2013-01-18
1
-7
/
+1
*
time.h: add BSD aliases for otherwise internal struct tm members
rofl0r
2013-01-04
1
-0
/
+4
*
default features: make musl usable without feature test macros
Rich Felker
2012-09-07
1
-5
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-8
/
+14
*
revert one change in time.h; no evidence BSD_SOURCE should expose these..
Rich Felker
2012-06-13
1
-1
/
+1
*
fix feature test macros in time.h
Rich Felker
2012-06-13
1
-5
/
+2
*
add timegm function (inverse of gmtime), nonstandard
Rich Felker
2012-06-13
1
-0
/
+3
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
1
-2
/
+4
*
legacy junk compatibility grab-bag
Rich Felker
2012-04-18
1
-0
/
+5
*
more locale_t interfaces (string stuff) and header updates
Rich Felker
2012-02-06
1
-0
/
+3
*
cleanup various minor issues reported by nsz
Rich Felker
2011-09-26
1
-1
/
+0
*
fix various errors in function signatures/prototypes found by nsz
Rich Felker
2011-09-13
1
-1
/
+1
*
fix another error from header cleanup, missing size_t in time.h
Rich Felker
2011-02-15
1
-1
/
+1
*
more header cleanup and conformance fixes - locale.h, time.h
Rich Felker
2011-02-14
1
-34
/
+35
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+113