summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Collapse)AuthorAgeFilesLines
* Introducing a new union member in Tcl_Obj is not a good idea in a patch ↵jan.nijtmans2013-12-061-4/+0
| | | | | | release, especially using "long". Better allow iterNum and iterMax to grow to ssize_t (or size_t) in Tcl 9 (or 8.x, why not?). Usage of "long" in public API causes interoperability problems between Cygwin64 and Win64 (probably no-one cares except me).
* New compiler and bytecodes for foreach and lmap: 70% faster mig2013-12-051-0/+4
| | | | | | | | | * speed as measured by http://wiki.tcl.tk/39021: runs in <1/3 the time * still need to adapt array-set to use this * assemble.test-16.5 or 16.6 bombs in a purify/symbols build (?) * removing the old opcodes would force recompilation of old .tbc files or adaptation of tbcload
* Cygwin: Fix conflicting definition with _mingw_stat64.h, if included ↵jan.nijtmans2013-11-221-1/+1
|\ | | | | | | together with <tcl.h>
| * Cygwin: Fix conflicting definition with _mingw_stat64.h, if included ↵jan.nijtmans2013-11-221-1/+1
| | | | | | | | together with <tcl.h>
| * Bump to 8.5.15 for release.dgp2013-08-291-2/+2
| |
* | [53a917d6c9]: Correction to macro for determining how to deprecate things.dkf2013-10-271-1/+1
| | | | | | Thanks to Raphael Kubo da Costa <rakuco@FreeBSD.org> for the patch.
* | Bump version number to 8.6.1.dgp2013-08-301-2/+2
| |
* | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.jan.nijtmans2013-06-271-1/+1
|\ \ | |/
* | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate ↵jan.nijtmans2013-05-191-4/+6
|\ \ | |/ | | | | possibly conflicting LOCAL/OFFSET
| * Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate ↵jan.nijtmans2013-05-191-4/+6
| |\ | | | | | | | | | possibly conflicting LOCAL/OFFSET
| | * Don't #define VOID on VxWorks, as it is already typdef'd to voidjan.nijtmans2013-05-191-4/+6
| | | | | | | | | Eliminate possibly conflicting LOCAL #define
| * | Release branch for Tcl 8.5.14.dgp2013-03-211-2/+2
| | |
* | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> ↵jan.nijtmans2013-02-271-8/+8
| | | | | | | | | | | | Tcl_VarTraceInfo2 conversions.
* | | Eliminate last use of Tcl_SetResult (except the use in the Test suite)jan.nijtmans2013-02-151-2/+2
| | | | | | | | | Fix depreciation message in tcl.h
* | | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-191-1/+1
|\ \ \ | |/ /
| * | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-191-1/+1
| |\ \
| | * | Proposed solution for Bug 3598300 on MacOSXbug_3598300jan.nijtmans2013-01-181-2/+1
| |/ /
* | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-7/+0
|\ \ \ | |/ / | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too.
| * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-11/+0
| |\ \ | | |/ | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).
| | * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-11/+0
| | | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).
* | | merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rcdgp2012-12-141-5/+7
|\ \ \
| * \ \ Restore clarity to macro test.dgp2012-12-131-1/+1
| |\ \ \ | | |/ /
| | * | Restore clarity to macro test.dgp2012-12-131-1/+1
| | |\ \ | | | |/
| | | * Restore clarity to macro test.dgp2012-12-131-1/+1
| | | |
| * | | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-3/+3
| |\ \ \ | | |/ / | | | | | | | | outside variable names
| | * | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-3/+3
| | |\ \ | | | |/ | | | | | | | | outside variable names
| | | * Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-3/+3
| | | | | | | | | | | | | | | | outside variable names
| * | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-5/+7
| |\ \ \ | | |/ /
| | * | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-5/+7
| | |\ \ | | | |/
| | | * Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-4/+7
| | | |
| | | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-151-41/+4
| | | | | | | | | | | | | | | | systems.
| | * | Release branch for Tcl 8.5.13.dgp2012-11-051-2/+2
| | | |
| | * | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-2/+2
| | | |
* | | | merge trunk:dgp2012-11-151-0/+8
|\ \ \ \ | |/ / /
| * | | merge trunkjan.nijtmans2012-11-091-2/+0
| |\ \ \
| * | | | Finish the TIP #416 implementation as specified (#define's were still ↵jan.nijtmans2012-11-071-0/+8
| | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename.
* | | | | Create Tcl 8.6.0 release branchdgp2012-11-081-3/+3
| |/ / / |/| | |
* | | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-2/+0
|/ / /
* | | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP ↵jan.nijtmans2012-09-191-5/+9
| | | | | | | | | | | | 330 and 336).
* | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-2/+2
| | |
* | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used todkf2012-04-101-6/+26
| | | | | | | | | | | | | | | mark parts of Tcl's API as deprecated. Currently only used for fields of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration strategy; we want to encourage people to move away from those fields.
* | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
|\ \ \ | |/ / | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
| |\ \ | | |/ | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| | * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
| | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-29/+76
| | | | | | | | | (backported from Tcl 8.5)
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-2/+16
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-151-3/+17
| | |
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-1/+1
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-1/+1
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-1/+1
| | |