summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-02-24 02:53:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-02-24 02:53:25 (GMT)
commita0211643722bd3be1a1b6a97595bfc96720edb98 (patch)
tree6218488a2214453fe2c2ddca22777e70958184f2 /ChangeLog
parentf21907fb023f9ce87e222745ee167b897e08a98b (diff)
downloadtcl-a0211643722bd3be1a1b6a97595bfc96720edb98.zip
tcl-a0211643722bd3be1a1b6a97595bfc96720edb98.tar.gz
tcl-a0211643722bd3be1a1b6a97595bfc96720edb98.tar.bz2
* compat/strtoull.c (strtoull):
* compat/strtoll.c (strtoll): * compat/strtoul.c (strtoul): Fixed failure to handle leading sign symbols '+' and '-' and '0X' and raise overflow errors. [Bug 440916] Also corrects prototype and errno problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9578534..679c257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-23 Don Porter <dgp@users.sourceforge.net>
+
+ * compat/strtoull.c (strtoull):
+ * compat/strtoll.c (strtoll):
+ * compat/strtoul.c (strtoul): Fixed failure to handle leading
+ sign symbols '+' and '-' and '0X' and raise overflow errors.
+ [Bug 440916] Also corrects prototype and errno problems.
+
2002-02-23 Mo DeJong <supermo@bayarea.net>
* configure: Regen.