mktime/gmtime_r moved and highly simplified

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1973 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-07-11 17:24:14 +00:00
parent bfd2dc6cd1
commit 631788ece1
13 changed files with 524 additions and 137 deletions
+6
View File
@@ -804,5 +804,11 @@
0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* lib/: Added some basic regex-subset, pattern matching functions
* lib/: Greatly simplified mktime() and gmtime_r(). The Gregorian and
Julian time calculations were interesting, but not necessary in the
typical embeddd system.