summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2014-02-111-12/+12
|\
| * Fix execute permission bit (should not be set) for *Decls.h filesjan.nijtmans2014-02-111-0/+0
| * Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-12/+12
* | Merge trunk (order of man.macros inclusion).jan.nijtmans2013-11-081-2/+0
|\ \ | |/
* | merge trunkjan.nijtmans2013-11-041-3/+5
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
| |\
| | * Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
* | | merge trunkjan.nijtmans2013-10-171-0/+0
|\ \ \ | |/ /
* | | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-0/+2
|\ \ \
| * | | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3jan.nijtmans2013-10-131-0/+1
|/ / /
* | | merge trunk. jan.nijtmans2013-06-271-7/+3
|\ \ \ | |/ /
* | | merge trunk. jan.nijtmans2013-05-131-3/+7
|\ \ \ | |/ /
* | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ...jan.nijtmans2013-05-061-23/+8
* | | merge trunkjan.nijtmans2013-05-061-0/+48
|\ \ \ | |/ /
| * | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
| |\ \ | | |/
| | * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
| | |\
| | | * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+48
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-0/+10
| |\ \ \ | | |/ /
| | * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-1/+10
| * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
| |\ \ \ | | |/ /
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
| | |\ \ | | | |/
| | | * Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| |\ \ \ | | |/ /
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| | |\ \ | | | |/
| | | * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-0/+10
| | | * Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when...jan.nijtmans2013-04-091-8/+6
| * | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-8/+6
| |\ \ \ | | |/ /
| | * | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-8/+6
| | * | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...jan.nijtmans2013-03-281-11/+3
| | * | Add dummy (undocumented) TclCanceled function in stub table (not exported as ...jan.nijtmans2013-03-271-3/+11
* | | | Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj...jan.nijtmans2013-04-211-19/+31
* | | | Eliminate some usage of VOID and its variants.jan.nijtmans2013-03-221-3/+0
* | | | merge trunkjan.nijtmans2013-03-221-0/+3
|\ \ \ \ | |/ / /
| * | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav...jan.nijtmans2013-03-221-0/+3
* | | | merge trunk. jan.nijtmans2013-02-271-15/+10
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-221-8/+5
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-201-25/+20
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-191-20/+26
|\ \ \ \ | |/ / /
| * | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U...jan.nijtmans2013-02-171-0/+3
* | | | Merge trunk. jan.nijtmans2013-02-081-38/+34
|\ \ \ \ | |/ / /
* | | | put braces around all macro parametersjan.nijtmans2013-02-071-2/+2
* | | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-8/+6
|\ \ \ \ | |/ / /
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-16/+15
| | | |
| \ \ \
*-. \ \ \ merge trunkdgp2013-01-171-0/+12
|\ \ \ \ \ | | |/ / /
| | * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-0/+12
| | |\ \ \ | |/ / / / | | | _ / | | | /
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-0/+12
| | |\ \ | | | |/
| | | * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-0/+12
| | * | Extend the public stub table with dummy NULL entries, up to the size of the T...jan.nijtmans2013-01-071-0/+162
| | |\ \ | | | |/
| | | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-01-071-0/+177
| | | * Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-151-18/+51