summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-4/+6
* TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-3/+3
* Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-6/+6
* Merge 8.6jan.nijtmans2021-03-191-2/+2
|\
| * Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-2/+2
* | Merge 8.6jan.nijtmans2021-03-041-0/+1
|\ \ | |/
| * Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-0/+1
| |\
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-2/+2
* | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-061-0/+5
|\ \ \ | |/ /
| * | New TIP #581 implementationjan.nijtmans2020-07-171-0/+2
| * | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-6/+14
| |\ \ | | |/
| | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-9/+30
* | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-4/+4
* | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-2/+8
* | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ...jan.nijtmans2020-03-071-6/+6
* | | Merge 8.6jan.nijtmans2020-01-231-0/+5
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2020-01-231-3/+6
| |\ \ | | |/
| | * Last unused internal stub entry from 258 to 259.jan.nijtmans2020-01-231-3/+6
| * | Merge 8.5jan.nijtmans2019-10-151-0/+8
| |\ \ | | |/
| | * Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-151-0/+34
* | | TIP #544 implementation: Export TclGetIntForIndex()jan.nijtmans2019-05-311-2/+5
|\ \ \
| * | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-2/+5
* | | | Export APIdkf2019-04-301-0/+6
|/ / /
* | | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional ...sebres2019-01-281-1/+0
|\ \ \ | |/ /
| * | Remove unnecessary inclusion of tclPort.h in tclIntDecls.hpooryorick2019-01-261-1/+0
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-0/+10
* | | merge core-8-branchjan.nijtmans2018-01-221-8/+6
|\ \ \
| * \ \ merge core-8-branchjan.nijtmans2018-01-121-53/+19
| |\ \ \
| * \ \ \ merge core-8-branchjan.nijtmans2017-11-301-0/+51
| |\ \ \ \
| * | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-8/+6
* | | | | | merge core-8-branchjan.nijtmans2017-12-191-2/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC...jan.nijtmans2017-12-151-2/+3
* | | | | | merge core-8-branchjan.nijtmans2017-12-061-122/+92
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Por...jan.nijtmans2017-12-011-51/+16
| | |/ / / | |/| | |
| * | | | Fix build of test-suite, after previous commitjan.nijtmans2017-11-301-12/+51
| * | | | merge core-8-6-branch.jan.nijtmans2017-11-301-0/+12
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-201-123/+77
* | | | merge 8.7dgp2017-11-141-23/+34
|\ \ \ \ | |/ / /
| * | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-131-23/+34
* | | | Change (internal) TclFormatInt() signature, so it can handle WideInt's direct...jan.nijtmans2017-10-301-2/+2
|/ / /
* | | Make read and write operations on Tcl_Var handles available in tclInt API.dkf2017-06-081-0/+37
|\ \ \ | |/ /
| * | Expose some of the core variable access APIs. dkf2017-06-061-0/+37
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-2/+2
|/ /
* | 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-0/+0
* | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...jan.nijtmans2013-12-191-0/+6
* | 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
* | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav...jan.nijtmans2013-03-221-0/+3
* | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte...jan.nijtmans2013-01-211-12/+24