summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 02:30:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 02:30:10 +0000
commit97315f51e555bb7f62dca0afc28e7cd37caac869 (patch)
treeea09555c0028340d0b0fdd3438ca281100c0479e /cpukit/ChangeLog
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadrtems-97315f51e555bb7f62dca0afc28e7cd37caac869.tar.bz2
Backport from CVS-HEAD.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 73a55cbb4d..b8c0c8f6fc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,39 @@
+2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libmisc/stringto/stringtounsignedchar.c,
+ libmisc/stringto/stringtounsignedint.c: Reformat range check.
+ * 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.
+ Add check for result==0.
+ * libmisc/stringto/stringtofloat.c: Reformat range check.
+ Add check for result = -HUGE_VALF.
+ * libmisc/stringto/stringtodouble.c: Reformat range check.
+ Add check for result = -HUGE_VAL.
+ * libmisc/stringto/stringtolonglong.c: Reformat range check.
+ c99 portability improvements. Add check for result==0.
+ * libmisc/stringto/stringtounsignedlonglong.c: Reformat range check.
+ c99 portability improvements.
+ * libmisc/stringto/stringtounsignedlong.c: Reformat range check.
+ * libmisc/stringto/stringtolong.c: Reformat range check.
+ Add check for result==0.
+
+2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libmisc/Makefile.am: Remove stringto/stringto_template.h.
+ * libmisc/stringto/stringto_template.h: Remove.
+
+ * libmisc/stringto/stringtodouble.c,
+ libmisc/stringto/stringtofloat.c: Rework.
+
+ * libmisc/stringto/stringtolong.c,
+ libmisc/stringto/stringtolonglong.c,
+ libmisc/stringto/stringtounsignedlong.c,
+ libmisc/stringto/stringtounsignedlonglong.c:
+ Rework.
+
2011-01-21 Eric Norum <wenorum@lbl.gov>
* libmisc/capture/capture.c: Avoid using TCB of task just deleted.