Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Other tips try to address the same issues as 434, there never was a real consensus to expose this functionality, and it's easy to write your own version of vwait to do what you want with Tcl's C API. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fd702241bc66e6852e31565aa12736da |
User & Date: | dkf 2018-06-06 18:35:10.437 |
Context
2018-06-06
| ||
19:46 | Changed e-mail check-in: 9da553226b user: rene tags: trunk | |
18:35 | Other tips try to address the same issues as 434, there never was a real consensus to expose this functionality, and it's easy to write your own version of vwait to do what you want with Tcl's C API. check-in: fd702241bc user: dkf tags: trunk | |
05:27 | tip 510 corrections check-in: 242bd7e0db user: rene tags: trunk | |
Changes
Changes to index.json.
cannot compute difference between binary files
Changes to index.md.
︙ | ︙ | |||
102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <th>#</th> <th>Type</th> <th>Tcl Version</th> <th>Status</th> <th>Title</th> </tr></thead><tbody> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/509.md'>509</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 509: Implement reentrant mutexes on all platforms</td> </tr> | > > > > > > > | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | <th>#</th> <th>Type</th> <th>Tcl Version</th> <th>Status</th> <th>Title</th> </tr></thead><tbody> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/510.md'>510</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 510: Add Rbc to Tk</td> </tr> <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/509.md'>509</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 509: Implement reentrant mutexes on all platforms</td> </tr> |
︙ | ︙ | |||
626 627 628 629 630 631 632 | <tr class='rejected'> <td valign='top'><a href='./tip/435.md'>435</a></td> <td valign='top'>Project</td> <td valign='top'>8.6.5</td> <td valign='top'>Rejected</td> <td valign='top'># TIP 435: Safe Mutex Disposal API</td> </tr> | | | | 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 | <tr class='rejected'> <td valign='top'><a href='./tip/435.md'>435</a></td> <td valign='top'>Project</td> <td valign='top'>8.6.5</td> <td valign='top'>Rejected</td> <td valign='top'># TIP 435: Safe Mutex Disposal API</td> </tr> <tr class='withdrawn'> <td valign='top'><a href='./tip/434.md'>434</a></td> <td valign='top'>Project</td> <td valign='top'>8.6</td> <td valign='top'>Withdrawn</td> <td valign='top'># TIP 434: Specify Event Sources for 'vwait'</td> </tr> <tr class='project projectfinal projectfinal86 project86'> <td valign='top'><a href='./tip/433.md'>433</a></td> <td valign='top'>Project</td> <td valign='top'>8.6.4</td> <td valign='top'>Final</td> |
︙ | ︙ |
Changes to tip/434.md.
1 2 | # TIP 434: Specify Event Sources for 'vwait' Author: Jos Decoster <[email protected]> | | | 1 2 3 4 5 6 7 8 9 10 | # TIP 434: Specify Event Sources for 'vwait' Author: Jos Decoster <[email protected]> State: Withdrawn Type: Project Tcl-Version: 8.6 Vote: Pending Created: 26-Feb-2015 Post-History: ----- |
︙ | ︙ |