Tcl Source Code

Timeline
Login

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

50 events occurring around f1709a0cfe080338.

2019-06-20
19:40
[6bdadfba7d] Stop crash with multi-lappend and failing writes check-in: ca4a6f0a95 user: dkf tags: core-8-6-branch
19:40 Ticket [6bdadfba7d] Traces crash with multi-lappend status still Open with 4 other changes artifact: 628e749534 user: dkf ... 1 similar event omitted.
2019-06-19
05:09
merge core-8-branch Leaf check-in: d64f86cf33 user: dkf tags: tip-450
2019-06-17
18:56
Bump version numbers for 8.6.10 release. check-in: 170dc08ea5 user: dgp tags: core-8-6-10-rc
18:38
merge novem Leaf check-in: 5f6508a146 user: dgp tags: novem-purge-literals
18:36
merge trunk check-in: d40e234200 user: dgp tags: dgp-refactor
18:29
merge trunk check-in: fa4cdb8590 user: dgp tags: dgp-properbytearray
18:28
merge 8.7 check-in: e0511a8a90 user: dgp tags: core-8-7-a3-rc
18:25
merge trunk check-in: 7877b6c734 user: dgp tags: novem
18:18
merge 8.7 check-in: 806615c420 user: dgp tags: trunk
18:18
merge 8.6 check-in: ea2f7a7e33 user: dgp tags: core-8-branch
18:05 Open ticket [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the empty string as its name plus 6 other changes artifact: 1c3b1c9535 user: dgp
18:02 Closed ticket [8b9854c3d8]: info level 0 returns incompatible result in exported command since Tcl 8.6.9 plus 6 other changes artifact: d0bf4ab5ae user: dgp
18:00
[8b9854c3d8] Undo regression in [info level 0] after ensemble dispatch. check-in: 215b06343d user: dgp tags: core-8-6-branch
05:00 New ticket [b5ce082b98] invalid command name "::tcl::tm::path". artifact: 8ba3ca9b57 user: anonymous
2019-06-16
13:07 New ticket [1adeb65446] chan-io-29.34 hangs on Windows. artifact: 6058f864fa user: fvogel
11:37
Merge 8.7 check-in: f9c29c1321 user: jan.nijtmans tags: tip-547
11:05 Closed ticket [25deec4e46]: Tcl fails to compile with icc due to typedef conflict plus 6 other changes artifact: 8bb776ea3e user: jan.nijtmans
10:31
merge trunk; tinker with expr doc check-in: 56db9d31a2 user: dkf tags: tip-526
09:43
Merge 8.7 check-in: d803e47c86 user: dkf tags: trunk
09:42
TIP 521: Float classification functions check-in: d465e9717d user: dkf tags: core-8-branch
2019-06-15
22:33
Merge 8.6 check-in: acb2aadd83 user: jan.nijtmans tags: core-8-branch
22:31
Merge 8.5 check-in: 7a96d24542 user: jan.nijtmans tags: core-8-6-branch
22:30
Use mp_init_set() in stead of mp_init_set_int() when the constant is sufficiently small. This is sli... check-in: f1709a0cfe user: jan.nijtmans tags: core-8-5-branch
21:29
Merge 8.7 check-in: af0bfa72a8 user: jan.nijtmans tags: trunk
21:24
A neater way to write it that doesn't depend on detecting a specfic compiler version. For now. Closed-Leaf check-in: c58f52a94c user: dkf tags: tip-521
21:03
Try to work around MSVC6's lack of fpclassify()... check-in: 35debdf339 user: dkf tags: tip-521
17:49
TIP 461: text comparison operators for [expr] check-in: 7b13a290cc user: dkf tags: core-8-branch
12:06
merge core-8-branch check-in: cf6909fca7 user: dkf tags: tip-450
11:56
Corrections to definitions of [binary scan] and [binary format]. check-in: ed48c97271 user: dkf tags: core-8-branch
11:13
remove temporary page feed check-in: 241db3a03a user: dkf tags: tip-450
07:46
Make creating variables work correctly. check-in: 795b52feb7 user: dkf tags: tip-450
07:03
Rewrote to do modifications in-place unless Tcl_Obj is shared. check-in: 5c1e5aa513 user: dkf tags: tip-450
2019-06-14
21:48
Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapted for changes in libtom... check-in: 125328a27d user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
21:15
Document [binary set] and clean up the binary manpage check-in: b0371b4216 user: dkf tags: tip-450
20:30
Fix the bug; set current end to end of input string so @* can go there. check-in: 9df20cff69 user: dkf tags: tip-450
14:04
Fix travis build (.travis.yml), and merge 8.7 Closed-Leaf check-in: ed3800e114 user: jan.nijtmans tags: tip-549
09:11
Test cases. One failure... check-in: e4a8d48058 user: dkf tags: tip-450
2019-06-13
21:28
Merge libtommath check-in: 042fb1427b user: jan.nijtmans tags: libtommath-no-stdint.h
20:43
Mark test namespace-54.6 as knownBug. The real bug here is Tcl's failure to forbid ":" as a namespac... Closed-Leaf check-in: e0ddb43682 user: dgp tags: bug-8b9854c3d8
19:07
Update to latest libtommath's "develop" branch. On the way to 1.2.0 check-in: 94cf70186e user: jan.nijtmans tags: libtommath
17:58
Fix Bug 8b9854c3d8. Now 4 test failures require examination. check-in: 3bfd725f54 user: dgp tags: bug-8b9854c3d8
17:37
Unique test name. check-in: 5345820749 user: dgp tags: bug-8b9854c3d8
17:20
Test namespace-56.4 detects Bug 8b9854c3d8. Branch open to fix it. check-in: f76f0f177f user: dgp tags: bug-8b9854c3d8
16:58 Ticket [8b9854c3d8] info level 0 returns incompatible result in exported command since Tcl 8.6.9 status still Open with 3 other changes artifact: 28fec5f3b1 user: dgp ... 1 similar event omitted.
12:13
merge trunk check-in: 08d36921f0 user: dgp tags: dgp-refactor
08:12 Closed ticket [1dc8bc566a]: "?" not recognized as a string in lsearch plus 6 other changes artifact: a54adec4cf user: sebres ... 1 similar event omitted.