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