summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-06 02:14:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-06 02:14:36 +0000
commit50a8647d6402d6b6f547b9d77d9ab1b6679a578d (patch)
tree01b886eb4714db11bada5d0ef28e7bd5f674dd92 /nuttx/ChangeLog
parenta8251530b1d5418afe4e35baa7ddace4a3db3138 (diff)
downloadnuttx-50a8647d6402d6b6f547b9d77d9ab1b6679a578d.tar.gz
nuttx-50a8647d6402d6b6f547b9d77d9ab1b6679a578d.tar.bz2
nuttx-50a8647d6402d6b6f547b9d77d9ab1b6679a578d.zip
Fix a floating point presentation error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5012 42af7a65-404d-4744-a932-0658087f49c3
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 6fd497943..d57d9c4d8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3125,3 +3125,8 @@
* lib/stdio/lib_libvsprintf.c: Fieldwidth and justification were not
supported for the %s format. As a result, %s, %12s, and %-12s all
produced the same output.
+ * lib/stdio/lib_libdtoa.c: Fix several issues with presenting floating
+ point numbers (conversions are fine, but presentation was bad). This
+ is a critical bug fix if you use printf or sprintf to deal with floating
+ point numbers.
+