Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document new DST fallback rules. | nijtmans | 2008-12-12 | 1 | -1/+7 |
| | | | | | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] | ||||
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 1 | -0/+6 |
| | |||||
* | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux | 2008-12-12 | 1 | -0/+5 |
| | |||||
* | Let code extract gzip headers | dkf | 2008-12-12 | 1 | -0/+2 |
| | |||||
* | Fix [Bug 2419061] | dkf | 2008-12-12 | 1 | -0/+5 |
| | |||||
* | TIP #322 IMPLEMENTATION | Kevin B Kenny | 2008-12-12 | 1 | -0/+7 |
| | | | | | * doc/NRE.3 (new file): Added documentation of the published API for Non-Recursive Evaluation (NRE). | ||||
* | Eliminate warning: different 'const' qualifiers | nijtmans | 2008-12-11 | 1 | -0/+8 |
| | | | | | with msvc compiler. A few more 'const' optimizations. fix Windows build (msvc) for TIP #234 implementation | ||||
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -0/+9 |
| | | | | | | | | * tests/io.test: internal representation of the tclChannelType to contain not only the ChannelState pointer, but also a reference to the interpreter it was made in. Invalidate and recompute the internal representation when it is used in a different interpreter (Like cmdName intrep's). Added testcase. [Bug 2407783]. | ||||
* | Factor out the code to turn zlib errors into Tcl errors. | dkf | 2008-12-11 | 1 | -3/+7 |
| | |||||
* | Document the zlib command. Not yet complete! | dkf | 2008-12-11 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | nijtmans | 2008-12-11 | 1 | -0/+6 |
| | |||||
* | Added basic test suite for zlib | dkf | 2008-12-11 | 1 | -3/+6 |
| | |||||
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 1 | -0/+7 |
| | | | | between 0 and -12 [Bug 2207436]. | ||||
* | First hack at TIP#234 | dkf | 2008-12-11 | 1 | -1/+10 |
| | |||||
* | library/tzdata/*: Update from Olson's tzdata2008i. | Kevin B Kenny | 2008-12-10 | 1 | -0/+4 |
| | |||||
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -0/+13 |
| | |||||
* | Implement TIP#341. | dkf | 2008-12-10 | 1 | -3/+11 |
| | |||||
* | restore source and binary compatibility | nijtmans | 2008-12-09 | 1 | -0/+8 |
| | | | | | for TIP #337 implementation. (when it's _that_ simple, there is no excuse not to do it) :-) | ||||
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | * doc/BackgdErr.3: Converted internal routine * doc/interp.n: TclBackgroundException() into public routine * generic/tcl.decls: Tcl_BackgroundException(). * generic/tclEvent.c: * generic/tclInt.decls: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclIO.c: Update callers. * generic/tclIOCmd.c: * generic/tclInterp.c: * generic/tclTimer.c: *** POTENTIAL INCOMPATIBILITY only for extensions using the converted internal routine *** | ||||
* | A bit more readability refactoring. | dkf | 2008-12-09 | 1 | -0/+6 |
| | |||||
* | Partial fix for [Bug 2388866] | dkf | 2008-12-06 | 1 | -0/+7 |
| | |||||
* | Implement TIP#335 | dkf | 2008-12-05 | 1 | -0/+5 |
| | |||||
* | Implement TIP#307. | dkf | 2008-12-05 | 1 | -2/+10 |
| | |||||
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 1 | -0/+6 |
| | | | | | 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 | 1 | -6/+10 |
| | |||||
* | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 1 | -0/+7 |
| | | | | | | 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 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | * 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 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+4 |
| | |||||
* | Fix [Bug 2371623] with a constraint. | dkf | 2008-12-01 | 1 | -7/+11 |
| | |||||
* | * library/clock.tcl (format, ParseClockScanFormat): Added a | Kevin B Kenny | 2008-11-30 | 1 | -0/+9 |
| | | | | | | | [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. | ||||
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -0/+9 |
| | |||||
* | Code now simple enough that we can improve its performance by applying the | dkf | 2008-11-29 | 1 | -1/+2 |
| | | | | double-checked locking pattern. | ||||
* | Improvements to the general readability of the TSD implementation. | dkf | 2008-11-29 | 1 | -23/+31 |
| | |||||
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded ↵ | ferrieux | 2008-11-27 | 1 | -0/+8 |
| | | | | literals. | ||||
* | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 1 | -0/+1 |
| | |||||
* | Eliminate warning: unused variable | nijtmans | 2008-11-26 | 1 | -0/+4 |
| | |||||
* | * library/tclIndex: Removed reference to no-longer-extant procedure | Kevin B Kenny | 2008-11-26 | 1 | -0/+7 |
| | | | | | | '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 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+6 |
| | | | | in a dstring test | ||||
* | Converter script improvements. [Bug 2330040] | dkf | 2008-11-24 | 1 | -18/+23 |
| | |||||
* | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 1 | -0/+6 |
| | | | | | Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 | ||||
* | 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 substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -0/+6 |
| | |||||
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -0/+9 |
| | | | | such that it conforms to the documentation. | ||||
* | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. | ferrieux | 2008-11-17 | 1 | -0/+5 |
| | |||||
* | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 1 | -0/+6 |
| | | | | as simplification for the TIP #340 patch. |