summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | merge trunkjan.nijtmans2017-06-091-0/+37
| | |\ \ \ | | | |/ /
| * | | | merge novemjan.nijtmans2016-12-191-2/+2
| |\ \ \ \ | | |/ / /
| | * | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-4/+4
| * | | | merge novemjan.nijtmans2016-11-181-2/+2
| |\ \ \ \ | | |/ / /
| | * | | merge trunkjan.nijtmans2016-09-071-2/+2
| | |\ \ \
| * | \ \ \ merge novemjan.nijtmans2016-07-061-2/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | merge novemjan.nijtmans2014-05-021-5/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge trunkjan.nijtmans2013-12-201-0/+6
| | |\ \ \ \
| | * \ \ \ \ merge trunkjan.nijtmans2013-11-041-3/+5
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkjan.nijtmans2013-10-171-0/+0
| | |\ \ \ \ \ \
| | * | | | | | | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-0/+0
| | * | | | | | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ...jan.nijtmans2013-05-061-2/+2
| | * | | | | | | Eliminate some usage of VOID and its variants.jan.nijtmans2013-03-221-3/+0
| | * | | | | | | merge trunkjan.nijtmans2013-03-221-0/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| * | | | | | | | merge novemjan.nijtmans2013-01-251-86/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-45/+0
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ merge trunkdgp2013-01-171-0/+45
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-121-86/+36
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More memory API changes, mainly char* -> void* and unsigned -> size_tjan.nijtmans2012-12-121-6/+6
| |/ / / / / / / / / /
| * | | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-165/+151
| * | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-15/+9
| * | | | | | | | | | Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-191-12/+6
| * | | | | | | | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-12/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunk jan.nijtmans2012-11-161-6/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
* | | | | | | | | | | | Forgot TclpGetTime()jan.nijtmans2017-11-081-5/+3
* | | | | | | | | | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo...jan.nijtmans2017-11-081-204/+72
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | 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
| |\ \ | | |/