diff options
author | dgp <dgp@users.sourceforge.net> | 2002-02-24 02:53:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-02-24 02:53:25 (GMT) |
commit | a0211643722bd3be1a1b6a97595bfc96720edb98 (patch) | |
tree | 6218488a2214453fe2c2ddca22777e70958184f2 /ChangeLog | |
parent | f21907fb023f9ce87e222745ee167b897e08a98b (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |