summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-191-3/+3
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-3/+3
* | Merge 8.7jan.nijtmans2023-10-151-2/+2
|\ \ | |/
| * Merge 8.6. Use (void *)NULL in stead of NULL for C++jan.nijtmans2023-10-151-2/+2
| |\
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
| * | backport numeric white-space bug fix from 9.0griffin2023-09-021-83/+86
* | | Always use UCHAR() with isxdigit(). doc fixclosedjan.nijtmans2023-09-011-2/+2
* | | Fix bug with octal. Add floating point example to doc.griffin2023-09-011-2/+2
* | | Use system isxdigit.griffin2023-09-011-12/+2
* | | Rewrite how numeric whitespace is processed in TclParseNumber. Add more numbe...griffin2023-09-011-141/+99
* | | fix several issues with numeric whitespace by limiting where '_' is allowed.griffin2023-08-301-82/+94
* | | fix for invalid numeric whitespace syntax bug.griffin2023-08-291-4/+51
| | |
| \ \
| \ \
| \ \
*---. \ \ Partial sync-up with trunk.griffin2023-04-301-10/+10
|\ \ \ \ \
| | | * \ \ Merge trunkapnadkarni2023-04-141-3/+3
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
| | | | * | Merge 9.0jan.nijtmans2023-04-011-1/+1
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Merge 8.7jan.nijtmans2023-03-301-1/+1
| | |\ \ \ \ | |/ / / / / | | | _ / / | | | / /
| | * | | Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
| | | | * TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-6/+6
| | |_|/ | |/| |
* | | | Merge trunkgriffin2023-03-251-32/+33
|\ \ \ \ | |/ / /
| * | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-2/+2
| * | | Merge 8.7 (Bug [e3dcab1d14])Kevin B Kenny2023-01-221-30/+31
| |\ \ \ | | |/ /
| | | |
| | | \
| | | \
| | | \
| | *---. \ Bug [e3dcab1d14] - merge fix from 8.6Kevin B Kenny2023-01-221-30/+31
| | |\ \ \ \ | | | | | |/
| | | | | * Missed one more off-by-one error, also, tests misnumbered for merge forward.Kevin B Kenny2023-01-221-1/+1
| | | | |/ | | | |/|
| | | * | Remove unneeded hard-coded array sizeKevin B Kenny2023-01-221-1/+1
| | | |/
| | | * Bug [e3dcab1d14] fixKevin B Kenny2023-01-221-29/+30
| * | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-6/+6
|/ / /
* | | Merge 8.7jan.nijtmans2022-07-221-22/+24
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-07-221-22/+24
| |\ \ | | |/
| | * amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarati...sebres2022-07-221-21/+24
* | | Merge 8.7jan.nijtmans2022-07-171-13/+29
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-07-171-13/+29
| |\ \ | | |/
| | * Fix [713653b951]: Floating point precision problems on x86 musljan.nijtmans2022-07-171-13/+29
| | |\
| | | * Fix [713653b951]: Floating point precision problems on x86 musljan.nijtmans2022-07-171-121/+192
| | | |\
| | | | * Restore FP control word on conversion of zero values.Kevin B Kenny2022-07-151-13/+29
| | | |/ | | |/|
| | | * Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-231-6/+8
* | | | Merge 8.7. Update documentationjan.nijtmans2022-06-231-3/+3
|\ \ \ \ | |/ / /
* | | | Merge 9.0jan.nijtmans2022-05-171-1/+1
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | | | | Merge 9.0jan.nijtmans2022-04-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Code formattingjan.nijtmans2022-04-121-1/+1
* | | | | Merge 9.0jan.nijtmans2022-02-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-02-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-1/+1
* | | | | Merge 9.0jan.nijtmans2022-02-171-17/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2022-02-171-11/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6. Remove some Tcl_Panic()'s which can never happenjan.nijtmans2022-02-171-11/+6
| | |\ \ \ | | | |/ /