summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-22 08:01:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-22 08:01:43 -0600
commit11278c31a01b6fdfb09e2a3109a20d38ef793055 (patch)
treec0f670c168d61c819c5d888eb6726121068e6f27 /nuttx/ChangeLog
parent58d19e46e06d8b0f06c997f001b159682d76672f (diff)
downloadnuttx-11278c31a01b6fdfb09e2a3109a20d38ef793055.tar.gz
nuttx-11278c31a01b6fdfb09e2a3109a20d38ef793055.tar.bz2
nuttx-11278c31a01b6fdfb09e2a3109a20d38ef793055.zip
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0216356ea..ff18c5515 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4581,3 +4581,8 @@
variables with auto-generated documentation. The initial checkin
is an incomplete, poorly structured prototype that I hope to
evolve into a useful tool (2014-4-20).
+ * libc/string/lib_strchr.c: strchr(str, '\0') should return a
+ pointer to the end of the string, not NULL. From Petteri
+ Aimonen (2014-4-22).
+ * fs/fat/fs_writefat.c: mkfatfs was writing the boot code to the
+ wrong location. From Petteri Aimonen (2014-4-22).