summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-02 15:49:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-02 15:49:52 -0600
commit77bb79ef7fb645911c7c0731061d4b469cfe3005 (patch)
treecbcf1fe8166d88e4091dd60101bfe0f0352b34c8 /nuttx/ChangeLog
parent3d0cc6467f1ce5a998aca982ccbd32d8c886e1b1 (diff)
downloadnuttx-77bb79ef7fb645911c7c0731061d4b469cfe3005.tar.gz
nuttx-77bb79ef7fb645911c7c0731061d4b469cfe3005.tar.bz2
nuttx-77bb79ef7fb645911c7c0731061d4b469cfe3005.zip
Add dprintf() and vdprintf()
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e9f22d4f5..1906b3c12 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4866,3 +4866,5 @@
* arch/arm/include/sam34 and arch/arm/src/sam34: The old sam3u/
directories were renamed sam34/ to make room in the namespace for
the SAM4L (2013-6-2).
+ * libc/stdio/lib_dprintd.c and lib_vdprintf.c: Add dprintf() and
+ vdprintf() (the latter from Andrew Tridgell, 2013-6-2).