summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 14:26:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 14:26:25 +0000
commite8d59ca6af8991e23309bddd9b200f06c0e9d4a7 (patch)
treebb62e4d5839ba93747af34afc2ae28cce03c48f2 /cpukit/ChangeLog
parent2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e8d59ca6af8991e23309bddd9b200f06c0e9d4a7.tar.bz2
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add the stringto family of string to number converters. These are error checking wrappers for the strtoXXX methods and do their best to return false if the conversion failed. The error checking required for this is tedious and error prone. Hence better to have in a family of helper routines. * libmisc/stringto/stringto.h, libmisc/stringto/stringto_template.h, libmisc/stringto/stringtodouble.c, libmisc/stringto/stringtofloat.c, libmisc/stringto/stringtoint.c, libmisc/stringto/stringtolong.c, libmisc/stringto/stringtolonglong.c, libmisc/stringto/stringtounsignedchar.c, libmisc/stringto/stringtounsignedint.c, libmisc/stringto/stringtounsignedlong.c, libmisc/stringto/stringtounsignedlonglong.c: New files.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c69db9df1f..caee9546da 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,20 @@
+2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am:
+ Add the stringto family of string to number converters. These are
+ error checking wrappers for the strtoXXX methods and do their best to
+ return false if the conversion failed. The error checking required
+ for this is tedious and error prone. Hence better to have in a family
+ of helper routines.
+ * libmisc/stringto/stringto.h, libmisc/stringto/stringto_template.h,
+ libmisc/stringto/stringtodouble.c, libmisc/stringto/stringtofloat.c,
+ libmisc/stringto/stringtoint.c, libmisc/stringto/stringtolong.c,
+ libmisc/stringto/stringtolonglong.c,
+ libmisc/stringto/stringtounsignedchar.c,
+ libmisc/stringto/stringtounsignedint.c,
+ libmisc/stringto/stringtounsignedlong.c,
+ libmisc/stringto/stringtounsignedlonglong.c: New files.
+
2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/include/rtems/posix/key.h, posix/src/keycreate.c,