summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-01 05:48:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-01 05:48:30 +0000
commit5410c14a56bae4775941c62418a4e7ec050d0867 (patch)
tree4efdf5e48af2b9c5a7a6a0252c2844f1bc6ec19c /cpukit/ChangeLog
parent2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5410c14a56bae4775941c62418a4e7ec050d0867.tar.bz2
2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libmisc/Makefile.am: Add stringto/stringtolongdouble.c. * libmisc/stringto/stringtolongdouble.c: New.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 00a2ab255c..ccb7399719 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * libmisc/Makefile.am: Add stringto/stringtolongdouble.c.
+ * libmisc/stringto/stringtolongdouble.c: New.
* libmisc/stringto/stringto.h: Rename header-guard.
Add rtems_string_to_long_double.
* libmisc/stringto/stringtoint.c: Reformat range check.