Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
86 check-ins using file win/Makefile.in version 0b268ac1db
|
2025-03-06
| ||
| 12:51 | small amend fixing coverage of [73bb42fb3f35cd61] in 8.7 for windows (8.7 is not utf-8 there) check-in: 2e5068a682 user: sebres tags: core-8-branch | |
| 12:50 | fixes another variant of [73bb42fb3f35cd61] (BUFFER_PADDING panic) with more tests; increases covera... check-in: 2c0e7b634b user: sebres tags: core-8-branch | |
|
2025-03-05
| ||
| 15:30 | The "numTokens" field of Tcl_Token is now type Tcl_Size. Propagate that change through the code. check-in: dac52020d7 user: dgp tags: core-8-branch | |
| 13:42 | fixes [712efac3397f9954]: change mistakenly flipped args for Tcl_OpenTcpServerEx() check-in: e91ac5ffe3 user: sebres tags: core-8-branch | |
|
2025-03-04
| ||
| 15:47 | clock.tcl: fixes [2c0f49e26c27847a] - ensure cache remain consistent when deriving from parent (don'... check-in: dc5c5857c1 user: sebres tags: core-8-branch | |
| 15:45 | tests/clock.test: added test illustrating bug [2c0f49e26c27847a] - cache becomes inconsist when deri... check-in: a91fabc1b0 user: sebres tags: core-8-branch | |
|
2025-03-03
| ||
| 09:40 | Fix bug in Tcl_SetWideUIntObj. check-in: c788185716 user: dkf tags: core-8-branch | |
|
2025-02-26
| ||
| 20:33 | another one check-in: 5d1f2f7256 user: dgp tags: core-8-branch | |
| 20:26 | merge 8.6 check-in: c1df911fb8 user: dgp tags: core-8-branch | |
|
2025-02-24
| ||
| 18:13 | Merge 8.6 check-in: 430fac31d1 user: jan.nijtmans tags: core-8-branch | |
|
2025-02-17
| ||
| 14:44 | Remove references to ancient TIP's check-in: 81986487be user: jan.nijtmans tags: core-8-branch | |
|
2025-02-14
| ||
| 17:45 | No need to mention "TIP 412" any more check-in: 3a04870ea2 user: jan.nijtmans tags: core-8-branch | |
|
2025-02-12
| ||
| 08:22 | Don't worry building for Tcl 8.7 any more check-in: d82e59b257 user: jan.nijtmans tags: core-8-branch | |
|
2025-02-10
| ||
| 13:01 | merge 8.6 check-in: fedb8e8b95 user: sebres tags: core-8-branch | |
|
2025-02-08
| ||
| 15:52 | merge 8.6 (optimization of TclSubstOptions) check-in: b32100901b user: sebres tags: core-8-branch | |
|
2025-01-31
| ||
| 17:40 | (cherry-pick): Ticket [73bb42fb3f] Panic "Buffer Underflow, BUFFER_PADDING not enough" due to not ch... check-in: b5d5968215 user: jan.nijtmans tags: core-8-branch | |
| 13:27 | Run testcases on MacOS-15 check-in: 1bd6de6da2 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-29
| ||
| 05:28 | Merge 8.6. Fix handle leak introduced by exec fix. Thanks @chw check-in: 3d6d531521 user: apnadkarni tags: core-8-branch | |
|
2025-01-28
| ||
| 10:41 | merge 8.6: man timerate fix [48a7a56dda844782] clarifying -overhead check-in: fe7f181baf user: sebres tags: core-8-branch | |
| 09:34 | Merge fix for [4e2c8bc4a7] - auto_execok missing internal cmd commands check-in: 1d91f017ff user: apnadkarni tags: core-8-branch | |
| 05:43 | Merge fix for [4f0b5767ac]. Exec of App Execution Aliases on Windows check-in: 222f6ff309 user: apnadkarni tags: core-8-branch | |
|
2025-01-23
| ||
| 12:36 | merge 8.6 (timerate stability fix: no hang by iterations with quadratic complexity, better threshold... check-in: c96e4ca5c0 user: sebres tags: core-8-branch | |
|
2025-01-20
| ||
| 17:06 | merge 8.6 check-in: 04a05601a8 user: sebres tags: core-8-branch | |
|
2025-01-19
| ||
| 16:18 | tzdata updated to Olson's tzdata2025a check-in: 6f8306dd48 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-16
| ||
| 09:16 | Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FR... check-in: 88acf4888e user: jan.nijtmans tags: core-8-branch | |
|
2025-01-14
| ||
| 14:16 | Make Tcl_SetResult usable in tclTest.c, even if TCL_NO_DEPRECATED is defined check-in: ac77574977 user: jan.nijtmans tags: core-8-branch | |
| 12:11 | Undo previous commit, it didn't really help. Fix tests for Tcl_UtfNext/Tcl_UtfPrev, which were alway... check-in: a22c342d62 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-13
| ||
| 10:23 | #ifdef TCL_NO_DEPRECATED -> #ifndef TCL_NO_DEPRECATED check-in: f74b64fb88 user: jan.nijtmans tags: core-8-branch | |
| 09:37 | Re-enable Tcl_SavedResult testcases. They won't work if TCL_NO_DEPRECATED is set. check-in: 79aaf735df user: jan.nijtmans tags: core-8-branch | |
|
2025-01-12
| ||
| 18:04 | Fix [70f3b23cad]. Doc fix only check-in: e3fb9432f2 user: jan.nijtmans tags: core-8-branch | |
| 17:35 | In dltest/pkg*.c, prevent calling deprecate API as well check-in: 112f8360d4 user: jan.nijtmans tags: core-8-branch | |
| 13:57 | Handle TCL_NO_DEPRECATED in test code: Don't try to use deprecated API check-in: 5418327f96 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-11
| ||
| 21:22 | Fix ifndef -> ifdef in previous commit check-in: add8cd5ddd user: jan.nijtmans tags: core-8-branch | |
|
2025-01-10
| ||
| 21:28 | Tcl_GetUnicode() et all (from the UTF16 compatibility layer) should be handled by TCL_NO_DEPRECATED ... check-in: fcce946105 user: jan.nijtmans tags: core-8-branch | |
| 20:41 | Tcl_MakeSafe() should be handled by TCL_NO_DEPRECATED as well check-in: ffbb4a7df7 user: jan.nijtmans tags: core-8-branch | |
| 20:26 | Tcl_GetAlias() should be handled by TCL_NO_DEPRECATED as well check-in: 91892a998f user: jan.nijtmans tags: core-8-branch | |
|
2025-01-08
| ||
| 13:57 | Only typedef Tcl_Size when Tcl_Size is not #defined. Spacing changes (backported from 8.7) check-in: 70a524360e user: jan.nijtmans tags: core-8-branch | |
| 08:36 | (cherry-pick): Simplification for [d58e315172] check-in: 1dd56a242c user: jan.nijtmans tags: core-8-branch | |
|
2025-01-07
| ||
| 09:53 | Fix [fc35093ce]: Better error-message than "interpreter uses an incompatible stubs mechanism" check-in: d9f0a470f3 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-06
| ||
| 22:58 | Merge 8.6 check-in: 8f6129a4b9 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-05
| ||
| 17:41 | Tcl_UniChar -> int in tcl.decls. This gives a correct compiler-warning when Tcl_GetUnicode() usage d... check-in: d4ce35d896 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-04
| ||
| 22:24 | More stub-related fixes: export TclGetAliasObj and TclGetUnicodeFromObj, for better (binary) compati... check-in: 176cd6dda1 user: jan.nijtmans tags: core-8-branch | |
| 13:06 | Fix compilation warning check-in: b6aab4390a user: jan.nijtmans tags: core-8-branch | |
|
2025-01-03
| ||
| 13:28 | (Cherry-pick): [2bc08cd2e6] - document TCL_{LL,SIZE}_MODIFIER, Tcl_Size, TCL_SIZE_MAX check-in: b78218e430 user: jan.nijtmans tags: core-8-branch | |
| 13:23 | Make room for 2 more (internal) stub entries: TclOOMakeProcInstanceMethod2 and TclOOMakeProcMethod2.... check-in: c4de29b63e user: jan.nijtmans tags: core-8-branch | |
|
2025-01-02
| ||
| 17:31 | Fix [d58e31517203396e]: configure --enable-64bit=aarch64 broken check-in: 7576f0b167 user: jan.nijtmans tags: core-8-branch | |
| 15:56 | (cherry-pick): Remove dead code in tclLoadDyld.c check-in: 95dd3a7969 user: jan.nijtmans tags: core-8-branch | |
|
2025-01-01
| ||
| 20:41 | Merge-mark check-in: 23c65058b3 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-29
| ||
| 22:23 | merge 8.6 (windows only: obtain cpuid data with clang/gcc) check-in: f64447131a user: sebres tags: core-8-branch | |
| 16:57 | merge 8.6 (clang/gcc: silence Wunused-but-set-variable in generated tclDate) check-in: 3ae58d32f5 user: sebres tags: core-8-branch | |
| 16:23 | missing semicolon, fixes MacOS-clang build check-in: 2148111220 user: sebres tags: core-8-branch | |
|
2024-12-28
| ||
| 14:45 | amend (negative and odd number by odd power) check-in: c941103fb4 user: sebres tags: core-8-branch | |
| 14:40 | better coverage for FP-class "subnormal" check-in: 26637889d6 user: sebres tags: core-8-branch | |
| 14:00 | small speed-up for FP classification of int (simple cast wide to double) check-in: c67dcc2e86 user: sebres tags: core-8-branch | |
| 13:58 | amend to [98006f00ac471be5]: fixes MSVC build (values of FP_* are compiler/implementation specific, ... check-in: 3059fadfe6 user: sebres tags: core-8-branch | |
| 00:58 | expr.test: amend to [98006f00ac471be5] - tests simplification and deduplication, big matrix for isun... check-in: 1b2b6d08bb user: sebres tags: core-8-branch | |
|
2024-12-27
| ||
| 23:23 | amend to [98006f00ac471be5]: code simplification and deduplication check-in: 261c3bd222 user: sebres tags: core-8-branch | |
| 21:19 | amend to fix [98006f00ac471be5]: typo check-in: ea993b9387 user: sebres tags: core-8-branch | |
| 21:17 | fixes [98006f00ac471be5] tcl::mathfunc::isunordered mistakenly considered non-double numbers (e.g. i... check-in: e749604467 user: sebres tags: core-8-branch | |
| 21:15 | tcl::mathfunc::isunordered: extended test illustrating [98006f00ac471be5] check-in: baaeb4d070 user: sebres tags: core-8-branch | |
|
2024-12-26
| ||
| 18:41 | merge 8.6 check-in: 87a3148524 user: sebres tags: core-8-branch | |
| 18:28 | rewrite TclGetLambdaFromObj a bit (more similar to 8.6th code) check-in: 0b54f5e5c6 user: sebres tags: core-8-branch | |
| 18:24 | integrate bug-67d5f75c36, fix for [67d5f75c36cbada6] check-in: 4d5c35382a user: sebres tags: core-8-branch | |
| 18:20 | merge 8.6 check-in: 56a1529dd4 user: sebres tags: core-8-branch | |
| 15:51 | cherry-pick sebres-arith-series-rework: fixes several bugs and UB (closes [d2a3c5f80bf47362]), impro... check-in: 0bc5d41fe7 user: sebres tags: core-8-branch | |
|
2024-12-23
| ||
| 12:06 | Add missing NULLs check-in: 37cd7aaf4a user: dkf tags: core-8-branch | |
|
2024-12-18
| ||
| 12:33 | Merge 8.6 check-in: 7996507bc0 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-16
| ||
| 11:12 | Remove experimental (and untested) code related to BREAK_NAMESPACE_COMPAT check-in: 78da2fa1f6 user: jan.nijtmans tags: core-8-branch | |
|
2024-12-15
| ||
| 18:27 | (backport): Fix [63449c0514]: [namespace children] doesn't match non-glob patterns below the global ... check-in: da751091af user: jan.nijtmans tags: core-8-branch | |
|
2024-12-13
| ||
| 09:59 | Fix [c4f365470e]: Size modifiers j, q, z, t not implemented check-in: 5dba87ea38 user: jan.nijtmans tags: core-8-branch | |
| 05:37 | Fix example. http::config, not http::configure check-in: bd8b19b6d6 user: apnadkarni tags: core-8-branch | |
|
2024-12-12
| ||
| 14:39 | Make sure tclUuid.h doesn't end up in "make dist" check-in: 1a7d3d0111 user: jan.nijtmans tags: core-8-branch | |
| 14:37 | dup test names check-in: 88224cf73f user: dgp tags: core-8-branch | |
|
2024-12-11
| ||
| 20:56 | Plug memory leak. test hygiene -- avoid fragility in makeFile / removeFile check-in: 16e450e72f user: jan.nijtmans tags: core-8-branch | |
|
2024-12-10
| ||
| 09:40 | TIP #707: Add ptrAndSize to dtrace as well. check-in: 51e10b4c1b user: jan.nijtmans tags: core-8-branch | |
| 09:38 | (cherry-pick )Fix ungrammatical doubling of words in comments check-in: 49100cbdd2 user: jan.nijtmans tags: core-8-branch | |
| 03:01 | TIP 707 - add ptrAndSize field to Tcl_Obj check-in: 482f7a52c2 user: apnadkarni tags: core-8-branch | |
|
2024-12-09
| ||
| 10:38 | Merge 8.6. Fix [1dc7f3e5f1] - filesystem-1.30.3 should normalize before comparing. Tx @gahr check-in: 3709e88a03 user: apnadkarni tags: core-8-branch | |
|
2024-12-07
| ||
| 13:15 | Fix [https://core.tcl-lang.org/thread/tktview/9e69e2c602|9e69e2c602]: Problem with TIP#609 check-in: 81c759724b user: jan.nijtmans tags: core-8-branch | |
|
2024-12-06
| ||
| 09:29 | (cherry-pick): Let enums be enums check-in: d83af93efb user: jan.nijtmans tags: core-8-branch | |
| 09:19 | Fix "make dist". $(DISTDIR) part was missing check-in: c6225c482e user: jan.nijtmans tags: core-8-branch | |
|
2024-12-05
| ||
| 19:26 | amend: remove extra spaces appearing by resolving merge conflicts check-in: 43ab84c96e user: sebres tags: core-8-branch | |
| 18:28 | merge 8.6 (fix SF [0b809cd3fc8b6e5e], conflicts resolved) check-in: 77a1c3f978 user: sebres tags: core-8-branch | |
| 13:47 | This could give a (C++) compiler warning check-in: 0f0f793c33 user: jan.nijtmans tags: core-8-branch | |
| 11:41 | Fix some EXEC flags (in "make dist" too) check-in: c500c19889 user: jan.nijtmans tags: core-8-branch | |
| 09:52 | Fix [aaa84fbbc5]: zipfs info on mountpoint of executable returns zero offset in field 4 check-in: 4358bf994e user: jan.nijtmans tags: core-8-branch | |