Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement TIP#307. | dkf | 2008-12-05 | 7 | -231/+256 |
| | |||||
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 2 | -13/+82 |
| | | | | | flag value TCLPATH_NEEDNORM to mark those intreps which need more complete normalization attention for correct results. [Bug 2385549] | ||||
* | Fix [Bug 2380318] | dkf | 2008-12-03 | 2 | -12/+60 |
| | |||||
* | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 2 | -3/+11 |
| | | | | | | Tcl_FSMatchInDirectory() calls did not have its return code checked. This caused error messages returned by some Tcl_Filesystem drivers to be swallowed. | ||||
* | note incompa | dgp | 2008-12-02 | 1 | -0/+2 |
| | |||||
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 15 | -37/+132 |
| | | | | | | | | | | | | | | | | | | * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine. * generic/tcl.h: Dropped default access to interp->errorLine. * generic/tclCmdAH.c: Restore it with -DUSE_INTERP_ERRORLINE. * generic/tclCmdMZ.c: Updated callers. * generic/tclDictObj.c: * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclOOBasic.c: * generic/tclOODefinedCmds.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclResult.c: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 2 | -3/+9 |
| | | | | | Ferrieux's first patch for [Bug 2270477] with a gentler version, also supplied by him. | ||||
* | * generic/tclParse.c: Coding standards fixups. | dgp | 2008-12-01 | 2 | -17/+23 |
| | |||||
* | Fix [Bug 2371623] with a constraint. | dkf | 2008-12-01 | 2 | -10/+15 |
| | |||||
* | autoconf-2.59 | das | 2008-12-01 | 1 | -6141/+6124 |
| | |||||
* | autoheader-2.59 | das | 2008-12-01 | 1 | -0/+3 |
| | |||||
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 3 | -4/+28 |
| | | | | | | | [string map] to get rid of namespace delimiters before caching a scan or format procedure [Bug 2362156]. * tests/clock.test (clock-64.[12]): Added test cases for the bug that was tickled by a namespace delimiter inside a format string. | ||||
* | regen | dkf | 2008-11-29 | 1 | -6141/+6157 |
| | |||||
* | Implementation of TIP #210. | dkf | 2008-11-29 | 8 | -64/+459 |
| | |||||
* | Moved a number of tests to the newer style. | patthoyts | 2008-11-29 | 1 | -102/+122 |
| | |||||
* | Code now simple enough that we can improve its performance by applying the | dkf | 2008-11-29 | 2 | -10/+16 |
| | | | | double-checked locking pattern. | ||||
* | Improvements to the general readability of the TSD implementation. | dkf | 2008-11-29 | 2 | -143/+220 |
| | |||||
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded ↵ | ferrieux | 2008-11-27 | 6 | -79/+38 |
| | | | | literals. | ||||
* | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 2 | -14/+9 |
| | |||||
* | Eliminate warning: unused variable | nijtmans | 2008-11-26 | 2 | -3/+5 |
| | |||||
* | * 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 |
| |