Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merged implementations for TIPs 462, 490, 499. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0b5310fe0ec3d45297a755b13c9e2901 |
User & Date: | dgp 2018-03-12 14:15:59.659 |
Context
2018-03-13
| ||
14:56 | tip490 oo for msgcat: bullet list formatting corrected check-in: 77c9d7ef04 user: oehhar tags: trunk | |
2018-03-12
| ||
14:15 | Merged implementations for TIPs 462, 490, 499. check-in: 0b5310fe0e user: dgp tags: trunk | |
04:51 | Update indices check-in: 0e92263d76 user: kennykb tags: trunk | |
Changes
Changes to index.json.
cannot compute difference between binary files
Changes to index.md.
︙ | ︙ | |||
115 116 117 118 119 120 121 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/500.md'>500</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 500: Private Methods and Variables in TclOO</td> </tr> | | | | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/500.md'>500</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 500: Private Methods and Variables in TclOO</td> </tr> <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/499.md'>499</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> <td valign='top'># TIP 499: Custom locale search list for msgcat</td> </tr> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/498.md'>498</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> |
︙ | ︙ | |||
178 179 180 181 182 183 184 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/491.md'>491</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 491: Threading Support: phasing out non-threaded builds</td> </tr> | | | | 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/491.md'>491</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 491: Threading Support: phasing out non-threaded builds</td> </tr> <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/490.md'>490</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> <td valign='top'># TIP 490: msgcat for TclOO</td> </tr> <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/489.md'>489</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> |
︙ | ︙ | |||
373 374 375 376 377 378 379 | <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/463.md'>463</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> <td valign='top'># TIP 463: Command-Driven Substitutions for regsub</td> </tr> | | | | 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 | <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/463.md'>463</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> <td valign='top'># TIP 463: Command-Driven Substitutions for regsub</td> </tr> <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/462.md'>462</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> <td valign='top'># TIP 462: Add New [::tcl::process] Ensemble for Subprocess Management</td> </tr> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/461.md'>461</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> |
︙ | ︙ |
Changes to tip/462.md.
1 2 | # TIP 462: Add New [::tcl::process] Ensemble for Subprocess Management Author: Frédéric Bonnet <[email protected]> | | | 1 2 3 4 5 6 7 8 9 10 | # TIP 462: Add New [::tcl::process] Ensemble for Subprocess Management Author: Frédéric Bonnet <[email protected]> State: Final Type: Project Vote: Done Created: 23-Jan-2017 Post-History: Tcl-Version: 8.7 ----- |
︙ | ︙ |
Changes to tip/490.md.
1 2 | # TIP 490: msgcat for TclOO Author: Harald Oehlmann <[email protected]> | | | 1 2 3 4 5 6 7 8 9 10 | # TIP 490: msgcat for TclOO Author: Harald Oehlmann <[email protected]> State: Final Type: Project Vote: Done Created: 07-Dec-2017 Post-History: Keywords: msgcat, oo Tcl-Version: 8.7 ----- |
︙ | ︙ |
Changes to tip/499.md.
1 2 | # TIP 499: Custom locale search list for msgcat Author: Harald Oehlmann <[email protected]> | | | 1 2 3 4 5 6 7 8 9 10 | # TIP 499: Custom locale search list for msgcat Author: Harald Oehlmann <[email protected]> State: Final Type: Project Vote: Done Created: 07-Dec-2017 Post-History: Keywords: msgcat, oo Tcl-Version: 8.7 ----- |
︙ | ︙ |