| Commit message (Expand) | Author | Age | Files | Lines |
* | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app... | jan.nijtmans | 2015-10-08 | 1 | -4/+4 |
|
|
* | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturn | jan.nijtmans | 2015-09-22 | 1 | -6/+7 |
|
|
* | Fix execute permission bit (should not be set) for *Decls.h files | jan.nijtmans | 2014-02-11 | 1 | -0/+0 |
|
|
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -12/+12 |
|
|
* | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|\ |
|
| * | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|
|
* | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+48 |
|\ \
| |/ |
|
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+48 |
| |\ |
|
| | * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+48 |
|
|
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -1/+10 |
|
|
* | | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+25 |
|\ \ \
| |/ / |
|
| * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+25 |
| |\ \
| | |/ |
|
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+25 |
|
|
* | | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -0/+10 |
| |\ \
| | |/ |
|
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -0/+10 |
|
|
| | * | Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when... | jan.nijtmans | 2013-04-09 | 1 | -8/+6 |
|
|
* | | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. | jan.nijtmans | 2013-04-04 | 1 | -8/+6 |
|\ \ \
| |/ / |
|
| * | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. | jan.nijtmans | 2013-04-04 | 1 | -8/+6 |
|
|
| * | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l... | jan.nijtmans | 2013-03-28 | 1 | -11/+3 |
|
|
| * | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ... | jan.nijtmans | 2013-03-27 | 1 | -3/+11 |
|
|
* | | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav... | jan.nijtmans | 2013-03-22 | 1 | -0/+3 |
|
|
* | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U... | jan.nijtmans | 2013-02-17 | 1 | -0/+3 |
|
|
* | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -0/+12 |
|
|
| * | | Extend the public stub table with dummy NULL entries, up to the size of the T... | jan.nijtmans | 2013-01-07 | 1 | -0/+162 |
| |\ \
| | |/ |
|
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 1 | -0/+177 |
|
|
| | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -18/+51 |
|
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -2/+2 |
|
|
* | | | merge trunk | dkf | 2012-05-31 | 1 | -3/+3 |
|\ \ \ |
|
| * \ \ | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 1 | -9/+9 |
| |\ \ \
| | |/ / |
|
| | * | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -9/+9 |
| | |\ \
| | | |/ |
|
| | * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -12/+12 |
| | |\ \
| | | |/ |
|
| * | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-24 | 1 | -12/+12 |
| |\ \ \
| | |/ / |
|
| | * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -12/+12 |
| | |\ \ |
|
| | | * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 1 | -9/+9 |
|
|
| | | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -12/+12 |
| | | |\ \
| | |/ / /
| | | | _ |
|
| | | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -11/+11 |
|
|
| | * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -71/+2 |
|
|
| | | * | clean-up tcl.decls the same way as tclInt.decls | jan.nijtmans | 2012-04-03 | 1 | -152/+155 |
|
|
| | | * | make genstubs | dgp | 2012-04-03 | 1 | -1227/+1212 |
|
|
| | | * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -3/+2 |
|
|
* | | | | updated C API to be more focused on supporting just some operations | dkf | 2012-05-10 | 1 | -4/+6 |
|
|
* | | | | merge trunk | dkf | 2012-04-05 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
* | | | | Start of implementation of TIP 400: zlib improvements | dkf | 2012-03-31 | 1 | -0/+5 |
|/ / / |
|
* | | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975 | jan.nijtmans | 2011-08-30 | 1 | -2/+0 |
|
|