Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
78 check-ins using file tools/checkLibraryDoc.tcl version fe32cb1b32
|
2020-09-19
| ||
| 17:19 | merge 8.7 check-in: dfbe7884ea user: dgp tags: tip-568 | |
| 17:14 | merge 8.7 check-in: 2f99c5019a user: dgp tags: dgp-review | |
| 16:48 | merge mark (safety) check-in: 7d49ac4d02 user: dgp tags: core-8-branch | |
| 16:35 | merge 8.6 check-in: 54971a1f8a user: dgp tags: core-8-6-11-rc | |
| 14:33 | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. check-in: d67c23f6d1 user: pooryorick tags: core-8-6-branch | |
| 14:10 | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation. check-in: 45569c7084 user: pooryorick tags: core-8-branch | |
|
2020-09-18
| ||
| 13:53 | Accept {} as index, and forbid indices starting with '-' if compiled with -DTCL_NO_DEPRECATED check-in: ecdb69c0b3 user: jan.nijtmans tags: strict-index-experiment | |
| 10:31 | Make switch -regexp -indexvar without match return {} check-in: 19011a25db user: jan.nijtmans tags: strict-index-experiment | |
| 09:43 | Merge 8.7. Undo signature change for Tcl_GetIntForIndex check-in: 6b2676abbb user: jan.nijtmans tags: strict-index-experiment | |
|
2020-09-17
| ||
| 17:54 | merge 8.7 check-in: fe8535bde0 user: dgp tags: tip-568 | |
| 17:42 | merge 8.7 check-in: 87fe60f879 user: dgp tags: dgp-review | |
| 13:48 | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclNewIntObj or Tcl_NewWide... check-in: ef22eb8ac3 user: jan.nijtmans tags: core-8-branch | |
| 09:34 | Merge 8.7 check-in: b776941086 user: jan.nijtmans tags: build-info | |
| 09:27 | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's different from the 2.9.5 ve... check-in: 90d3d26e1f user: jan.nijtmans tags: core-8-branch | |
| 08:37 | Tcl 8.6 should not be tested with "package prefer latest" any more: All included packages are suppos... check-in: 1fe5c80a4d user: jan.nijtmans tags: core-8-6-branch | |
| 08:12 | Merge 8.6 check-in: 32e6f37d41 user: jan.nijtmans tags: core-8-branch | |
| 07:58 | Fix [835c93c000]: TIP #525 only implemented for non-singleproc case check-in: f131df7454 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-09-16
| ||
| 15:29 | merge 8.7 check-in: 2a84576993 user: dgp tags: tip-568 | |
| 15:28 | merge 8.7 check-in: 3fd3899ff1 user: dgp tags: dgp-review | |
| 12:17 | Proposed solution for [835c93c000]: TIP #525 only implemented for non-singleproc case Closed-Leaf check-in: 0c3d695f73 user: jan.nijtmans tags: bug-835c93c000 | |
| 06:51 | Little tweak to makeHeader.tcl, not depending on lsearch returning -1 any more check-in: f7e8671a9f user: jan.nijtmans tags: core-8-branch | |
|
2020-09-15
| ||
| 18:04 | merge 8.7 check-in: abf149cd4e user: dgp tags: tip-568 | |
| 17:14 | merge 8.7 check-in: a5f74a1c65 user: dgp tags: dgp-review | |
| 16:24 | merge 8.6 check-in: ae69de3dda user: dgp tags: core-8-6-11-rc | |
| 15:52 | one more test check-in: a7c1c1b5bb user: dgp tags: core-8-branch | |
| 15:12 | Merge 8.7 check-in: 193ee31037 user: jan.nijtmans tags: build-info | |
| 15:00 | Merge 8.7 Leaf check-in: 43eeb75b62 user: jan.nijtmans tags: bug-b5777d3d32 | |
| 14:48 | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementation check-in: fca1a2a297 user: jan.nijtmans tags: core-8-branch | |
|
2020-09-14
| ||
| 13:04 | Merge 8.6 check-in: b93931bbe5 user: jan.nijtmans tags: core-8-branch | |
| 12:58 | Unbreak winFCmd-1.38 testcase on Windows check-in: dcba835863 user: jan.nijtmans tags: core-8-6-branch | |
| 12:48 | Add .bmp to .gitattributes. Simplify .fossil-settings/binary-glob check-in: d02f6033d5 user: jan.nijtmans tags: core-8-6-branch | |
| 12:31 | Eliminate many "register" keywords (which do nothing with modern compilers) Eliminate many unnecessa... check-in: 62884c2f30 user: jan.nijtmans tags: core-8-6-branch | |
| 09:39 | Merge 8.6 check-in: 1814e2c41a user: jan.nijtmans tags: core-8-branch | |
| 09:22 | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Thanks! More usage of $ind... check-in: 4f1522879b user: jan.nijtmans tags: core-8-6-branch | |
| 08:52 | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Thanks! check-in: e4728e6343 user: jan.nijtmans tags: core-8-branch | |
|
2020-09-13
| ||
| 20:28 | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_GetIndexFromObj*() to the... check-in: 949dabe363 user: fvogel tags: core-8-branch | |
|
2020-09-11
| ||
| 13:59 | Merge 8.6 check-in: 5d1e9a6253 user: jan.nijtmans tags: core-8-branch | |
| 13:43 | Folow-up to previous commit: ExecStack is a FLEXARRAY too check-in: f61ad2f6f3 user: jan.nijtmans tags: core-8-6-branch | |
| 12:56 | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are you doing ...!) check-in: af83072632 user: jan.nijtmans tags: core-8-branch | |
| 12:31 | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan complains about body.ch... check-in: 29540d10c4 user: jan.nijtmans tags: core-8-6-branch | |
| 08:09 | Use $index<0 in stead of $index==-1 consistantly check-in: 3d6a09bf00 user: jan.nijtmans tags: core-8-6-branch | |
| 07:28 | Use $index<0 in stead of $index==-1 consistantly check-in: 3350f56f10 user: jan.nijtmans tags: core-8-branch | |
|
2020-09-10
| ||
| 16:47 | Somehow GIT cannot remove tests/safe-stock86.test from (earlier) core-8-6-branch, so we do it. check-in: 12a0d68b62 user: jan.nijtmans tags: core-8-branch | |
| 11:33 | Merge 8.6 check-in: 3951a8e1f4 user: jan.nijtmans tags: core-8-branch | |
| 10:28 | Don't use sizeof() for structs containing a flexible array as last element. Lesson from [https://cor... check-in: 3a6a0399ad user: jan.nijtmans tags: core-8-6-branch | |
|
2020-09-09
| ||
| 06:45 | Merge 8.6 check-in: 9a1ce70c69 user: jan.nijtmans tags: core-8-branch | |
| 06:37 | Rename safe-stock86.test to safe-stock.test check-in: 142eb5a6e1 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-09-07
| ||
| 15:18 | Merge-mark check-in: d01c76ef9e user: jan.nijtmans tags: core-8-branch | |
| 15:11 | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS "TIP 581" after .TP check-in: 1f4ee122a1 user: jan.nijtmans tags: core-8-6-branch | |
| 11:58 | Merge-mark check-in: dfba372d88 user: jan.nijtmans tags: core-8-branch | |
| 11:56 | Backport genStubs.tcl from 8.7. This adds support for MP_WUR, not actually used by Tcl. But could be... check-in: 8cab9206ce user: jan.nijtmans tags: core-8-6-branch | |
|
2020-09-06
| ||
| 15:09 | Merge 8.7 Leaf check-in: e82a85a057 user: jan.nijtmans tags: http-bug-cb0373bb33-again | |
| 14:41 | Merge 8.7 Closed-Leaf check-in: 526420ad4a user: jan.nijtmans tags: bug-3422267ed6b7992 | |
| 14:36 | Re-apply fix for [c1a376375e0e6488], as the build-problems originated elsewhere check-in: fc0e2a4f3f user: jan.nijtmans tags: core-8-branch | |
|
2020-09-05
| ||
| 21:54 | Merge core-8-branch check-in: 0d5bf116cf user: jan.nijtmans tags: bug-3422267ed6b7992 | |
| 21:37 | New bug-c1a376375e0e6488 branch with (up to now) failing solutions. Please make sure Travis builds O... Closed-Leaf check-in: 30f7888909 user: jan.nijtmans tags: bug-c1a376375e0e6488 | |
| 21:33 | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorted during deletion trace... check-in: e4a2a2c7d1 user: jan.nijtmans tags: core-8-branch | |
| 21:06 | Merge-mark check-in: f09aaf31d1 user: jan.nijtmans tags: bug-3422267ed6b7992 | |
| 20:58 | Merge-mark check-in: 28913bd50d user: jan.nijtmans tags: core-8-branch | |
| 20:45 | TIP #581: Last possible master/slave -> parent/child changes, without affecting anything serious check-in: f615145141 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-09-04
| ||
| 21:54 | merge bug-3422267ed6b7992 check-in: ecc6984ba2 user: pooryorick tags: bug-3422267ed6b7992 | |
| 16:44 | Merge 8.6 check-in: af7d124bbc user: jan.nijtmans tags: core-8-branch | |
| 15:48 | Let all test-cases load the "tcltest" package the same way. Depend on tcltest 2.5, since we never te... check-in: 0e50a82fe7 user: jan.nijtmans tags: core-8-6-branch | |
| 07:50 | Merge 8.6 check-in: 7d5b5acfee user: jan.nijtmans tags: core-8-branch | |
| 07:28 | TIP #581: Mainly documentation and some testcases check-in: 87bd83bd5c user: jan.nijtmans tags: core-8-6-branch | |
|
2020-09-02
| ||
| 21:04 | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetIndexFromObj*() to the publ... Closed-Leaf check-in: 6ee24887fb user: fvogel tags: tip-585 | |
| 13:05 | Merge 8.6 check-in: 8ca02b69f4 user: jan.nijtmans tags: core-8-branch | |
| 13:01 | Fix windows debug build, broken by previous commit check-in: d5ad8fde31 user: jan.nijtmans tags: core-8-branch | |
| 12:51 | Merge 8.5 Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis check-in: 7791bb021a user: jan.nijtmans tags: core-8-6-branch | |
| 09:30 | Merge bug-c1a376375e0e6488 check-in: 28aa719436 user: pooryorick tags: core-8-branch | |
|
2020-09-01
| ||
| 22:36 | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted during deletion trace... Closed-Leaf check-in: ebe3442625 user: pooryorick tags: bug-c1a376375e0e6488 | |
| 16:35 | Restore unmeant spacing change Closed-Leaf check-in: 80b9a1314a user: jan.nijtmans tags: bug-c2dc1da315 | |
| 16:20 | Merge 8.7 check-in: bde5b631b3 user: jan.nijtmans tags: bug-c2dc1da315 | |
| 10:33 | Merge 8.6 check-in: 2e2f130b01 user: jan.nijtmans tags: core-8-branch | |
| 09:15 | Many more internal master/slave -> parent/child renamings check-in: 7424e202bd user: jan.nijtmans tags: core-8-6-branch | |
| 09:11 | Eliminate eol-spacing check-in: afbd119866 user: jan.nijtmans tags: core-8-6-branch | |
|
2020-08-31
| ||
| 13:41 | Merge 8.6. More tests/tools updates. check-in: 0deb773e84 user: jan.nijtmans tags: core-8-branch | |
| 13:12 | opt package: Change comment. 0.4.7 -> 0.4.8. More Master -> Parent and Slave -> Child changes in (in... check-in: 7e10c4efe4 user: jan.nijtmans tags: core-8-6-branch | |