summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2013-12-201-0/+6
|\
| * Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...jan.nijtmans2013-12-191-0/+6
* | merge trunkjan.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
| |\
| | * Put extern "C" guards around all stub table struct definitions, so it is usab...jan.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
|\ \ \ | |/ /
| * | 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
* | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-45/+0
| | |
| \ \
*-. \ \ merge trunkdgp2013-01-171-0/+45
|\ \ \ \ | | |/ /
| | * | 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
* | | | merge trunkjan.nijtmans2013-01-121-86/+36
|\ \ \ \ | |/ / /
| * | | Put back TclBackgroundException in internal stub table, so extensions using t...jan.nijtmans2013-01-121-3/+7
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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 TclpGetTZNamebug_3514475jan.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-510001bug_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
| | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-5/+5
| | * replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-6/+6
| | * added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-281-5/+5
| | * make genstubsdkf2004-10-141-1/+53
| | * * generic/tclDecls.h: Regenerated on a unix box.andreas_kupries2004-06-101-1362/+1362
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1362/+1362
| | * commit genstubs generated files with unix line endingsdgp2004-05-171-1362/+1362