| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | Merge core-8-branch. Backout the Tcl_EvalFile changes. | jan.nijtmans | 2017-11-09 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ... | jan.nijtmans | 2017-11-09 | 1 | -3/+2 |
|
|
| * | | | | | | | | | | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx(). | jan.nijtmans | 2017-11-09 | 1 | -0/+3 |
|
|
| * | | | | | | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 1 | -16/+24 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Modifications to allow the mounting of zip file systems from data blocks | hypnotoad | 2018-01-17 | 1 | -4/+10 |
|
|
* | | | | | | | | | | | Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previ... | hypnotoad | 2017-11-21 | 1 | -0/+5 |
|
|
* | | | | | | | | | | | Change to TclZipfs_AppHook to accomidate Windows | tne | 2017-11-20 | 1 | -5/+0 |
|
|
* | | | | | | | | | | | Pulling changes from core-8-branch | hypnotoad | 2017-11-17 | 1 | -10/+15 |
|\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re... | jan.nijtmans | 2017-11-17 | 1 | -10/+15 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| | * | | | | | | | | | TIP #422 implementation, Tcl 8.7 part. | jan.nijtmans | 2017-11-07 | 1 | -10/+15 |
| | |/ / / / / / / / |
|
* | | | | | | | | | | Pulling changes from core-8-6-branch | hypnotoad | 2017-11-17 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| * | | | | | | | | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl... | jan.nijtmans | 2017-11-13 | 1 | -4/+6 |
| |/ / / / / / / / |
|
* | | | | | | | | | Improvements to tip430 to embed the /library file system within a shared library | hypnotoad | 2017-11-11 | 1 | -0/+5 |
|
|
* | | | | | | | | | Improvements to Tip#430 based on community input. Added a forward declaration... | hypnotoad | 2017-09-25 | 1 | -0/+13 |
|/ / / / / / / / |
|
* | | | | | | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -0/+9 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() | jan.nijtmans | 2017-03-24 | 1 | -2/+2 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -5/+28 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -0/+16 |
| |_|/
|/| | |
|
* | | | Merge core-8-6-branch. | jan.nijtmans | 2017-01-11 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | Merge-mark core-8-5-branch. | jan.nijtmans | 2017-01-11 | 1 | -1/+0 |
| |\ \
| | |/
| |/| |
|
* | | | Make OpenTcpServerEx accept a 'service' string parameter instead of a port. | limeboy | 2016-12-14 | 1 | -3/+4 |
|
|
* | | | Implement the whole TIP 456 specification. | limeboy | 2016-11-24 | 1 | -2/+2 |
|
|
* | | | Added stub entry for tip #456. Documentation and tests still missing. Doesn't... | jan.nijtmans | 2016-11-22 | 1 | -0/+8 |
|/ / |
|
* | | 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 ... | 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 |
| |\ \
| | |/ |
|