Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
76 check-ins using file generic/tclStrToD.c version f74199cbbf
|
2022-10-24
| ||
| 13:30 | Merge 8.6 check-in: ebdc66a5a7 user: jan.nijtmans tags: cygwin | |
|
2022-02-16
| ||
| 14:33 | Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd() check-in: 0ac2e76e3f user: jan.nijtmans tags: core-8-6-branch | |
| 10:36 | Add x86_64-w64-mingw32-nmakehlp.exe as a helper, when cross-compiling check-in: cb2a5f77e3 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-15
| ||
| 14:34 | Merge 8.6 Closed-Leaf check-in: 19a930d38f user: jan.nijtmans tags: windows-arm64 | |
| 14:31 | Update win/README check-in: b06aa3c757 user: jan.nijtmans tags: core-8-6-branch | |
| 14:09 | update README check-in: c08a1c2b47 user: jan.nijtmans tags: windows-arm64 | |
| 13:51 | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext.vc too check-in: e890c67b0e user: jan.nijtmans tags: windows-arm64 | |
| 13:18 | See [https://patch-diff.githubusercontent.com/raw/tcltk/tcl/pull/12.patch], but slightly better: If ... check-in: 0c4eaa1de6 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-14
| ||
| 15:44 | Fix regression caused by [d109376ad]: Move nmakehlp target down, so it doesn't become the default ta... check-in: c1f5640ee0 user: jan.nijtmans tags: core-8-6-branch | |
| 14:17 | re-generate configure script for windows check-in: 8ad4b2429e user: jan.nijtmans tags: core-8-6-branch | |
| 14:15 | Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64 check-in: 3d7be5568e user: jan.nijtmans tags: core-8-6-branch | |
| 12:59 | Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecture check-in: 1ef774c149 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-13
| ||
| 22:46 | Fix determination of HAVE_CPUID with configure script Closed-Leaf check-in: 379065b501 user: jan.nijtmans tags: windows-arm64 | |
| 22:29 | Make a start supporting aarch64-w64-mingw32-clang (WIP) check-in: 38fd900712 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-12
| ||
| 19:03 | Merge 8.5. (add some unused spare stub entries) check-in: 9bb1b2e1b3 user: jan.nijtmans tags: core-8-6-branch | |
| 18:49 | Fix [1720242] (appears the patch was only partially applied) check-in: f6c659cc98 user: jan.nijtmans tags: core-8-6-branch | |
| 11:48 | More tweaks for windows-arm64 check-in: d6a09d7c8a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-11
| ||
| 16:34 | Document how to cross-compile with Visual Studio Closed-Leaf check-in: d1c5bb34f4 user: jan.nijtmans tags: windows-arm64 | |
| 16:21 | more tweaks for windows-arm64 check-in: 466f16e83c user: jan.nijtmans tags: windows-arm64 | |
| 14:22 | See [https://github.com/tcltk/tcl/pull/11], but (hopefully) slightly better check-in: e6bc056435 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-10
| ||
| 15:21 | Add zlib1.dll for windows-arm64 check-in: 63c17e0fa8 user: jan.nijtmans tags: core-8-6-branch | |
| 15:17 | Add zlib1.dll for windows-arm64 (cross-compiled with VS2017) Closed-Leaf check-in: dfc1b48e3a user: jan.nijtmans tags: windows-arm64 | |
| 15:10 | Merge 8.6 check-in: 83a562b518 user: jan.nijtmans tags: windows-arm64 | |
| 09:26 | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_ListObjGetElements ever... check-in: 30cd3187fc user: jan.nijtmans tags: core-8-6-branch | |
| 08:02 | Merge 8.7. Try to build on windows-2022 check-in: 52e8e7519c user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-09
| ||
| 22:09 | Put back '@' (lost in previous commit) check-in: b8d8018265 user: jan.nijtmans tags: core-8-6-branch | |
| 11:33 | More steps, making it work for ARM64 check-in: d72cb6b1fa user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-08
| ||
| 15:07 | Accept aarch64 too (in stead of arm64) check-in: 5801a4e70c user: jan.nijtmans tags: windows-arm64 | |
| 10:54 | More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll still missing) check-in: d0335dd773 user: jan.nijtmans tags: windows-arm64 | |
| 10:04 | Merge 8.6 check-in: 35c4aa7935 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-07
| ||
| 14:42 | Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling for win32 check-in: e734cf1081 user: jan.nijtmans tags: core-8-6-branch | |
| 08:45 | Add support for windows-arm platform check-in: d86e92fb33 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-06
| ||
| 12:47 | another try, rules.vc version 1.10 check-in: 23587d97c0 user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-04
| ||
| 16:19 | See [https://github.com/tcltk/tcl/pull/10] check-in: fc056d6a1d user: jan.nijtmans tags: windows-arm64 | |
|
2022-02-02
| ||
| 16:42 | Change DEFAULT_PRIMARY_PROMPT from #define to static const string (saves a strlen() call) check-in: b8af657c4a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-02-01
| ||
| 12:03 | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable as more generic example... check-in: 3625d63254 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-24
| ||
| 15:29 | intPtr -> lengthPtr in Tcl_ListObjLength() documentation, so the documentation matches the signature... check-in: 31cae19da0 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-21
| ||
| 16:16 | In case troubles are found in Tcl_GetRange(), this branch brings back Tcl_GetRange() to how it was i... Closed-Leaf check-in: 5b0676e5ca user: jan.nijtmans tags: bug-e9a2715d91 | |
| 14:44 | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter check, it's caller doesn'... check-in: 78bfdd485f user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-18
| ||
| 15:39 | Fix [e9a2715d91]: Incompatible Tcl_GetRange(). From now on (unofficially) the last function argument... check-in: 26539e78a7 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-17
| ||
| 17:26 | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange() Closed-Leaf check-in: ed61de701e user: jan.nijtmans tags: bug-e9a2715d91 | |
| 16:44 | Tcl_NewObj() -> TclNewObj() check-in: df30948549 user: jan.nijtmans tags: core-8-6-branch | |
| 10:35 | Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs. Now that T... check-in: 147f3b129a user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-14
| ||
| 09:54 | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few similar situations in other... check-in: 4b4cd18a44 user: jan.nijtmans tags: core-8-6-branch | |
| 09:53 | Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like ResultAdd() equal in tclIOG... check-in: 58281c1992 user: jan.nijtmans tags: core-8-6-branch | |
|
2022-01-13
| ||
| 13:22 | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP check-in: 66f6ea11a3 user: jan.nijtmans tags: core-8-6-branch | |
| 13:20 | Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash check-in: 967fa256db user: jan.nijtmans tags: core-8-6-branch | |
| 12:22 | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few similar situations in other... Closed-Leaf check-in: a03e9793d4 user: jan.nijtmans tags: bug-816913a65e | |
| 11:46 | Fix [6cb3db4965]: pointer arithmetic using NULL in InitArgsAndLocals() check-in: 17a4e01dd3 user: jan.nijtmans tags: core-8-6-branch | |
| 11:12 | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like ResultAdd() e... Closed-Leaf check-in: acb2cec2bd user: jan.nijtmans tags: bug-bca10e3790 | |
|
2022-01-12
| ||
| 21:39 | Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse() check-in: ac6ce2e3cf user: jan.nijtmans tags: core-8-6-branch | |
| 16:33 | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more macro's like this. check-in: 2bb7cd72c8 user: jan.nijtmans tags: core-8-6-branch | |
| 15:50 | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAP Closed-Leaf check-in: 0f45a92d03 user: jan.nijtmans tags: bug-69218ab7b | |
| 14:19 | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash Closed-Leaf check-in: 7178b3b439 user: jan.nijtmans tags: bug-26f1328a86 | |
|
2022-01-07
| ||
| 19:52 | tcltk-man2html-utils.tcl: Before doing a "string range", check if that makes sense at all check-in: 8396dc130d user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-20
| ||
| 14:38 | binary encode/decode hex: document upper/lower character use. check-in: b67b280c04 user: oehhar tags: core-8-6-branch | |
|
2021-12-18
| ||
| 18:55 | Make it impossible for the indexType object to cache negative index values. And - if it happens - at... check-in: 8d5de988b3 user: jan.nijtmans tags: core-8-6-branch | |
| 15:03 | Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.html check-in: 11ab94a452 user: jan.nijtmans tags: core-8-6-branch | |
| 14:46 | Fix [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT check-in: 66f17f6fe9 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-16
| ||
| 21:25 | Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep() check-in: 8340945434 user: jan.nijtmans tags: core-8-6-branch | |
| 21:02 | Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFT Closed-Leaf check-in: c8fd4fa714 user: jan.nijtmans tags: bug-b0f84119c8 | |
| 12:09 | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and for Tcl_GetIndexFromObjSt... check-in: 67d362db55 user: jan.nijtmans tags: core-8-6-branch | |
| 09:02 | Fix [6ef312dcf5]: memcpy() with NULL source in Tcl_CreateMathFunc() check-in: c8b818c8cd user: jan.nijtmans tags: core-8-6-branch | |
| 08:35 | Fix [31e302fcf7]: signed integer overflow in generic/tclHash.c check-in: 96d30a7f6b user: jan.nijtmans tags: core-8-6-branch | |
| 08:20 | Fix [90612089d8]: signed integer overflow in ExprRandFunc() check-in: 2d6da16ccc user: jan.nijtmans tags: core-8-6-branch | |
| 08:03 | Undo prevous commit. See [41b1406f51] for the reason check-in: 5286286df9 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-15
| ||
| 17:03 | Fix [90612089d8]: signed integer overflow in ExprRandFunc() Closed-Leaf check-in: b0fd5cb70e user: jan.nijtmans tags: bug-90612089d8 | |
| 16:58 | Addendum to [41b1406f51]: change '<=' in range-check to '<' check-in: 8f432c79cf user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-13
| ||
| 11:39 | Fix [41b1406f51]: AppendUtfToUtfRep(): undefined behavior involving pointers check-in: 3f70533e6d user: jan.nijtmans tags: core-8-6-branch | |
| 10:35 | Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it produce a normal error-mess... check-in: a12e131325 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-12
| ||
| 17:59 | Fix [ac6792195d]: avoid signed integer overflow in BinaryEncodeUu() check-in: 06a67ca582 user: jan.nijtmans tags: core-8-6-branch | |
|
2021-12-08
| ||
| 15:49 | Update tcltest package to version 2.5.4 (backported from Tcl 8.7) check-in: 6ab2ea5d5f user: jan.nijtmans tags: core-8-6-branch | |
| 15:07 | Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). With nmake build, install... check-in: 391d5b3019 user: jan.nijtmans tags: core-8-6-branch | |
| 11:58 | Merge sebres-8-6-clock-speedup-cr2 check-in: 4c6f9463ad user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 11:55 | Merge 8.6 check-in: 78bf9d9d29 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2021-12-07
| ||
| 18:05 | Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNumber() check-in: 0133ccbc6f user: jan.nijtmans tags: core-8-6-branch | |