| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -4/+4 |
|
|
| * | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 1 | -5/+5 |
|
|
| * | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -1/+5 |
|
|
| * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -1/+5 |
|
|
| * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -5/+5 |
|
|
| * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -3/+15 |
|
|
* | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -1/+6 |
|
|
* | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -5/+5 |
|
|
* | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -2/+2 |
|
|
* | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -11/+12 |
|
|
* | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -8/+14 |
|
|
* | | Fix for [Bug 988703, 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -1/+6 |
|
|
* | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -1/+4 |
|
|
* | | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to | dgp | 2008-01-23 | 1 | -5/+6 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -14/+2 |
|
|
* | | * generic/tcl.decls: use new genstubs 'export' command to | das | 2007-12-10 | 1 | -41/+31 |
|
|
* | | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -2/+8 |
|
|
* | | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for | hobbs | 2007-11-09 | 1 | -3/+3 |
|
|
* | | * generic/tclStubInit.c: | hobbs | 2007-11-08 | 1 | -1/+6 |
|
|
* | | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -1/+7 |
|
|
* | | * generic/tclInt.decls: Exporting via stubs to help | Miguel Sofer | 2007-08-07 | 1 | -2/+5 |
|
|
* | | modifs to help itcl adapt to VarReform | Miguel Sofer | 2007-08-04 | 1 | -1/+7 |
|
|
* | | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -2/+2 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | | * generic/tclInt.decls: Modif to the internals of | Miguel Sofer | 2007-06-14 | 1 | -4/+3 |
|
|
* | | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 1 | -4/+13 |
|
|
* | | * generic/tclInt.decls: Moved TclGetNamespaceFromObj() to | Miguel Sofer | 2007-04-03 | 1 | -2/+7 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -4/+3 |
|
|
* | | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -2/+3 |
|
|
* | | Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table. | dkf | 2006-11-12 | 1 | -1/+10 |
|
|
* | | Insert of calling point in middle of procedure code. Also cleaned up how | dkf | 2006-10-28 | 1 | -1/+7 |
|
|
* | | Allow extensions that use the internal stubs to set a namespace path. | dkf | 2006-10-27 | 1 | -1/+5 |
|
|
* | | Fixed a spot where CONSTness had been forgotten. | dkf | 2006-10-27 | 1 | -2/+3 |
|
|
* | | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -3/+2 |
|
|
* | | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -2/+3 |
|
|
* | | * generic/tclInt.decls: | Miguel Sofer | 2006-09-30 | 1 | -1/+5 |
|
|
* | | * generic/tclIOUtil.c: Changed default configuration to | dgp | 2006-06-21 | 1 | -19/+19 |
|
|
* | | * generic/tclInt.decls: implement globbing for HFS creator & type | das | 2006-03-21 | 1 | -1/+7 |
|
|
* | | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -10/+11 |
|
|
* | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -20/+3 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -12/+12 |
|
|
* | | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 1 | -40/+43 |
|
|
* | | regen | dkf | 2005-07-21 | 1 | -1/+7 |
|
|
* | | * generic/tclUtil.c: Converted TclFormatInt() into a macro. | dgp | 2005-07-05 | 1 | -4/+5 |
|
|
* | | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -4/+9 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+18 |
|
|