| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -2/+3 |
|
|
* | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. | nijtmans | 2008-04-24 | 1 | -16/+17 |
|
|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -6/+6 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 1 | -2/+2 |
|
|
* | Oops, typo. | dkf | 2008-03-20 | 1 | -2/+2 |
|
|
* | Final clean up of the Tcl_GetMemoryInfo mess. | dkf | 2008-03-20 | 1 | -26/+26 |
|
|
* | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] | dkf | 2008-03-19 | 1 | -1/+7 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish | dgp | 2008-02-13 | 1 | -3/+3 |
|
|
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 1 | -3/+3 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -4/+4 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -1/+7 |
|
|
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -2/+3 |
|
|
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 1 | -2/+2 |
|
|
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: Remove TCL_LL_MODIFIER_SIZE. [RFE 1811837] | dgp | 2007-10-18 | 1 | -11/+1 |
|
|
* | comment typo | das | 2007-10-12 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 1 | -3/+4 |
|
|
* | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 | hobbs | 2007-10-02 | 1 | -3/+4 |
|
|
* | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 1 | -2/+2 |
|
|
* | * README: Bump version number to 8.5b1 | dgp | 2007-09-19 | 1 | -4/+4 |
|
|
* | * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 | dgp | 2007-09-17 | 1 | -2/+5 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -1/+2 |
|
|
* | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and | dgp | 2007-07-02 | 1 | -49/+8 |
|
|
* | Fix comments referring to {expand}. [Bug 1600859] | dkf | 2007-06-21 | 1 | -4/+4 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 1 | -4/+3 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that | das | 2007-01-28 | 1 | -4/+3 |
|
|
* | * generic/tcl.h: Remove mention of win/README.binary in comment. | dgp | 2006-11-22 | 1 | -2/+1 |
|
|
* | * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to | dgp | 2006-11-22 | 1 | -10/+1 |
|
|
* | * tools/genStubs.tcl: Updated script to no longer produce the | dgp | 2006-11-15 | 1 | -159/+184 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2006-10-31 | 1 | -4/+1 |
|
|
* | Add field to CallFrame for holding object call frame data. | dkf | 2006-10-27 | 1 | -2/+3 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 1 | -1/+4 |
|
|
* | * generic/tcl.h: Modified the Tcl call stack so | Miguel Sofer | 2006-10-23 | 1 | -2/+2 |
|
|
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 1 | -2/+2 |
|
|
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 1 | -3/+3 |
|
|
* | * generic/tcl.h: | Miguel Sofer | 2006-10-22 | 1 | -2/+4 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -82/+1 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -1/+82 |
|
|
* | * generic/tcl.h: note limitation on changing Tcl_UniChar size | hobbs | 2006-10-05 | 1 | -2/+6 |
|
|
* | * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows | dgp | 2006-09-26 | 1 | -5/+1 |
|
|
* | More fixing which struct stat to refer to. Some casts from time_t to int requ... | patthoyts | 2006-09-26 | 1 | -3/+3 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -1/+2 |
|
|
* | * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow | hobbs | 2006-05-30 | 1 | -2/+5 |
|
|
* | * README: Bump version number to 8.5a5 | dgp | 2006-05-04 | 1 | -3/+3 |
|
|
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+7 |
|
|
* | Corrected bugs in tommath installation, improved tommath square root performa... | Kevin B Kenny | 2005-12-27 | 1 | -1/+8 |
|
|
* | * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= | hobbs | 2005-12-08 | 1 | -2/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+24 |
|
|