Differences From Artifact [545974e615]:
- Executable file generic/tclStrToD.c — part of check-in [b1063a174c] at 2011-04-28 14:39:42 on branch core-8-5-branch — New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and their /* INTL */ risk. (user: dgp size: 132458) [more...]
To Artifact [51a6e30e00]:
- Executable file generic/tclStrToD.c — part of check-in [a04865ea8e] at 2011-06-13 13:48:41 on branch core-8-5-branch — 3315098 Mem leak fix from Gustaf Neumann. (user: dgp size: 132468) [more...]
| ︙ | |||
3786 3787 3788 3789 3790 3791 3792 | 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 | - + |
/*
* Endgame - store the location of the decimal point and the end of the
* string.
*/
if (m2plus > m2minus) {
mp_clear(&mplus);
}
|
| ︙ |