| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -2/+2 |
|
|
* | Fix execute permission bit (should not be set) for *Decls.h files | jan.nijtmans | 2014-02-11 | 1 | -0/+0 |
|
|
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -0/+0 |
|
|
* | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -0/+6 |
|
|
* | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|\ |
|
| * | Put extern "C" guards around all stub table struct definitions, so it is usab... | jan.nijtmans | 2013-11-04 | 1 | -3/+5 |
|
|
* | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav... | jan.nijtmans | 2013-03-22 | 1 | -0/+3 |
|
|
* | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte... | jan.nijtmans | 2013-01-21 | 1 | -12/+24 |
|
|
* | | forgot two #undef's | jan.nijtmans | 2013-01-14 | 1 | -0/+2 |
|
|
* | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ... | jan.nijtmans | 2013-01-14 | 1 | -6/+17 |
|
|
* | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -7/+45 |
|\ \
| |/ |
|
| * | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta... | jan.nijtmans | 2013-01-13 | 1 | -7/+45 |
|
|
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -38/+0 |
| |\ |
|
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -95/+0 |
|
|
* | | | Put back TclBackgroundException in internal stub table, so extensions using t... | jan.nijtmans | 2013-01-12 | 1 | -3/+7 |
|
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 1 | -5/+3 |
|\ \ \ |
|
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 1 | -5/+3 |
|
|
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -5/+5 |
| |\ \ \
| | | |/
| | |/| |
|
* | | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -7/+9 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -10/+61 |
| |\ \
| | |/ |
|
| | * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -12/+46 |
| | |\ |
|
| | | * | better solution for bug-510001bug_510001 | jan.nijtmans | 2012-03-29 | 1 | -0/+13 |
|
|
| | * | | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, | jan.nijtmans | 2012-04-03 | 1 | -391/+388 |
| | |/ |
|
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 1 | -96/+96 |
| |\ \
| | |/ |
|
| | * | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 1 | -4/+4 |
|
|
* | | | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 1 | -2/+2 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclInt.decls: Yet another round of attempting | Kevin B Kenny | 2007-04-21 | 1 | -5/+5 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -6/+6 |
|
|
| | * | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 1 | -5/+5 |
|
|
| | * | make genstubs | dkf | 2004-10-14 | 1 | -1/+53 |
|
|
| | * | * generic/tclDecls.h: Regenerated on a unix box. | andreas_kupries | 2004-06-10 | 1 | -1362/+1362 |
|
|
| | * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -1362/+1362 |
|
|
| | * | commit genstubs generated files with unix line endings | dgp | 2004-05-17 | 1 | -1362/+1362 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -1362/+1362 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -1/+39 |
|
|
| * | | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 1 | -5/+5 |
|
|
| * | | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 1 | -5/+5 |
|
|
| * | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -1/+27 |
|
|
| * | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -4/+11 |
|
|
| * | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -3/+3 |
|
|
| * | | [Bug #803489] Tcl_FindNamespace problem in the Stubs table | nijtmans | 2010-07-02 | 1 | -1/+16 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -525/+393 |
|
|
| * | | Fix for [Bug 988703, 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -1/+29 |
|
|
* | | | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 | mig | 2011-03-01 | 1 | -0/+6 |
|
|
* | | | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get... | nijtmans | 2010-12-10 | 1 | -3/+3 |
|
|