| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for Cygwin64, which has a 64-bit "long" type. | nijtmans@users.sourceforge.net | 2013-05-06 | 1 | -0/+48 |
| |\ |
|
| | * | Add support for Cygwin64, which has a 64-bit "long" type. | nijtmans@users.sourceforge.net | 2013-05-06 | 1 | -0/+48 |
|
|
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | nijtmans@users.sourceforge.net | 2013-04-23 | 1 | -1/+10 |
|
|
| * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | nijtmans@users.sourceforge.net | 2013-04-19 | 1 | -0/+25 |
| |\ \
| |/ |
|
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | nijtmans@users.sourceforge.net | 2013-04-19 | 1 | -0/+25 |
|
|
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | nijtmans@users.sourceforge.net | 2013-04-12 | 1 | -0/+10 |
| |\ \
| |/ |
|
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | nijtmans@users.sourceforge.net | 2013-04-12 | 1 | -0/+10 |
|
|
| | * | Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when... | nijtmans@users.sourceforge.net | 2013-04-09 | 1 | -8/+6 |
|
|
| * | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. | nijtmans@users.sourceforge.net | 2013-04-04 | 1 | -8/+6 |
|
|
| * | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l... | nijtmans@users.sourceforge.net | 2013-03-28 | 1 | -11/+3 |
|
|
| * | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ... | nijtmans@users.sourceforge.net | 2013-03-27 | 1 | -3/+11 |
|
|
| * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | nijtmans@users.sourceforge.net | 2013-01-16 | 1 | -0/+12 |
| |\ \
| |/ |
|
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | nijtmans@users.sourceforge.net | 2013-01-16 | 1 | -0/+12 |
|
|
| * | | Extend the public stub table with dummy NULL entries, up to the size of the T... | nijtmans@users.sourceforge.net | 2013-01-07 | 1 | -0/+162 |
| |\ \
| |/ |
|
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | nijtmans@users.sourceforge.net | 2013-01-07 | 1 | -0/+177 |
|
|
| | * | Remove all the long dead mac entries in tcl*.decls files | nijtmans@users.sourceforge.net | 2012-11-15 | 1 | -18/+51 |
|
|
| * | | fix genStubs.tcl | nijtmans@users.sourceforge.net | 2012-05-25 | 1 | -9/+9 |
| |\ \
| |/ |
|
| * | | Take cygwin handling of X11 into account | nijtmans@users.sourceforge.net | 2012-05-24 | 1 | -12/+12 |
| |\ \
| |/ |
|
| * | | fix merge problem on Linux | nijtmans@users.sourceforge.net | 2012-05-23 | 1 | -12/+12 |
| |\ \ |
|
| | * | | MAC_OSX_TK -> MAC_OSX_TCL | nijtmans@users.sourceforge.net | 2012-05-22 | 1 | -9/+9 |
|
|
| | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | nijtmans@users.sourceforge.net | 2012-05-22 | 1 | -12/+12 |
| | |\ \
|/ / /
| | _ |
|
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | nijtmans@users.sourceforge.net | 2012-05-22 | 1 | -11/+11 |
|
|
| * | | Move cpuid testcase from win-specific to generic tests | nijtmans@users.sourceforge.net | 2012-05-03 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Move cpuid testcase from win-specific to generic tests | nijtmans@users.sourceforge.net | 2012-05-03 | 1 | -71/+2 |
|
|
| | * | clean-up tcl.decls the same way as tclInt.decls | nijtmans@users.sourceforge.net | 2012-04-03 | 1 | -152/+155 |
|
|
| | * | make genstubs | dgp@users.sourceforge.net | 2012-04-03 | 1 | -1227/+1212 |
|
|
| | * | Tcl_HashStats does not return a CONST | nijtmans@users.sourceforge.net | 2011-09-06 | 1 | -3/+2 |
|
|
| * | | New internal routines TclScanElement() and TclConvertElement(). | dgp@users.sourceforge.net | 2011-05-10 | 1 | -4/+4 |
| |\ \ |
|
| | * | | Completed patch with mucho comments. Merge 8.5. | dgp@users.sourceforge.net | 2011-05-10 | 1 | -5/+5 |
|
|
| * | | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | nijtmans@users.sourceforge.net | 2011-03-25 | 1 | -5/+5 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \
| |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreask@activestate.com | 2006-09-22 | 1 | -1/+65 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreask@activestate.com | 2005-01-27 | 1 | -1/+189 |
|
|
| | * | * generic/tclDecls.h: Regenerated on a unix box. | andreask@activestate.com | 2004-06-10 | 1 | -4142/+4142 |
|
|
| | * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -4142/+4142 |
|
|
| | * | commit genstubs generated files with unix line endings | dgp@users.sourceforge.net | 2004-05-17 | 1 | -4142/+4142 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -4142/+4142 |
|
|
| | * | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -3/+3 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -1592/+1435 |
|
|
| * | | fix [Bug 2308236] signature of Tcl_HashStats() wrong | nijtmans | 2008-11-18 | 1 | -3/+3 |
|
|
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
|
|
| * | | * generic/tclDecls.h: regen with new genStubs.tcl. | das | 2007-12-10 | 1 | -43/+143 |
|
|
| * | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-23 | 1 | -35/+36 |
|
|
| * | | TIP#298 IMPLEMENTATION | dgp@users.sourceforge.net | 2006-12-01 | 1 | -8/+8 |
|
|
| * | | TIP#270 IMPLEMENTATION | dgp@users.sourceforge.net | 2006-11-15 | 1 | -1/+68 |
|
|
| * | | * tools/genStubs.tcl: Updated script to no longer produce the | dgp@users.sourceforge.net | 2006-11-15 | 1 | -1678/+1516 |
|
|
| * | | TIP 27 changes for Tcl_CreateEncoding | Kevin B Kenny | 2006-09-26 | 1 | -3/+3 |
|
|
| * | | TIP#268 IMPLEMENTATION | andreask@activestate.com | 2006-09-22 | 1 | -1/+14 |
|
|
| * | | TIP#258 IMPLEMENTATION | dgp@users.sourceforge.net | 2006-02-08 | 1 | -1/+45 |
|
|