Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/tclIndex: Removed reference to no-longer-extant procedure | Kevin B Kenny | 2008-11-26 | 3 | -3/+9 |
| | | | | | | 'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net> | ||||
* | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 4 | -14/+12 |
| | | | | | examples how it should have been done. purpose: contribute in the TIP #340 discussion. | ||||
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 2 | -2/+8 |
| | | | | | Ferrieux's patch for [Bug 2270477] to prevent infinite looping during finalization of channels not bound to interpreters. | ||||
* | don't assume that Tcl_SetResult sets interp->result, especially not | nijtmans | 2008-11-25 | 2 | -9/+14 |
| | | | | in a dstring test | ||||
* | Converter script improvements. [Bug 2330040] | dkf | 2008-11-24 | 2 | -45/+62 |
| | |||||
* | Fix IsChannelExisting name comparison [Bug 2333466] | ferrieux | 2008-11-23 | 1 | -2/+2 |
| | |||||
* | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 2 | -2/+9 |
| | | | | | Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 | ||||
* | Simplification of expanded-literals handling after analysis of dead branches | ferrieux | 2008-11-19 | 3 | -36/+12 |
| | |||||
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-18 | 1 | -2/+2 |
| | | | | such that it conforms to the documentation. | ||||
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -0/+2 |
| | |||||
* | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on ↵ | ferrieux | 2008-11-17 | 2 | -2/+15 |
| | | | | expanded literals. | ||||
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 6 | -14/+106 |
| | |||||
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 7 | -22/+26 |
| | | | | such that it conforms to the documentation. | ||||
* | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. | ferrieux | 2008-11-17 | 2 | -1/+19 |
| | |||||
* | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 2 | -5/+11 |
| | | | | as simplification for the TIP #340 patch. | ||||
* | Tidy up formatting. | dkf | 2008-11-16 | 1 | -612/+595 |
| | |||||
* | remove -Wno-implicit-int | das | 2008-11-14 | 1 | -2/+2 |
| | |||||
* | rename static function FSUnloadTempFile to | nijtmans | 2008-11-13 | 4 | -16/+22 |
| | | | | | | TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 2269431]: load of shared objects leaves temporary files on windows | ||||
* | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to | patthoyts | 2008-11-12 | 2 | -242/+248 |
| | | | | | HKCR requires administrative access on many systems but HKLM is always available to the current user | ||||
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 3 | -6/+16 |
| | | | | rid of -Wno-implicit-int for UNIX | ||||
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 1 | -1/+1 |
| | | | | | | incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) | ||||
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 4 | -8/+16 |
| | | | | | | incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) | ||||
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 7 | -13/+35 |
| | | | | | | | | | * library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization. | ||||
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 5 | -133/+127 |
| | | | | | Applied a patch from Duoas which extends the TclMakeEnsemble command to handle sub-ensembles from tables. Cleaned up the original patch a bit. | ||||
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 4 | -6/+13 |
| | | | | eliminate an 'array index out of bounds' warning on HP-UX' | ||||
* | * generic/tclPort.h: remove the ../win/ header dir as the build | hobbs | 2008-11-04 | 2 | -2/+8 |
| | | | | | system already has it, and it confuses builds when used with private headers installed. | ||||
* | 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 |
| | | | | Eliminate some -Wstrings-write warnings | ||||
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 6 | -42/+50 |
| | | | | Eliminate some -Wstrings-write warnings | ||||
* | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" | dgp | 2008-10-27 | 2 | -5/+17 |
| | | | | | | | | | | | | as the default and original [encoding system] value. Since "iso8859-1" is built in to the C source code for Tcl now, there's no availability issue, and it has the good feature of "identity" that we must have ("bytes in" == "bytes out") without the bad feature of "identity" ("broken as designed") that makes us want to abandon it. [RFE 2008609] *** POTENTIAL INCOMPATIBILITY for older releases of Tclkit and any other code expecting a particular value for Tcl's default system encoding *** | ||||
* | 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 |
| | | | | | 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. |