| Commit message (Expand) | Author | Age | Files | Lines |
* | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W... | jan.nijtmans | 2022-09-19 | 1 | -3/+6 |
|
|
* | Change TclObjInterpProc() to a macro, since extensions should never invoke it... | jan.nijtmans | 2022-09-09 | 1 | -0/+2 |
|
|
* | Merge 8.6 (no need for TclUnusedStubEntry here) | jan.nijtmans | 2022-08-29 | 1 | -5/+3 |
|\ |
|
| * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -3/+6 |
| |\ |
|
| | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -3/+6 |
|
|
* | | | Start on list representation black box tests | apnadkarni | 2022-07-15 | 1 | -0/+12 |
|
|
* | | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr... | jan.nijtmans | 2022-06-23 | 1 | -22/+21 |
|
|
* | | | Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little b... | jan.nijtmans | 2022-05-25 | 1 | -2/+2 |
|
|
* | | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha... | jan.nijtmans | 2022-03-14 | 1 | -12/+11 |
|
|
* | | | merge 8.7 | dgp | 2021-04-28 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596... | jan.nijtmans | 2021-04-28 | 1 | -4/+6 |
|
|
* | | | | merge 8.7 | dgp | 2021-04-08 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib... | jan.nijtmans | 2021-04-07 | 1 | -3/+3 |
|
|
* | | | | merge 8.7 | dgp | 2021-04-05 | 1 | -6/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo... | jan.nijtmans | 2021-04-04 | 1 | -6/+6 |
|
|
* | | | | merge 8.7 | dgp | 2021-03-22 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 1 | -2/+2 |
|
|
* | | | | merge 8.7 | dgp | 2021-03-04 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2021-03-04 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5. Add unused stub table entries | jan.nijtmans | 2021-03-04 | 1 | -0/+1 |
| | |\ \
| | | |/ |
|
* | | | | Merge pre-TIP 481 commits of 8.7 branch | dgp | 2021-01-15 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -2/+2 |
|
|
* | | | | merge 8.7 | dgp | 2020-11-10 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f... | jan.nijtmans | 2020-11-06 | 1 | -0/+5 |
| |\ \ \
| | |/ / |
|
| | * | | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 1 | -0/+2 |
|
|
| | * | | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup. | jan.nijtmans | 2020-04-16 | 1 | -6/+14 |
| | |\ \
| | | |/ |
|
| | | * | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ... | jan.nijtmans | 2020-04-16 | 1 | -9/+30 |
|
|
* | | | | merge 8.7 | dgp | 2020-09-15 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo... | jan.nijtmans | 2020-07-17 | 1 | -4/+4 |
|
|
| * | | | 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 |
|\ \ \ \ \ \
| |/ / / / / |
|