Version 5 of List of TIPs

Updated 2015-03-25 18:00:23 by pooryorick

This is a list of tips that have a presence on this wiki. The canonical list is here .

Informational TIPs

407: The String Representation of Tcl Lists: the Gory Details

Implemented TIPs

59: Embed Build Information in Tcl Binary Library
The basis for tcl::pkgconfig.
148: Correct list-Quoting of the '#' Character
a bug fix.
257: Object Orientation for Tcl
the basis for TclOO.

Approved TIPs

this section is currently empty

Pending TIPs

The following TIPs have not yet been voted on.

415: Enable Easy Creation of Circular Arc Segments
Creating a segment of a circular arc is unnecessarily difficult.
431: Add 'tempdir' Subcommand to 'file'
addresses the fact that file mkdir does not fail if the directory already exists.
401: Comment Words with Leading {#}
make it possible to place a comment in the position of an individual word.
424: Improving exec, by Alexandre Ferrieux
A new syntax for exec (and by extension, for open) to make it possible to pass arbitrary values, even those that look like special exec operators, as arguments to the executed program.

Withdrawn TIPs

305: ANSI Escape Sequence Support for Windows's Console Channel Driver
better off as a platform-specific extension.

Rejected TIPs

this section is empty for the time being