Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

82 check-ins using file changes.md version 4effeefcfd

2024-08-01
15:38
Use Tcl's internal API a bit better check-in: 3428637b08 user: dkf tags: oo-properties-c-impl
2024-07-30
16:54
Plug memory leak in format-19.4.1 check-in: 47a734b4e6 user: dgp tags: rc1, core-9-0-b3-rc
15:29
test hygiene check-in: 6a51b81cc6 user: dgp tags: core-9-0-b3-rc
15:11
merge trunk and dup test names check-in: 2683a989af user: dgp tags: core-9-0-b3-rc
14:52
merge 8.7 check-in: 6048516879 user: dgp tags: trunk, main
14:27
[3adf9e3a] Document argument bufferSize of Tcl_ZlibInflate check-in: 26afebad9e user: oehhar tags: trunk, main
14:08
merge trunk check-in: 8e8ec1e6c0 user: dgp tags: core-9-0-b3-rc
10:22
Minor fix - Add TCL_ZIP_FILE definition to nmake makefile to be consistent with autoconf build check-in: 4d27858552 user: apnadkarni tags: trunk, main
2024-07-29
16:17
Add foreachLine, readFile, writeFile to NAMES so they show up in html index check-in: 99e0d19e38 user: apnadkarni tags: trunk, main
11:41
merge 8.7 check-in: f86ba1bcc0 user: sebres tags: trunk, main
08:58
Factor out CmdFrame init and fix bug with body line numbers check-in: 5089218854 user: dkf tags: oo-properties-c-impl
08:28
Merge 8.7 - Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfiles check-in: c971e6c7c4 user: apnadkarni tags: trunk, main
2024-07-28
19:47
merge 8.7 check-in: 9dff0d22e1 user: sebres tags: trunk, main
2024-07-26
08:39
Correct syntax error in doc/clock.n check-in: afbfa83ffc user: oehhar tags: trunk, main
2024-07-25
18:49
typo in documentation escape sequence check-in: b5abaec06a user: dgp tags: core-9-0-b3-rc
03:07
[cd257619] Change -now to now in clock ensemble Closed-Leaf check-in: b5e6612557 user: apnadkarni tags: apn-clock-now
02:53
Merge trunk check-in: d37476f220 user: apnadkarni tags: apn-icu-playground
2024-07-24
17:33
Create release branch check-in: a3fe9007b7 user: dgp tags: rc0, core-9-0-b3-rc
2024-07-23
17:10
Add missing documentation for -validate option to clock scan check-in: 97ac6be70d user: apnadkarni tags: trunk, main
08:47
merge trunk check-in: 75893a7b2e user: dkf tags: oo-properties-c-impl
08:45
Improve in-code doc of some fields of structs in tcl.h and tclInt.h check-in: b44f579a0b user: dkf tags: trunk, main
2024-07-22
17:43
Missing guard against NULL interp. check-in: 9b271a3365 user: dgp tags: trunk, main
11:10
Minor doc correction to mcloadedlocales syntax check-in: 6c195313e6 user: apnadkarni tags: trunk, main
2024-07-21
16:43
Reduce number of allocations on property access path. check-in: 541c9fea9f user: dkf tags: oo-properties-c-impl
14:14
Tidying up the properties code check-in: 718d13d0ba user: dkf tags: oo-properties-c-impl
2024-07-20
21:42
Make the [property] definition itself go to C check-in: fcef765f94 user: dkf tags: oo-properties-c-impl
2024-07-19
09:03
Improve some documentation (for myself) check-in: 09c9eb8743 user: dkf tags: oo-properties-c-impl
08:52
Slightly simpler script check-in: 8aa61b1f54 user: dkf tags: oo-properties-c-impl
07:08
Merge trunk check-in: ef24ae8821 user: apnadkarni tags: apn-icu-playground
2024-07-18
16:03
Improve some comments check-in: af95db9be0 user: dkf tags: oo-properties-c-impl
15:43
Correction to error code check-in: 69180342eb user: dkf tags: oo-properties-c-impl
15:38
Fix small bug check-in: 374766564b user: dkf tags: oo-properties-c-impl
15:32
Merge trunk check-in: e22059852f user: dkf tags: oo-properties-c-impl
14:57
Merge 8.7 check-in: c28b833f4d user: dkf tags: trunk, main
08:49
[91b3a5bb14] msgcat method: catch oo resolution to at least not to fail check-in: d3262be1a5 user: oehhar tags: trunk, main
2024-07-16
21:16
merge 8.7 check-in: 060eec699c user: sebres tags: trunk, main
19:18
merge 8.7 (clock: fix validation check for scanned Sunday) check-in: 55c23b44b5 user: sebres tags: trunk, main
17:45
merge 8.7 check-in: d15ae7fe51 user: sebres tags: trunk, main
15:06
merge 8.7 check-in: 5d148bf304 user: sebres tags: trunk, main
12:06
Minor doc change - remove reference to XP and Vista check-in: 1cb611f96a user: apnadkarni tags: trunk, main
2024-07-15
13:04
[91b3a5bb14] msgcat method: catch oo resolution to at least not to fail Closed-Leaf check-in: 62e3c281e5 user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method
12:40
[91b3a5bb14] msgcat method: add test check-in: 5c3ab23c5e user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method
11:54
[91b3a5bb14] msgcat oo: revert fix check-in: 99e962ad0e user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method
06:27
[91b3a5bb14] chw: the tests for mixin and typeof require more context (one additional parameter). Th... check-in: 6c6bee903d user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method
01:21
merge 8.7 (fixes memory leak [ae09f6b190ceec31]) check-in: 6e3e6a7896 user: sebres tags: trunk, main
2024-07-14
20:07
Stop variable from disappearing by accident when referred to by name. [74b6110204] check-in: 85ca3926aa user: dkf tags: trunk, main
19:32
fixes [0e4b7fce57]: [info vars] strictly follows TIP #278 and doesn't resolve global vars in non-glo... check-in: 5d2e5c3e82 user: sebres tags: trunk, main
19:25
undo mainline tests, tests of branch moved to replace them Closed-Leaf check-in: 383ee7a3dd user: sebres tags: bug-0e4b7fce57
19:23
merge trunk check-in: 76d24afdf2 user: sebres tags: bug-0e4b7fce57
19:20
merge 8.7, actual state of [info vars], before fix [0e4b7fce57] global vars still resolved in namesp... check-in: aa039328b4 user: sebres tags: trunk, main
19:03
amend to [3d8bf31bdc], ultimately fixes [0e4b7fce57]: [info vars] should not resolve global vars in ... check-in: ae17d84761 user: sebres tags: bug-0e4b7fce57
18:56
Ticket [91b3a5bb14]: msgcat call from method: proposal by Gregor in clt check-in: 23b57c266e user: oehhar tags: ticket-91b3a5bb14-msgcat-oo-method
13:49
Fix [0e4b7fce57]: Running [info vars] in a namespace returns global variables. check-in: 3d8bf31bdc user: sbron tags: bug-0e4b7fce57
2024-07-11
15:17
Bug [cfdf80a2efc6] - zlib checksum is negative check-in: 08603ee649 user: apnadkarni tags: trunk, main
2024-07-10
09:52
Optimization: two more objTypes which always have length 1 when viewed as a list check-in: 4c75553894 user: jan.nijtmans tags: trunk, main
2024-07-09
13:37
[0439e1e1a3]: Slow detection of illegal expr argument. Handle more of the same. check-in: 5d33330757 user: jan.nijtmans tags: bug-0439e1e1a3
08:22
Fix [0439e1e1a3]: Slow detection of illegal expr argument check-in: a197811f13 user: jan.nijtmans tags: trunk, main
08:19
Don't bother unrelated error-messages Closed-Leaf check-in: 31304508c6 user: jan.nijtmans tags: bug-0439e1e1a3
2024-07-08
16:32
Remaining can't -> cannot changes check-in: 9f35c75244 user: jan.nijtmans tags: bug-0439e1e1a3
13:54
first/second -> left/right and can't -> cannot check-in: ab1a9c2cf6 user: jan.nijtmans tags: bug-0439e1e1a3
11:02
Add possible "first"/"second" to error-message (thanks, rmax!) check-in: e2bcafbe4a user: jan.nijtmans tags: bug-0439e1e1a3
09:15
Additional testcases (not only testing for lseq, but for list and dict as well) check-in: e51bda5301 user: jan.nijtmans tags: bug-0439e1e1a3
2024-07-07
13:58
Handle dict in expr error-message as well check-in: 2290847d23 user: jan.nijtmans tags: bug-0439e1e1a3
13:40
Improvement: If objPtr can be represented as a list and has >1 elements, give a slightly different e... check-in: 652f1b78f5 user: jan.nijtmans tags: bug-0439e1e1a3
2024-07-06
12:53
Experiment with normalization check-in: 11fde0b255 user: apnadkarni tags: apn-icu-playground
2024-07-05
11:52
Use GetHostNameW() in stead of gethostname() Only available in Windows 8+ Closed-Leaf check-in: a7937609c5 user: jan.nijtmans tags: gethostnamew
10:00
Possible fix for [0439e1e1a3]: Slow detection of illegal expr argument check-in: 3dd367db1c user: jan.nijtmans tags: bug-0439e1e1a3
05:54
"utf32string" and "wideInt" types are gone in 9.0 check-in: 19bc2469c2 user: jan.nijtmans tags: trunk, main
2024-07-03
15:37
Rebase to 9.0 Closed-Leaf check-in: 591c7080c6 user: jan.nijtmans tags: bug-b5bd08df8d-jn
15:36
TclGetStringFromObj() cannot be used here check-in: d5e6cd4e4e user: jan.nijtmans tags: trunk, main
13:52
Add only "bignum", "boolean" and "int": those have a Python corresponding type, the others don't hav... check-in: 92a0f8ef91 user: jan.nijtmans tags: bug-b5bd08df8d-jn
13:28
Merge 8.7 check-in: f51002bb16 user: jan.nijtmans tags: trunk, main
2024-07-02
14:39
merge 8.7 check-in: 8a4c0f4a93 user: sebres tags: trunk, main
12:41
merge 8.7 check-in: e40407c5e8 user: sebres tags: trunk, main
11:17
Fix for [0de6c1d79c] crash. check-in: 7077dea20e user: apnadkarni tags: trunk, main
09:54
Experiment: Add "bool" and "index" support to Tcl_GetNumberFromObj(). No flags modifying behavior. Closed-Leaf check-in: b3b48572b2 user: jan.nijtmans tags: get-number-with-bool-and-index
2024-07-01
19:39
Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 locale check-in: 0fa0310528 user: jan.nijtmans tags: trunk, main
15:48
Register all core object types. See [b5bd08df8d]. Closed-Leaf check-in: a15996aa45 user: culler tags: bug-b5bd08df8d
14:56
Traverse coroutine frames before null pointer check Closed-Leaf check-in: 5f2d8d8e62 user: apnadkarni tags: apn-info-frame
13:46
Add test for crash check-in: b757751f31 user: apnadkarni tags: apn-info-frame
13:28
Merge trunk check-in: 53cb8a399b user: apnadkarni tags: apn-info-frame
2024-06-30
19:28
"encoding binary removal": I think, it is better to speak about a removed encoding alias, instead of... check-in: 1c26b70234 user: oehhar tags: trunk, main