This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
6fdbbe6c4b
Branches
Tags
View all branches
nuttx
/
libc
/
time
History
Gregory Nutt
3a67c182b4
sfrtime: Missing implementation of %C (was being treated as %y). From Freddie Chopin
2015-02-23 11:05:07 -06:00
..
lib_calendar2utc.c
…
lib_daysbeforemonth.c
…
lib_gettimeofday.c
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
2015-02-15 13:00:44 -06:00
lib_gmtime.c
…
lib_gmtimer.c
…
lib_isleapyear.c
…
lib_localtime.c
Remove libc/time/tzfile.h; content moved inside of libc/time/lib_localtime.c
2014-08-15 15:59:57 -06:00
lib_mktime.c
Adds support for localtime. From Max Neklyudov
2014-08-12 06:18:22 -06:00
lib_settimeofday.c
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
2015-02-15 13:00:44 -06:00
lib_strftime.c
sfrtime: Missing implementation of %C (was being treated as %y). From Freddie Chopin
2015-02-23 11:05:07 -06:00
lib_time.c
Some files that now include sys/time.h should no longer include timer.h
2015-02-15 16:38:18 -06:00
Make.defs
gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to libc/time. All remove gettimeofday() from NuttX system calls. It is only a wrapper around clock_settime() and does not need a trap. gettimeofday() is no longer tried as a core OS interface.
2015-02-12 11:10:46 -06:00