Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | package. Introduced a new intial state as the first response may not be HTTP*. | ||||
* | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
| | | | | may fail due to insufficient permissions | ||||
* | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in | Miguel Sofer | 2008-10-23 | 2 | -2/+7 |
| | | | | the for body [Bug 2186888]. | ||||
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 17 | -1761/+1783 |
| | | | | broken since 8.4 and no-one complained about it. | ||||
* | * generic/tclProc.c: Reset -level and -code values to defaults | dgp | 2008-10-19 | 2 | -1/+11 |
| | | | | after they are used. [Bug 2152286]. | ||||
* | 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 |
| | | | | debug output in C++ comment. | ||||
* | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 6 | -12/+21 |
| | | | | | | | | * generic/tclExecute.c: to simply be "const", not CONST86. * generic/tclCmdAH.c: whitespace. * generic/tclCmdIL.c: Uninitialized variable warning. * generic/tclTest.c: const correctness warning. | ||||
* | Improve clarity of formatting. | dkf | 2008-10-17 | 99 | -281/+816 |
| | |||||
* | Add "const" to many internal | nijtmans | 2008-10-16 | 34 | -181/+217 |
| | | | | | const tables. No functional or API change. | ||||
* | * library/init.tcl: Revised [unknown] so that it carefully | dgp | 2008-10-16 | 1 | -2/+5 |
| | | | | | | preserves the state of the ::errorInfo and ::errorCode variables at the start of auto-loading and restores that state before the autoloaded command is evaluated. [Bug 2140628] | ||||
* | * library/init.tcl: Revised [unknown] so that it carefully | dgp | 2008-10-16 | 2 | -3/+15 |
| | | | | | | preserves the state of the ::errorInfo and ::errorCode variables at the start of auto-loading and restores that state before the autoloaded command is evaluated. [Bug 2140628] | ||||
* | 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 |
| | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 6 | -37/+45 |
| | | | | | | | * win/tclWinDde.c: compiling wit -Wwrite-strings * win/tclWinInit.c: * win/tclWinReg.c: * win/tclWinSerial.c: | ||||
* | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 7 | -29/+39 |
| | | | | | | | | * generic/tclCmdMZ.c: with -Wwrite-strings * generic/tclIndexObj.c: * generic/tclProc.c: * generic/tclStubLib.c: * generic/tclUtil.c: | ||||
* | 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/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. | dgp | 2008-10-14 | 3 | -8/+16 |
| | | | | | * generic/tclCmdIL.c: Fix write to unallocated memory whenever [lrepeat] returns an empty list. | ||||
* | 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 |
| | | | | | | this is a pointer sized field while windows only fills it with a 32 bit value. The result is an inability to join the threads as the ids cannot be matched. | ||||
* | 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 |
| | | | | | | ByteCodes. The bug can only be triggered under conditions that cannot happen in Tcl, but were met during development of L. Thanks go to Robert Netzer for diagnose and fix. | ||||
* | typocore_8_6_a3 | dgp | 2008-10-10 | 1 | -2/+2 |
| | |||||
* | *** 8.6a3 TAGGED FOR RELEASE *** | dgp | 2008-10-10 | 2 | -7/+88 |
| | | | | * changes: Updates for 8.6a3 release. | ||||
* | Fix [Bug 2155658] | dkf | 2008-10-10 | 3 | -47/+82 |
| | |||||
* | CONSTify char* DTrace probe arguments | das | 2008-10-10 | 3 | -29/+38 |
| | |||||
* | fix warning | das | 2008-10-10 | 1 | -2/+2 |
| | |||||
* | * unix/tclUnixChan.c: fix minor compiler warning | nijtmans | 2008-10-08 | 4 | -18/+24 |
| | | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated | ||||
* | * generic/tclBasic (TclInfoCoroutineCmd): | Miguel Sofer | 2008-10-08 | 3 | -6/+26 |
| | | | | | | * tests/unsupported.test: arrange for [info coroutine] to return {} when a coroutine is running but the resume command has been deleted [Bug 2153080] | ||||
* | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 3 | -44/+39 |
| | | | | | | | | | variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress. | ||||
* | Some cleaning up of the binary encode/decode engines | dkf | 2008-10-07 | 1 | -121/+160 |
| | |||||
* | Added better docs of [binary encode] and [binary decode] | dkf | 2008-10-07 | 2 | -2/+99 |
| | |||||
* | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but | nijtmans | 2008-10-07 | 2 | -8/+8 |
| | | | | | in stead modify two macro's in tclCompile.h with the same affect, but now without polluting C-code with type casts. | ||||
* | fix ChangeLof entry | Miguel Sofer | 2008-10-07 | 1 | -0/+1 |
| |