Tcl Source Code

Timeline
Login

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

50 events occurring around 844ca4baf1d2e4f6.

2018-07-04
11:50 New ticket [2c51973607] Having Tcl_WrongNumArgs return TCL_ERROR makes extension writing a little nicer. artifact: f42c397fd4 user: stu
09:37
Rename tests/config.test to tests/pkgconfig.test, to align with Tk's new tests/pkgconfig.test. TIP 4... Leaf check-in: 14bb7ec850 user: stu tags: tcl-stu-pkg
2018-07-03
19:24
More size_t API changes (*.decls files are complete now) check-in: c49c6efd43 user: jan.nijtmans tags: memory-API
04:56
Remove stray verbiage from man page check-in: ff924460d8 user: andy tags: trunk
04:02
Some tools are executable. check-in: 15be4098b3 user: stu tags: trunk
00:45
Use INSTALL_*/DIST_INSTALL_* macros to make dist. check-in: e0eeaaaa68 user: stu tags: trunk
2018-07-02
19:45 Edit [5df373ba48cfb04d|5df373ba48]: Change branch background color to "#cdcfe2". artifact: 58c1b59899 user: sebres
19:39
Use size_t in more API's, e.g. *RegExp* types check-in: a494b98da4 user: jan.nijtmans tags: memory-API
19:37
try to improve documentation for braces substitution in tcl Leaf check-in: 5df373ba48 user: sebres tags: doc-subst-of-braces
15:05 Pending ticket [4f322b9d21]: Impossibility to create an unique path in Tcl (e. g. using file mkdir) plus 4 other changes artifact: 46d09e9de4 user: sebres
14:46
test case extended check-in: 929fa212c4 user: sebres tags: rfe-4f322b9d21
14:46
doc/file.n: documentation for `file mkdir` extended with return-code description and usage example check-in: 786e10c2ee user: sebres tags: rfe-4f322b9d21
14:46
Closes RFE [4f322b9d21]: provide return value for `file mkdir` to recognize the directories are real... check-in: 7e5504fecf user: sebres tags: rfe-4f322b9d21
12:12 New ticket [4f322b9d21] Impossibility to create an unique path in Tcl (e. g. using file mkdir). artifact: 51847a2a1a user: sebres
11:04 Ticket [d22ad20205] "dict unset d key subkey" fails if key does not exist status still Open with 3 other changes artifact: 110ef0dbb8 user: sebres ... 2 similar events omitted.
07:44
Documentation for [classmethod] check-in: b90d390915 user: dkf tags: tip-478
2018-07-01
16:39
Create a special command, [ :my:class], (in each instance namespace) that allows objects to delegate... check-in: 1bfaa1ff89 user: dkf tags: tip-478
10:31
New macro TclGetByteArrayFromObj() which can handle size_t check-in: c62e09171f user: jan.nijtmans tags: memory-API
09:11
New macro TclGetUnicodeFromObj() which can handle size_t check-in: 426d67c6bb user: jan.nijtmans tags: memory-API
06:21
Starting to update all callers of TclGetStringFromObj() to use size_t variables check-in: 97c2217f81 user: jan.nijtmans tags: memory-API
2018-06-30
21:36
More docs check-in: eb46b97a2c user: dkf tags: tip-478
18:30
More docs check-in: 0161df3d1c user: dkf tags: tip-478
13:44
More docs check-in: 6c05c0f87a user: dkf tags: tip-478
05:13
Started to write documentation check-in: 844ca4baf1 user: dkf tags: tip-478
2018-06-29
20:28
Another round of size_t'isms, this time also for Tcl_DString check-in: 70159a633b user: jan.nijtmans tags: memory-API
18:13
Improve many parsing-related functions to use size_t check-in: 2d7687959e user: jan.nijtmans tags: memory-API
09:47 Ticket [3e25ac512e] file inconsistent handling of VFS/.. status still Pending with 3 other changes artifact: ef4ca04172 user: sebres
07:15
More test cases. More fixes. check-in: 6ef91130eb user: dkf tags: tip-478
2018-06-28
21:42
More API changes using size_t. Internal changes not complete yet (WIP) check-in: 1bfecd9172 user: jan.nijtmans tags: memory-API
20:30
More using TCL_Z_MODIFIER where possible check-in: 3cdf0d20c9 user: jan.nijtmans tags: memory-API
19:23 Ticket [3e25ac512e] file inconsistent handling of VFS/.. status still Pending with 3 other changes artifact: d9d8c11ad4 user: dgp ... 1 similar event omitted.
19:06 Ticket [961646ffff] file normalize changes file reference status still Open with 7 other changes artifact: 7d6d4fc87a user: dgp
18:48 Closed ticket [3592747fff]: (tailcall|yieldto) failed to find the proper namespace Abort plus 6 other changes artifact: f6eb7e98ae user: dgp
10:40
Split out TIP 478 tests into their own file. check-in: 5753c80e0e user: dkf tags: tip-478
08:12
Tests for abstract and singleton check-in: 6893bec0d9 user: dkf tags: tip-478
2018-06-27
19:09
merge trunk check-in: 2cc2d71f0a user: jan.nijtmans tags: memory-API
17:12 Ticket [3e25ac512e] file inconsistent handling of VFS/.. status still Pending with 3 other changes artifact: fad3137fb1 user: dgp ... 2 similar events omitted.
15:48 Ticket [3592747fff] (tailcall|yieldto) failed to find the proper namespace Abort status still Open with 3 other changes artifact: 9d6a271afb user: dgp
07:39
Add better error handling and make the delegation work with cloning. check-in: e9637e3ddc user: dkf tags: tip-478
2018-06-26
19:46
merge 8.7 check-in: 87e9b263ac user: jan.nijtmans tags: trunk
19:45
Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we know TCL_UTF_MAX>=4, we c... check-in: 32f5394627 user: jan.nijtmans tags: core-8-branch
17:18
merge 8.7 check-in: 3e61633822 user: dgp tags: trunk
17:07
merge 8.6 check-in: a421b7549a user: dgp tags: core-8-branch
17:00
Use a thread exit handler, and not a custom exit proc for package cleanup. check-in: df825488e6 user: dgp tags: core-8-6-branch
14:23
merge 8.7 check-in: f26d6e2880 user: dgp tags: trunk