| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internal | dgp | 2020-04-01 | 1 | -2/+8 |
|
|
* | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ... | jan.nijtmans | 2020-03-07 | 1 | -6/+6 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-01-23 | 1 | -0/+5 |
|\ |
|
| * | Merge 8.5 | jan.nijtmans | 2020-01-23 | 1 | -3/+6 |
| |\ |
|
| | * | Last unused internal stub entry from 258 to 259. | jan.nijtmans | 2020-01-23 | 1 | -3/+6 |
|
|
| * | | Merge 8.5 | jan.nijtmans | 2019-10-15 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi... | jan.nijtmans | 2019-10-15 | 1 | -0/+34 |
|
|
* | | | TIP #544 implementation: Export TclGetIntForIndex() | jan.nijtmans | 2019-05-31 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | TIP #544 implementation. Documentation still missing. | jan.nijtmans | 2019-05-15 | 1 | -2/+5 |
|
|
* | | | | Export API | dkf | 2019-04-30 | 1 | -0/+6 |
|/ / / |
|
* | | | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional ... | sebres | 2019-01-28 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | Remove unnecessary inclusion of tclPort.h in tclIntDecls.h | pooryorick | 2019-01-26 | 1 | -1/+0 |
|
|
* | | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -0/+10 |
|
|
* | | | merge core-8-branch | jan.nijtmans | 2018-01-22 | 1 | -8/+6 |
|\ \ \ |
|
| * \ \ | merge core-8-branch | jan.nijtmans | 2018-01-12 | 1 | -53/+19 |
| |\ \ \ |
|
| * \ \ \ | merge core-8-branch | jan.nijtmans | 2017-11-30 | 1 | -0/+51 |
| |\ \ \ \ |
|
| * | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V... | jan.nijtmans | 2017-11-20 | 1 | -8/+6 |
|
|
* | | | | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -2/+3 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC... | jan.nijtmans | 2017-12-15 | 1 | -2/+3 |
|
|
* | | | | | | merge core-8-branch | jan.nijtmans | 2017-12-06 | 1 | -122/+92 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Por... | jan.nijtmans | 2017-12-01 | 1 | -51/+16 |
| | |/ / /
| |/| | | |
|
| * | | | | Fix build of test-suite, after previous commit | jan.nijtmans | 2017-11-30 | 1 | -12/+51 |
|
|
| * | | | | merge core-8-6-branch. | jan.nijtmans | 2017-11-30 | 1 | -0/+12 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| * | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ... | jan.nijtmans | 2017-11-20 | 1 | -123/+77 |
|
|
* | | | | merge 8.7 | dgp | 2017-11-14 | 1 | -23/+34 |
|\ \ \ \
| |/ / / |
|
| * | | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl... | jan.nijtmans | 2017-11-13 | 1 | -23/+34 |
|
|
* | | | | Change (internal) TclFormatInt() signature, so it can handle WideInt's direct... | jan.nijtmans | 2017-10-30 | 1 | -2/+2 |
|/ / / |
|
* | | | Make read and write operations on Tcl_Var handles available in tclInt API. | dkf | 2017-06-08 | 1 | -0/+37 |
|\ \ \
| |/ / |
|
| * | | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -0/+37 |
|
|
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -2/+2 |
|/ / |
|
* | | 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 | -0/+0 |
|
|
* | | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -0/+6 |
|
|
* | | 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 |
|
|
* | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav... | jan.nijtmans | 2013-03-22 | 1 | -0/+3 |
|
|
* | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte... | jan.nijtmans | 2013-01-21 | 1 | -12/+24 |
|
|
* | | forgot two #undef's | jan.nijtmans | 2013-01-14 | 1 | -0/+2 |
|
|
* | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ... | jan.nijtmans | 2013-01-14 | 1 | -6/+17 |
|
|
* | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -7/+45 |
|\ \
| |/ |
|
| * | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -7/+45 |
|
|
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -38/+0 |
| |\ |
|
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -95/+0 |
|
|
* | | | Put back TclBackgroundException in internal stub table, so extensions using t... | jan.nijtmans | 2013-01-12 | 1 | -3/+7 |
|
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 1 | -5/+3 |
|\ \ \ |
|
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-03 | 1 | -5/+3 |
|
|
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -5/+5 |
| |\ \ \
| | | |/
| | |/| |
|
* | | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -7/+9 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|