From 3e77986a862836ddad3f82a6fd0a715c25e16631 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 12 Nov 2014 07:52:31 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 9f9dd0d8f..accfa3b37 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -8931,3 +8931,23 @@ function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function (2014-11-11). + * mm/mm_gran/mm_granrelease.c: If the INTR granule allocator mode is + enabled, there is no semaphore to destroy. From Lorenz Meier (2014-11-12). + * fs/nxffs/nxffs_dump.c: Fix problems with redefinitions of fdb macro. + With the fix to the syslog prototype, a LOG priority must now be the + first parameter. Fixed by replacing all occurrences of fdbg with + syslog(LOG_DEBUG, and eliminating the macro redefinitions. Noted by + Sebastien Lorquet (2014-11-12). + * arch/arm/src/common/up_internal.h: Add protection from C++ name + mangling in the ARM up_internal.h. From Lorenz Meier (2014-11-12). + * include/nuttx/compiler.h: Defines inline functions as not + instrumented - this is relevant for anyone using instrumentation. From + Lorenz Meier (2014-11-12). + * libc/string/lib_strncpy.c: The definition of strncpy() is that empty + space should be zero-filled, the patch adds the zero filling (I didn’t + know this, see e.g. the POSIX spec here: + http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From + Lorenz Meier (2014-11-12). + * arch/arm/include/limits.h: Remove the definition of INT_FAST32_MIN + which is already defined in stdint.h (the correct location). From + Lorenz Meier (2014-11-12). -- cgit v1.2.3