Tcl Source Code

View Ticket
Login
Ticket UUID: 2315890
Title: TIP 340
Type: Patch Version: TIP Implementation
Submitter: nijtmans Created on: 2008-11-19 21:59:53
Subsystem: 52. Portability Support Assigned To: nijtmans
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2013-01-25 19:45:04
Resolution: Wont Fix Closed By: nijtmans
    Closed on: 2013-01-25 12:45:04
Description:
Implementation for TIP #340

After applying this patch, the stub tables and the configure script
must be re-generated (make genstubs, autoconf), because the
changes to tclDecls.h, unix/configure, win/configure (how
about the Mac) are not part of this patch.
User Comments: nijtmans added on 2013-01-25 19:45:04:

allow_comments - 1

nijtmans added on 2013-01-25 19:45:03:
Abandoning TIP #340, not necessary any more.

nijtmans added on 2008-11-30 06:20:00:
Patch 340b is the same as 340a, except that the
TCL_NO_DEPRECATED section provides an improved
Tcl_SetResult macro. This macro replaces all
Tcl_SetResult calls in extensions with the
recommended replacements, even when the value
of freeProc is not TCL_STATIC or TCL_VOLATILE.

I'm still not sure whether we should provide
such macro, but with this improvement I am more
inclined to answer YES to that.

nijtmans added on 2008-11-30 06:16:37:

File Added - 303457: 340b.patch

File Added: 340b.patch

nijtmans added on 2008-11-28 06:43:12:

File Added - 303264: 340a.patch

Here is the new patch 340a.patch, which
matches the TIP #340 revision.
File Added: 340a.patch

nijtmans added on 2008-11-20 04:59:53:

File Added - 302147: 340.patch

Attachments: