summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-01 05:39:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-01 05:39:20 +0000
commit5df16fab538ae5bb77bd25b13692ae7597825c79 (patch)
tree1b26f3344e171b64ddd2b3301831500bfc82c73b /cpukit/ChangeLog
parent2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5df16fab538ae5bb77bd25b13692ae7597825c79.tar.bz2
2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libmisc/stringto/stringtolonglong.c: Reformat range check. c99 portability improvements. Add check for result==0.
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 fa79641e9f..19db9bd6a0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * 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.