summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk (order of man.macros inclusion).jan.nijtmans2013-11-081-2/+4
|\
* \ merge trunkjan.nijtmans2013-10-271-1/+1
|\ \ | |/
| * [53a917d6c9]: Correction to macro for determining how to deprecate things.dkf2013-10-271-1/+1
| * Bump version number to 8.6.1.dgp2013-08-301-2/+2
* | Fix definition of TCLAPI macro, when Tcl header files are used from within C++.jan.nijtmans2013-10-131-2/+4
* | merge trunk. jan.nijtmans2013-06-271-1/+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 p...jan.nijtmans2013-05-191-4/+6
| |\ \ | | |/
| | * Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-4/+6
| | |\
| | | * Don't #define VOID on VxWorks, as it is already typdef'd to voidjan.nijtmans2013-05-191-4/+6
| | * | Release branch for Tcl 8.5.14.dgp2013-03-211-2/+2
| * | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_...jan.nijtmans2013-02-271-8/+8
* | | | Merge trunk. jan.nijtmans2013-02-191-6/+3
|\ \ \ \ | |/ / /
| * | | Eliminate last use of Tcl_SetResult (except the use in the Test suite)jan.nijtmans2013-02-151-2/+2
* | | | Merge trunk. jan.nijtmans2013-02-081-3/+0
|\ \ \ \ | |/ / /
* | | | Merge trunkjan.nijtmans2013-01-251-7/+5
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2013-01-191-1/+1
|\ \ \ \ | |/ / /
| * | | 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
| | |/ /
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-8/+0
| | | |
| \ \ \
*-. \ \ \ merge trunkdgp2013-01-171-4/+0
|\ \ \ \ \ | | |/ / /
| | * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-7/+0
| | |\ \ \ | |/ / / / | | | _ / | | | /
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-11/+0
| | |\ \ | | | |/
| | | * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-11/+0
| * | | merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rcdgp2012-12-141-5/+7
| |\ \ \
| * \ \ \ merge trunk:dgp2012-11-151-0/+8
| |\ \ \ \
| * | | | | Create Tcl 8.6.0 release branchdgp2012-11-081-3/+3
* | | | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-2/+7
* | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-1/+1
|\ \ \ \ \ \
| * | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
* | | | | | | Merge trunk. jan.nijtmans2012-12-141-0/+4
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | 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
* | | | | | | merge trunkjan.nijtmans2012-12-131-5/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-3/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-3/+3
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-3/+3
| * | | | | | 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 sys...dgp2012-11-151-41/+4
| | * | | | 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
* | | | | | Remove all maintenance of a string result in the Interp.dgp2012-11-301-8/+0
|\ \ \ \ \ \
| * | | | | | No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_resultdgp2012-11-291-2/+0
| * | | | | | Merge bug-3588687dgp2012-11-291-3/+6
| |\ \ \ \ \ \
| | * \ \ \ \ \ Revise TclInitStubs() so that it checks for consistent values of bothdgp2012-11-291-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, anddgp2012-11-271-3/+6
| | |/ / / / /