summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | forgot two #undef'sjan.nijtmans2013-01-141-0/+2
* | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ...jan.nijtmans2013-01-141-6/+17
* | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta...jan.nijtmans2013-01-131-7/+45
|\ \ | |/
| * If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta...jan.nijtmans2013-01-131-7/+45
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-38/+0
| |\
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-95/+0
* | | Put back TclBackgroundException in internal stub table, so extensions using t...jan.nijtmans2013-01-121-3/+7
* | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-1/+1
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-5/+3
|\ \ \
| * | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-031-5/+3
* | | | some formatting (*.decls)jan.nijtmans2012-04-041-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | some formatting (*.decls)jan.nijtmans2012-04-041-5/+5
| |\ \ \ | | | |/ | | |/|
* | | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-7/+9
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-10/+61
| |\ \ | | |/
| | * [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-12/+46
| | |\
| | | * better solution for bug-510001jan.nijtmans2012-03-291-0/+13
| | * | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-391/+388
| | |/
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-96/+96
| |\ \ | | |/
| | * Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-4/+4
* | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0