Itcl - the [incr Tcl] extension

Check-in [2d510e2305]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Eliminate all usage of Tcl_GetStringResult() and Tcl_StringMatch()
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2d510e2305efa901464edd8bead53da64680f739e30680f12426e6556e76d200
User & Date: jan.nijtmans 2019-05-09 20:56:24.260
Context
2019-05-10
12:36
Always compile Itcl with -DTCL_NO_DEPRECATED, since it then only uses the public TIP #139 stub entries, not the private ones. check-in: b529534754 user: jan.nijtmans tags: trunk
2019-05-09
20:56
Eliminate all usage of Tcl_GetStringResult() and Tcl_StringMatch() check-in: 2d510e2305 user: jan.nijtmans tags: trunk
2019-03-15
14:03
Disable some warnings when compiling with MSVC (Same warnings are disabled in Tcl as well) check-in: 8f8d3e9388 user: jan.nijtmans tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/itclBuiltin.c.
Changes to generic/itclCmd.c.
Changes to generic/itclDecls.h.
Changes to generic/itclInfo.c.
Changes to itclWidget/generic/itclWidgetInfo.c.
Changes to itclWidget/generic/itclWidgetObject.c.