Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | formatting |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2010e9a1db160510e91c7eae52479d76 |
User & Date: | dgp 2018-03-05 19:27:18.420 |
Context
2018-03-05
| ||
22:30 | Updated TIP #496 (-placeholder option) according to recent discussions on tcl-core check-in: ad2ce4f845 user: fvogel tags: trunk | |
19:27 | formatting check-in: 2010e9a1db user: dgp tags: trunk | |
19:24 | New TIP 503: End Tcl 8.3 Source Compatibility Support check-in: 4409db70bf user: dgp tags: trunk | |
Changes
Changes to tip/503.md.
︙ | ︙ | |||
30 31 32 33 34 35 36 | code to stay stubbornly behind the times for no value. It's difficult to believe that compatibility with Tcl 8.3 header files is still of vital importance to anyone. # Proposal Remove all directives that support source compatibility with pre-8.4 | | | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | code to stay stubbornly behind the times for no value. It's difficult to believe that compatibility with Tcl 8.3 header files is still of vital importance to anyone. # Proposal Remove all directives that support source compatibility with pre-8.4 versions of Tcl. This includes **NO\_CONST**, **USE\_NON\_CONST**, **USE\_COMPAT\_CONST**, **CONST84**, **CONST84\_RETURN**. # Compatibility Any code that has not migrated to the Tcl 8.4 interface will need to do so to work with Tcl 8.7. # Implementation |
︙ | ︙ |