.. |
lib_asctime.c
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
lib_asctimer.c
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
lib_calendar2utc.c
|
ix an error in time initialization when there is not RTC and the time is initialized from a fixed configured value. The call to clock_calendar2utc() was returning the time in units of seconds. The initialization logic, however, was expecting to get time in units of days.
|
2015-04-12 09:01:35 -06:00 |
lib_ctime.c
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
lib_ctimer.c
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
lib_dayofweek.c
|
Fix some coding style inconsistencies
|
2015-04-08 07:02:13 -06:00 |
lib_daysbeforemonth.c
|
Make variable definitions 'static const' when possible to save RAM usage. From Kosma Moczek
|
2014-06-30 07:39:51 -06:00 |
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
|
Make some file section headers more consistent with standard
|
2015-04-08 07:32:08 -06:00 |
lib_gmtimer.c
|
Make some file section headers more consistent with standard
|
2015-04-08 07:32:08 -06:00 |
lib_isleapyear.c
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
lib_localtime.c
|
Add asctime(), asctime_r(), ctime(), and ctime_r().
|
2015-06-12 11:52:49 -06:00 |
lib_mktime.c
|
ix an error in time initialization when there is not RTC and the time is initialized from a fixed configured value. The call to clock_calendar2utc() was returning the time in units of seconds. The initialization logic, however, was expecting to get time in units of days.
|
2015-04-12 09:01:35 -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
|
Make some file section headers more consistent with standard
|
2015-04-08 07:32:08 -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
|
Add asctime(), asctime_r(), ctime(), and ctime_r().
|
2015-06-12 11:52:49 -06:00 |