summaryrefslogtreecommitdiffstats
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-23 11:07:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-23 11:07:06 -0600
commita2a22ce33dd50fab7ff90f477dc8f76a93732d90 (patch)
tree6e3540bfe44cbc83da9a63e9ab38562306d87f43 /nuttx
parentadd4b0c53df1826607921bf79c6fabaf84fdeb75 (diff)
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2245295716..6569b8f3f6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9869,4 +9869,6 @@
file definitions and just enough logic in the source directory so
that we can run 'make menuconfig'. Still a very long way from being
complete (2015-02-22).
-
+ * libc/time/lib/lib_sfrtime.c: Missing implementation of %C in
+ sfrtime() C (was being treated as %y). From Freddie Chopin
+ (2015-02-23).