Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
123 check-ins using file macosx/Tcl.xcode/project.pbxproj version 32e61e1ee6
|
2024-08-21
| ||
| 08:28 | Update github actions files check-in: e06563d4e4 user: jan.nijtmans tags: cygwin | |
| 08:19 | actions/checkout@v4. Merge 8.6 check-in: a9f0ad18de user: jan.nijtmans tags: cygwin | |
|
2024-03-30
| ||
| 14:24 | Remove all libtommath source-files, which are not used in Tcl. Don't bother about them any more check-in: 58fe28a383 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-29
| ||
| 13:22 | (cherry-pick) Added minor detail to file attr -shortname handling docs. check-in: 9c06dfcfec user: jan.nijtmans tags: core-8-6-branch | |
| 13:20 | Remove libtommath/makefile* and related: Those files suggest anything can be built in this directory... check-in: 51953c6e81 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-28
| ||
| 21:12 | Asciify string.test. tcltest::fileEncoding is thus no longer necessary (which would have performance... check-in: 03cf62003a user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-27
| ||
| 20:09 | tests renumeration check-in: 29223eb238 user: sebres tags: core-8-6-branch | |
| 19:59 | tests/string.test: cherry-pick several string-tests from trunk to 8.6, added encoding mark (utf-8), ... check-in: 1e149c4008 user: sebres tags: core-8-6-branch | |
| 19:52 | tcltest: detect encoding of test-file (BOM or coding in header) and supply it to source/shell, so al... check-in: a55120e64e user: sebres tags: core-8-6-branch | |
|
2024-03-26
| ||
| 13:06 | Add koi8-ru and koi8-t encodings, completing the 4 "koi8" encodings available in iconv. check-in: 7ec1b7cfbf user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-23
| ||
| 22:01 | Update genStubs.tcl, making it usable for Tcl 9 as well check-in: 89038fd587 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-21
| ||
| 00:27 | more lsearch performance tests check-in: 95a2ca595e user: sebres tags: core-8-6-branch | |
|
2024-03-20
| ||
| 17:56 | optimize TclUtfToUCS4 for single code units (non high surrogates), especially for ascii; fixes perfo... check-in: ad35def80d user: sebres tags: core-8-6-branch | |
| 16:39 | small amend (incorrect copy&paste removed) check-in: 708e810803 user: sebres tags: core-8-6-branch | |
| 16:37 | added performance regression tests for list facilities (initially only few lsearch cases, illustrati... check-in: cd1bb80fb9 user: sebres tags: core-8-6-branch | |
|
2024-03-19
| ||
| 08:09 | (cherry-pick) docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actually void funcs check-in: 5411a7556d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-15
| ||
| 13:41 | Fix "encoding convertfrom koi8-u \xB4". Should be Є, not Ѓ. See [f23022e07a]. check-in: 5f43417351 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-12
| ||
| 23:13 | tcltest 2.5.7 -> 2.5.8 check-in: 4cdfd489b0 user: jan.nijtmans tags: core-8-6-branch | |
| 23:07 | Code cleanup, no change in functionality. All backported from 8.7/9.0 check-in: 77f0efd1f8 user: jan.nijtmans tags: core-8-6-branch | |
| 19:20 | fixes [1acd172c424b57c9]: there is only one case where a subcommand may be ambiguous (as a prefix), ... Closed-Leaf check-in: 5984cb59e7 user: sebres tags: bug-1acd172c424b57c9-p1 | |
| 19:03 | skip extensive IO-aggressive tests, be gentle with users and CIs env (especially SSD, let alone our ... check-in: 5e0186f270 user: sebres tags: core-8-6-branch | |
| 18:15 | proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique file-ids) check-in: 603e957ae2 user: sebres tags: core-8-6-branch | |
| 18:01 | fixed path for running of suite from temp-directory (also proper skip if no dlls available) check-in: c5c8d91a38 user: sebres tags: core-8-6-branch | |
| 01:50 | fixes similar issue by free scan + more tests Closed-Leaf check-in: 4bdbd5cc83 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:48 | fixes #23: `clock add` regression (integer overflow in time part) check-in: bbb77cc456 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:43 | test cases covering #23: `clock add` regression (due to integer overflow) check-in: 0ae6ddcffa user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:43 | replace sprintf with itoaw check-in: 7fcbaa0769 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:37 | more optimizations of numeric to regular TZ conversion (for non GMT offsets) check-in: 319c3b037a user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:36 | optimize simplest case if numeric timezone is 0000 (so GMT/UTC) check-in: cdf1e91c13 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:33 | consider TZ-epoch in base-cache (ensure cache of base is correct for :localtime if TZ changing) check-in: 1ea9fc6200 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 01:21 | tests to ensure cache of base is correct for :localtime if TZ-env changing check-in: 23bf32a8d0 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
|
2024-03-11
| ||
| 21:56 | Add "Alaska Standard/Daylight" time to tclDate.c check-in: bb22bd59d0 user: jan.nijtmans tags: core-8-6-branch | |
| 15:53 | Unneeded "file normalize" check-in: f336db244d user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-10
| ||
| 15:49 | Re-generate library/tclIndex (especially "safe" namespace had some changes which were not reflected ... check-in: 3089f0f5fb user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-08
| ||
| 13:30 | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search path too check-in: 42f5eac945 user: sebres tags: core-8-6-branch | |
|
2024-03-07
| ||
| 21:58 | Add internal flag TCL_FIND_IF_NOT_SIMPLE for (internal) TclGetNamespaceForQualName(). Not used yet. check-in: 636bb502b2 user: jan.nijtmans tags: core-8-6-branch | |
| 21:42 | Code cleanup/formatting check-in: a59ac73aac user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-06
| ||
| 21:44 | core review check-in: de267d7a35 user: sebres tags: bug-910d67a229fe7f65 | |
| 21:29 | small amend: simpler traversing using ns->parentPtr check-in: 6224c4a34f user: sebres tags: bug-910d67a229fe7f65 | |
| 21:11 | Reduce code duplication (borrowed from "bug-910d67a229fe7f65" branch, but independant from any bug) check-in: 6df28186ce user: jan.nijtmans tags: core-8-6-branch | |
| 19:22 | better variant of fix for [910d67a229fe7f65] with improved search for NS::command (find NS even if c... check-in: c4d9c1dd86 user: sebres tags: bug-910d67a229fe7f65 | |
| 14:59 | Backport "changes" changes from 8.7 check-in: 3f3fa3ee4f user: jan.nijtmans tags: core-8-6-branch | |
| 12:05 | small amend to [910d67a229fe7f65]: additional corner case (see the test namespace-52.13) check-in: 98aab416a2 user: sebres tags: bug-910d67a229fe7f65 | |
|
2024-03-05
| ||
| 16:38 | fix for [910d67a229fe7f65]: search of `namespace unknown` handler fixed: first try to find namespace... check-in: 76660a8402 user: sebres tags: bug-910d67a229fe7f65 | |
| 15:20 | Merge 8.6 check-in: ec4e4d28c9 user: jan.nijtmans tags: cygwin | |
| 09:39 | Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConfig.sh) with "${prefix}\... check-in: a38deec229 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-03-04
| ||
| 20:10 | (minor) fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced check-in: c2a94d79f6 user: jan.nijtmans tags: core-8-6-branch | |
| 19:56 | Merge 8.6. TCL_PACKAGE_PATH is not used on Windows Closed-Leaf check-in: 596141a1ce user: jan.nijtmans tags: bug-1b8a893ded | |
| 15:47 | Add akst/akdt (Alaska) time-zones to "clock" command. Also 'stolen' from "sebres-?-?-clock-speedup-c... check-in: 5e7ea80f7b user: jan.nijtmans tags: core-8-6-branch | |
| 12:48 | Code cleanup in init.tcl, 'stolen' from sebres-?-?-clock-speedup-cr2. No change in functionality check-in: 6065e21d1d user: jan.nijtmans tags: core-8-6-branch | |
| 10:36 | If TCL_PACKAGE_PATH is set explicitly, don't change it in "configure" check-in: 123e49b851 user: jan.nijtmans tags: bug-1b8a893ded | |
| 10:22 | Small (related) fix to handling of TCL_MODULE_PATH: It's a Tcl list too, so it could contain '{'/'}' check-in: cc89d3374b user: jan.nijtmans tags: bug-1b8a893ded | |
| 09:40 | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced. check-in: 4427b7e168 user: jan.nijtmans tags: bug-1b8a893ded | |
|
2024-03-03
| ||
| 21:30 | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicode check-in: 0480bdc823 user: jan.nijtmans tags: core-8-6-branch | |
| 14:41 | Remove private characters from regexp control table, but add them back in [:cntrl:] class (so no cha... check-in: 80462c8ac9 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-28
| ||
| 21:05 | merge release check-in: cd74d968a4 user: dgp tags: core-8-6-branch | |
|
2024-02-27
| ||
| 20:23 | Bug [f91ab723f3] : remove Windows 16 bit dead code check-in: ce2bd7a315 user: oehhar tags: core-8-6-branch | |
|
2024-02-26
| ||
| 13:56 | Bug [f91ab723]: MS-WIN: remove dead code as TclWinGetPlatformId() constantly returns "VER_PLATFORM_W... Closed-Leaf check-in: 69a34921d1 user: oehhar tags: bug-f91ab723-dead-code-removal | |
| 13:34 | bug [f91ab723f3]: possible solution to remove cmd.exe handling. Leaf check-in: bdca8a3971 user: oehhar tags: bug-f91ab723f3-no-cmd | |
| 13:29 | Bug: [f91ab723f3]: possible solution to add quoting "" for cmd.exe /c argument Leaf check-in: 0530fbcf2d user: oehhar tags: bug-f91ab723f3-quoting | |
| 13:04 | More tweaks check-in: d48abcace3 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
| 10:59 | Rebase to latest sebres-8-6-clock-speedup-cr2 Leaf check-in: 2021143e85 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2-with-original-testcases | |
| 10:56 | Rebase to latest core-8-6-branch check-in: 17de5e48b6 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr2 | |
|
2024-02-25
| ||
| 15:35 | The [https://en.wikipedia.org/wiki/KOI8-U|wiki] clearly states that the mapping for 0xB4 was a type,... Closed-Leaf check-in: 0034d90630 user: jan.nijtmans tags: bug-f23022e07a | |
|
2024-02-21
| ||
| 15:49 | A few more changes. Closed-Leaf check-in: ae82d58ef0 user: dgp tags: rc1, core-8-6-14-rc, core-8-6-14 | |
|
2024-02-20
| ||
| 17:53 | merge 8.6 check-in: 7870bc1473 user: dgp tags: core-8-6-14-rc | |
|
2024-02-19
| ||
| 16:27 | TCL_INTEGER_SPACE + 4 could be too small for a channelName on win32. Backported from 9.0: Derpfix... check-in: 1a335aed10 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-16
| ||
| 12:41 | Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes check-in: 376f147892 user: jan.nijtmans tags: core-8-6-branch | |
| 12:23 | Fix [aa6624c629]: tclExecute.c: Avoid false-positive warning check-in: 87d01188e3 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-14
| ||
| 19:17 | changes file refinements check-in: 4750bf1cec user: dgp tags: core-8-6-14-rc | |
| 19:11 | merge 8.6 check-in: ac74f10619 user: dgp tags: core-8-6-14-rc | |
| 19:10 | There are changes to package tcltest since release of Tcl 9.0b1. Bump to tcltest 2.5.7 check-in: 5c72e81a4c user: dgp tags: core-8-6-branch | |
| 18:55 | merge 8.6 check-in: 36cde7ef84 user: dgp tags: core-8-6-14-rc | |
| 18:54 | There have been changes to the package opt. Bump to opt 0.4.9 check-in: e6f1f66334 user: dgp tags: core-8-6-branch | |
| 16:05 | offsetof -> TclOffset check-in: b554b84d1a user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-09
| ||
| 14:20 | merge 8.6 check-in: ac4e370218 user: dgp tags: core-8-6-14-rc | |
|
2024-02-08
| ||
| 16:11 | Fix gcc 13.2.1 (Fedora 39.1) warning: Writing of 1 byte into a region of size 0 [-Wstringop-overflow... check-in: abece1f21f user: jan.nijtmans tags: core-8-6-branch | |
| 12:15 | Backport Tcl_ObjPrintf "ll" (and "I32/64") from Tcl 8.7 (again) Closed-Leaf check-in: 139b450167 user: jan.nijtmans tags: rfe-2089279 | |
| 08:45 | ups, accidentally re-introduced an already fixed formatting error - corrected again now check-in: e22fa08272 user: Torsten tags: core-8-6-branch | |
| 08:34 | (cherry-pick) Fixed wrongly placed punctuation in .QW macro of clock.n manual page check-in: 767777d044 user: Torsten tags: core-8-6-branch | |
|
2024-02-07
| ||
| 17:57 | 8.6 changes file finished from my side check-in: 45c1474547 user: oehhar tags: core-8-6-branch | |
| 17:51 | merge 8.6 check-in: 7b0150e4bf user: dgp tags: rc0, core-8-6-14-rc | |
| 16:51 | Update tests to accept new [history] implementation. check-in: 0626cd6ddf user: dgp tags: core-8-6-branch | |
| 13:03 | Fix [8e666d7c95]: Redefining proc ::history locks the interpreter into a tight loop check-in: 3fe9d2e419 user: jan.nijtmans tags: core-8-6-branch | |
| 07:06 | Continue with changes file check-in: b383fcfeed user: oehhar tags: core-8-6-branch | |
|
2024-02-06
| ||
| 16:39 | Changes file by Brian, slightly edited. check-in: 4436519cc6 user: oehhar tags: core-8-6-branch | |
| 14:58 | Fix [86b3c15f0c]: ::unknown has infinite recursion in a corner case check-in: 524d68410a user: jan.nijtmans tags: core-8-6-branch | |
| 14:57 | \032 -> \x1A, since hex reads better than octal check-in: 3159cb3d34 user: jan.nijtmans tags: core-8-6-branch | |
| 14:49 | \032 -> \x1A, since hex reads better than octal Closed-Leaf check-in: 96ef2e8079 user: jan.nijtmans tags: bug-86b3c15f0c | |
| 14:42 | Slightly simpler check-in: 107361643b user: jan.nijtmans tags: bug-86b3c15f0c | |
| 14:16 | Proposed fix for [86b3c15f0c]: ::unknown has infinite recursion in a corner case check-in: 13fc1a9f95 user: jan.nijtmans tags: bug-86b3c15f0c | |
| 13:32 | Proposed fix for [8e666d7c95]: Redefining proc ::history locks the interpreter into a tight loop Closed-Leaf check-in: 02f90739a1 user: jan.nijtmans tags: bug-8e666d7c95 | |
|
2024-02-05
| ||
| 18:02 | Fix indenting check-in: 64110c20ee user: jan.nijtmans tags: core-8-6-branch | |
| 15:26 | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies. Not only the documentation, also the behavior... check-in: 0e4c7187e7 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-04
| ||
| 01:42 | Update to tzdata 2024a check-in: 90e8a07b90 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-02-01
| ||
| 09:08 | Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format specifiers are not supporte... check-in: 1c44f01fb6 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-31
| ||
| 16:29 | Backport Tcl_ObjPrintf "ll" (and "I32/64") from Tcl 8.7 check-in: c6795d89c8 user: jan.nijtmans tags: rfe-2089279 | |
|
2024-01-29
| ||
| 14:10 | closes [db4f2843cd]: fixes segfault by BO in ReadChars (and Tcl_ReadChars with append) check-in: 399b55fa05 user: sebres tags: core-8-6-branch | |
| 13:55 | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with append) caused by wrong buf... Closed-Leaf check-in: 37e659d589 user: sebres tags: fix-db4f2843cd | |
| 11:06 | don't flush to use full buffer (otherwise the chunks were 4K anyway) check-in: 2dce470bdf user: sebres tags: fix-db4f2843cd | |
| 09:17 | Update to zlib-1.3.1 check-in: 5cc374ab9c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-27
| ||
| 11:51 | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" check-in: 8f65470f72 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-26
| ||
| 22:18 | added channel regression tests (for read command) to illustrate bugs [db4f2843cd], [da16d15574] check-in: 492aaec521 user: sebres tags: fix-db4f2843cd | |
| 13:40 | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" Closed-Leaf check-in: af214ab63b user: jan.nijtmans tags: bug-16e25e1402 | |
| 13:37 | Add testcases for library/word.tcl check-in: 33067443e8 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-24
| ||
| 19:40 | merge 8.6 check-in: 1904ee1442 user: dgp tags: core-8-6-14-rc | |
|
2024-01-23
| ||
| 08:35 | Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is an internal feature check-in: 9ed281453b user: oehhar tags: core-8-6-branch | |
|
2024-01-22
| ||
| 22:30 | Possible workaround for [db4f2843cd]. Would this help? Closed-Leaf check-in: 100933523c user: jan.nijtmans tags: bug-db4f2843cd | |
| 15:07 | [db4f2843cd],[da16d15574]: revert Tcl_ReadChars fix, due to performance impact. check-in: 7a188dd1c9 user: oehhar tags: core-8-6-branch | |
| 14:26 | Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer growth optimization. check-in: 693e853bc6 user: oehhar tags: core-8-6-branch | |
|
2024-01-21
| ||
| 16:26 | Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's for TCL_UTF_MAX>3, which... check-in: 8e673f54d3 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-17
| ||
| 16:31 | TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated too check-in: fa0935cd8b user: jan.nijtmans tags: core-8-6-14-rc | |
|
2024-01-16
| ||
| 01:05 | Bump to 8.6.14 for release check-in: 814b28c5aa user: griffin tags: core-8-6-14-rc | |
|
2024-01-15
| ||
| 19:22 | Fix non-existing function names in test titles check-in: 4d3ac2c87e user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-13
| ||
| 22:24 | Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expression. check-in: 8a48d91eb8 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-12
| ||
| 11:31 | Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding that Tcl_UtfNcmp() expec... check-in: da7865389c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-11
| ||
| 09:33 | Ticket [fd27add6]: doc change of Tcl_PkgRequire & friends: version string specification refers to "p... check-in: d55e661b7f user: oehhar tags: core-8-6-branch | |
|
2024-01-09
| ||
| 12:02 | Optimize use of $fullutf variable check-in: ceaac40e80 user: jan.nijtmans tags: core-8-6-branch | |
| 10:32 | Backport tcltest 2.5.6 from Tcl9.0b1 check-in: f928d9d95a user: jan.nijtmans tags: core-8-6-branch | |
| 09:11 | Use "info exists" to test for Tk presence check-in: be707b4072 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-08
| ||
| 13:16 | (cygwin-only): Add (void *) typecast, preventing coompiler warnings in some situations check-in: d7eec46e0c user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-06
| ||
| 17:09 | Correction in documentation embedded in rules.vc check-in: 970a486210 user: jan.nijtmans tags: core-8-6-branch | |
|
2024-01-05
| ||
| 22:50 | Handle README -> README.md change in tcltk-man2html.tcl check-in: 22756a5ee2 user: jan.nijtmans tags: core-8-6-branch | |