| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclPort.h: remove the ../win/ header dir as the build | hobbs | 2008-11-04 | 2 | -2/+8 |
|
|
* | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ | das | 2008-11-01 | 1 | -2/+2 |
|
|
* | Version bump of TclOO | dkf | 2008-11-01 | 3 | -4/+8 |
|
|
* | remove unused variable | dkf | 2008-11-01 | 1 | -2/+1 |
|
|
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 6 | -58/+233 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -1/+1 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 6 | -42/+50 |
|
|
* | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" | dgp | 2008-10-27 | 2 | -5/+17 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 2 | -10/+10 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 38 | -1136/+1132 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 7 | -24/+24 |
|
|
* | Removed a rogue ^M from the end of a line | patthoyts | 2008-10-24 | 1 | -2/+2 |
|
|
* | Fixed a failure to read SHOUTcast streams with the new 2.7 | patthoyts | 2008-10-23 | 5 | -14/+23 |
|
|
* | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
|
|
* | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in | Miguel Sofer | 2008-10-23 | 2 | -2/+7 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 17 | -1761/+1783 |
|
|
* | * generic/tclProc.c: Reset -level and -code values to defaults | dgp | 2008-10-19 | 2 | -1/+11 |
|
|
* | Check syntax of [info coroutine] args, i.e. there are none. | dkf | 2008-10-19 | 2 | -39/+39 |
|
|
* | Document [info coroutine]. | dkf | 2008-10-19 | 2 | -1/+10 |
|
|
* | Improve documentation of [tcl::prefix]. | dkf | 2008-10-19 | 3 | -26/+36 |
|
|
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
|
|
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
|
|
* | CONST -> const | nijtmans | 2008-10-17 | 4 | -64/+70 |
|
|
* | * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed | andreas_kupries | 2008-10-17 | 2 | -5/+6 |
|
|
* | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 6 | -12/+21 |
|
|
* | Improve clarity of formatting. | dkf | 2008-10-17 | 99 | -281/+816 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 34 | -181/+217 |
|
|
* | * library/init.tcl: Revised [unknown] so that it carefully | dgp | 2008-10-16 | 1 | -2/+5 |
|
|
* | * library/init.tcl: Revised [unknown] so that it carefully | dgp | 2008-10-16 | 2 | -3/+15 |
|
|
* | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 42 | -67/+293 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 14 | -166/+182 |
|
|
* | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 6 | -37/+45 |
|
|
* | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 7 | -29/+39 |
|
|
* | Fix a bit of formatting. | dkf | 2008-10-14 | 2 | -2/+7 |
|
|
* | Use the environment variable for program files to find the html help compiler | patthoyts | 2008-10-14 | 1 | -4/+4 |
|
|
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-14 | 10 | -16/+27 |
|
|
* | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. | dgp | 2008-10-14 | 3 | -8/+16 |
|
|
* | Fix test flaws exposed by -singleproc 1 -debug 1 | dgp | 2008-10-14 | 4 | -10/+11 |
|
|
* | Make safe-7.2 more robust to different environments | dgp | 2008-10-14 | 1 | -2/+2 |
|
|
* | oops | dgp | 2008-10-14 | 1 | -2/+2 |
|
|
* | add missing constraints | dgp | 2008-10-14 | 3 | -6/+8 |
|
|
* | Made documentation *even more* clear... | dkf | 2008-10-14 | 3 | -53/+61 |
|
|
* | We need to initialize the thread id variable to 0 as on 64 bit windows | patthoyts | 2008-10-13 | 2 | -1/+11 |
|
|
* | set array of Tcl_Obj's to the right size. | patthoyts | 2008-10-13 | 2 | -2/+6 |
|
|
* | Handle error case [info class destructor]. | dkf | 2008-10-13 | 2 | -1/+7 |
|
|
* | Added magic for Objective C. [Bug 2163447] | dkf | 2008-10-13 | 2 | -1/+21 |
|
|
* | * generic/tclCompile.c: fix bug in srcDelta encoding within | Miguel Sofer | 2008-10-12 | 2 | -3/+10 |
|
|
* | typocore_8_6_a3 | dgp | 2008-10-10 | 1 | -2/+2 |
|
|
* | *** 8.6a3 TAGGED FOR RELEASE *** | dgp | 2008-10-10 | 2 | -7/+88 |
|
|
* | Fix [Bug 2155658] | dkf | 2008-10-10 | 3 | -47/+82 |
|
|