Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file tools/checkLibraryDoc.tcl at check-in 7e10c4efe4d09393
|
2026-02-14
| ||
| 15:23 | Shorten sequences of multiple blank lines file: [5ce5dfbb22] check-in: [435bab5883] user: dkf branch: main, size: 7249 | |
|
2024-07-20
| ||
| 15:59 | Merge trunk [91c2f411e7e71552], TIP #636 (tip-636-tcl9-644), resolve all conflicts including those resulting from conflicting Tcl_Obj interface implementations, and relicense under GNU Affero General Public License. All tests pass. file: [1092fe7323] check-in: [d8a3450f12] user: pooryorick branch: unchained, size: 7605 | |
|
2024-01-09
| ||
| 11:50 | More small changes to use "modern" features file: [7b40823492] check-in: [4aebdc40c2] user: dkf branch: dkf-use-9-features, size: 7151 | |
|
2022-10-06
| ||
| 13:36 | TIP #640: Remove Tcl_SaveResult file: [c0a62fad87] check-in: [40a9b8b856] user: jan.nijtmans branch: main, size: 7250 | |
|
2021-09-03
| ||
| 06:46 | Merge 8.7 file: [cfdc1a6cb8] check-in: [172517534a] user: jan.nijtmans branch: main, size: 7272 | |
|
2021-09-02
| ||
| 14:41 | (c) -> ©, now that TIP #587 is accepted file: [5ab4bdc8e6] check-in: [7dd529ed06] user: jan.nijtmans branch: core-8-branch, size: 7308 | |
|
2020-11-20
| ||
| 15:02 | Merge 8.7 file: [4dc887fc80] check-in: [42b98bc068] user: jan.nijtmans branch: main, size: 7273 | |
| 14:58 | Merge 8.6 file: [77767d2ff7] check-in: [6ff7d4f562] user: jan.nijtmans branch: core-8-branch, size: 7309 | |
| 14:48 | Don't use "Copyright <year> _by_" any more. This results in more consistant copyright statements in the (html) documentation file: [8857566ec7] check-in: [8c69d8dabe] user: jan.nijtmans branch: core-8-6-branch, size: 7309 | |
|
2020-09-20
| ||
| 10:27 | Merge 8.7 file: [b9d6a36fd4] check-in: [d817bbce63] user: jan.nijtmans branch: trunk, size: 7276 | |
| 10:24 | Merge 8.6 file: [b0f03badf9] check-in: [c5f32b95be] user: jan.nijtmans branch: core-8-branch, size: 7312 | |
| 10:21 | Merge 8.5 file: [e03f4355ae] check-in: [4df01802b3] user: jan.nijtmans branch: core-8-6-branch, size: 7312 | |
| 10:14 | Backport many (formatting) changes in tools/*. Nothing functional. testest.tcl: Use more uppercase hex. file: [4c25844c2c] check-in: [247906300c] user: jan.nijtmans branch: core-8-5-branch, size: 7292 | |
|
2020-09-01
| ||
| 10:51 | Merge 8.7 file: [035f7242c0] check-in: [e4b8c5a2ab] user: jan.nijtmans branch: trunk, size: 7322 | |
|
2020-08-31
| ||
| 13:12 | opt package: Change comment. 0.4.7 -> 0.4.8. More Master -> Parent and Slave -> Child changes in (internal) library and test-cases file: [fe32cb1b32] check-in: [7e10c4efe4] user: jan.nijtmans branch: core-8-6-branch, size: 7358 | |
|
2018-01-19
| ||
| 15:17 | Now really remove Tcl_EvalTokens/Tcl_Backslash as promised in the TIP. And remove library/tzdata/SystemV/* which contains non-standard timezones. See: [d3c5f2eb2ff63f10] They were originally gone since the tzdata2014f update, but it's unwise to do that in a patch release. Some documentation updates. file: [4edccb8f98] check-in: [1766f5a8e9] user: jan.nijtmans branch: trunk, size: 7302 | |
|
2017-11-06
| ||
| 14:50 | More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 actually can find them. file: [ecbb536806] check-in: [1de7d31a02] user: jan.nijtmans branch: trunk, size: 7338 | |
|
2013-01-22
| ||
| 19:24 | Contribution by Patrick Fradin <patrick.fradin@planar.com> Quoting his mail: <pre> ========================================================== Hi Jeff, I spent some of my time to contribute to the TclTk community ! I'm in late for Christmas gift but like we said in French : "Mieux vaut tard que jamais". ;-) I've use TclDevKit 5.3.0 tclchecker to analyse TclTk code in Tcl and Tk library directories (library, tools and tests) to correct a lot of warnings and few errors. (encapsulate some expr, use 'chan xxx' instead of fconfigure, fileevent...) I've made some improvements too : Examples : - Use 'lassign' instead of many 'lindex' of 'foreach/break' loop. - Use 'in' or 'ni' operators instead of 'lsearch -exact' or to factorise some eq/ne && / || tests. - Use 'eq' or 'ne' to tests strings instead of '==' or '!='. - Use 'unset -nocomplain' to avoid 'catch {unset...}'. - Remove some useless catch around 'destroy' calls. - Use expand {*} instead of 'eval'. Don't touch a lot of code because I don't know all structs and lists. I think it could be a greater improvement to reduce 'eval' calls. Due to previous experience, I dot not change any indentation ! ;-) ========================================================== </pre> file: [e5e805457c] check-in: [d801822907] user: andreask branch: contrib-patrick-fradin-code-cleanup, size: 7398 | |
|
2011-03-02
| ||
| 20:27 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them (except in zlib files). file: [b379b1d333] check-in: [c64f310d38] user: dgp branch: trunk, size: 7338 | |
|
2011-03-01
| ||
| 15:38 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [c3d77805f5] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 7362 | |
|
2010-11-17
| ||
| 12:47 | Moving tools in non-NRE branch forward, replaying the changes in 8.6 trunk. file: [a9dc096ca9] check-in: [45a42439b4] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 7413 | |
|
2010-09-17
| ||
| 12:55 | Merge from HEAD to rmax-ipv6-branch file: [252fc2a751] check-in: [70c6ac9692] user: rmax branch: rmax-ipv6-branch, size: 7419 | |
|
2010-07-02
| ||
| 13:14 | merge file: [f72942c01a] check-in: [38052b45c9] user: dgp branch: dgp-refactor, size: 7418 | |
|
2010-07-01
| ||
| 21:28 | [Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables file: [4c7a024347] check-in: [cc4ffb1da9] user: nijtmans branch: trunk, size: 7418 | |
|
2002-02-05
| ||
| 02:21 | Merging with the current TOT. Very few conflicts, mostly in the generated files. file: [23d99e5e75] check-in: [f469a31a06] user: wolfsuit branch: macosx-8-4-branch, size: 7448 | |
|
2002-01-15
| ||
| 17:55 | * Updated APIs in the file generic/tclIO.c according to the guidelines of TIP 27. Several minor documentation corrections as well. * Updated channel driver interface according to the guidelines of TIP 27. See also [Bug 500348]. * Moved Tcl_EolTranslation enum declaration from generic/tcl.h to generic/tclInt.h (renamed to TclEolTranslation). It is not used anywhere in Tcl's public interface. file: [f965647e7f] check-in: [9c9edf24eb] user: dgp branch: trunk, size: 7438 | |
|
1999-07-22
| ||
| 21:50 | * Changed version to 8.2b2. * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427] file: [5aa6bb193f] check-in: [589cb7ba77] user: redman branch: trunk, size: 7466 | |
|
1999-04-21
| ||
| 21:50 | Resynced with mainline. file: [b6b129ed7f] check-in: [45b9dd789f] user: rjohnson branch: trunk, size: 7468 | |
| 01:47 | Added: Merged with mainline. file: [5f1ce21df6] check-in: [81c2b84aff] user: rjohnson branch: scriptics-tclpro-1-2, size: 7472 | |
| 00:42 | Deleted: Added comments for 4/19 and 4/20 check-in: [6c6fc5d7b2] user: redman branch: scriptics-tclpro-1-2-old, size: 0 | |
|
1999-04-17
| ||
| 00:18 | fixed bugs 1785 and 1799: decl header files not installed file: [9a9eed38dd] check-in: [9dbc16b721] user: surles branch: trunk, size: 7466 | |
|
1999-04-16
| ||
| 18:48 | modified the API checker script file: [6ee897c2dd] check-in: [8dd1996ae2] user: surles branch: trunk, size: 7466 | |
| 00:46 | Added: merged tcl 8.1 branch back into the main trunk file: [4a8a34ed00] check-in: [f3b32fb71c] user: stanton branch: trunk, size: 6372 | |
|
1999-04-14
| ||
| 00:26 | Added: initial checkin of doc checker script file: [a0e2ce27f7] check-in: [7cddeea56f] user: surles branch: core-8-1-branch-old, size: 6375 | |