summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-15 16:02:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-15 16:02:57 -0600
commitd1c4ecb9da0dc7a8e4cba304c60ca6e33595704c (patch)
treeee74a5ea6d2b8156ba2c9e70d69820acd2607737 /nuttx/ChangeLog
parent3a2cbdcaead394a37a7dddc0658a388b6d8fb118 (diff)
downloadnuttx-d1c4ecb9da0dc7a8e4cba304c60ca6e33595704c.tar.gz
nuttx-d1c4ecb9da0dc7a8e4cba304c60ca6e33595704c.tar.bz2
nuttx-d1c4ecb9da0dc7a8e4cba304c60ca6e33595704c.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ff151357a..c22c9d9e8 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8121,4 +8121,8 @@
* sched/clock/Make.defs, clock_gettime.c, clock_settime.c, include/time.h,
nuttx/clock.h, configs/vsn/src/sif.c: Remove CLOCK_ACTIVETIME. It is non-
standard, unused, and gets in the way of maintaining clocks (2014-8-15).
-
+ * libc/time/lib_localtime.c: Modified to that the coding style is much
+ closer to NuttX coding style. The local header files private.h and
+ tzfile.h were removed and incorporated into lib_localtime.c. All
+ conditional compilation within lib_localtime.c that unconditionally
+ evaluated to FALSE was removed (2014-8-15).