summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 17:07:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 17:07:38 -0600
commite4f3869daedaf22dd224285cc7f0373e0a5025d2 (patch)
tree3a3a95f7e6c6f65f83464a315290dc5a591d8269 /nuttx/ChangeLog
parent7482b7ad0f60724e593a8919783444ef79f4c79e (diff)
downloadnuttx-e4f3869daedaf22dd224285cc7f0373e0a5025d2.tar.gz
nuttx-e4f3869daedaf22dd224285cc7f0373e0a5025d2.tar.bz2
nuttx-e4f3869daedaf22dd224285cc7f0373e0a5025d2.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a00683ca9..4a218ef6f 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8332,10 +8332,12 @@
* mm/*mm_brkaddr.c, *mm_extend.c, Makefile, and include/nuttx/mm.h: Add
low-level memory management hooks that will be needed to support brk()
and sbrk() (2014-8-31).
- * Rename krealloc(0 to kmm_realloc() and kmemalign to kmm_memalign() for
+ * Rename krealloc() to kmm_realloc() and kmemalign to kmm_memalign() for
consistency with the rest of the naming (2014-8-31).
- * Rename kurealloc(0 to kumm_realloc(), kumemalign to kumm_memalign(),
+ * Rename kurealloc() to kumm_realloc(), kumemalign to kumm_memalign(),
and kufree to kumm_free for consistency with the rest of the naming
(2014-8-31).
- * Rename kumalloc(0 to kumm_malloc() and kuzalloc to kumm_zalloc() for
+ * Rename kumalloc() to kumm_malloc() and kuzalloc to kumm_zalloc() for
+ consistency with the rest of the naming (2014-8-31).
+ * Rename kfree() to kmm_free() and kuzalloc to kumm_zalloc() for
consistency with the rest of the naming (2014-8-31).