summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-08 10:47:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-08 10:47:34 -0600
commiteaaec3ec0947c82d1d94039fb25c57fa33134b87 (patch)
treef935b9c7943b8026b8553debd37e32685ea9a9d6 /nuttx/ChangeLog
parent5f5b6293926e29c6c2101f8921c808333260b9b9 (diff)
downloadnuttx-eaaec3ec0947c82d1d94039fb25c57fa33134b87.tar.gz
nuttx-eaaec3ec0947c82d1d94039fb25c57fa33134b87.tar.bz2
nuttx-eaaec3ec0947c82d1d94039fb25c57fa33134b87.zip
Add lib_libfgets() to better support the small differences between gets(), gets_s(), and fgets()
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cfe4e52c2..ef93b992c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6390,4 +6390,7 @@
("x") (2014-1-7)
* include/threads.h: First crude cut at a C11 threads.h header
file (just maps to pthreads) (2014-1-7).
+ * libc/stdio/lib_libfgets.c: Common implementation supports all
+ of the slightly different requirements of gets(), gets_s(), and
+ fgets() (2014-1-7).