Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing bug numbe | dkf | 2008-12-13 | 1 | -1/+1 |
| | |||||
* | Many improvements to docs | dkf | 2008-12-13 | 4 | -44/+354 |
| | |||||
* | change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) | nijtmans | 2008-12-12 | 2 | -5/+6 |
| | |||||
* | Document new DST fallback rules. | nijtmans | 2008-12-12 | 3 | -4/+27 |
| | | | | | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] | ||||
* | Added some more docs | dkf | 2008-12-12 | 1 | -3/+18 |
| | |||||
* | regen/fix blunders | dkf | 2008-12-12 | 2 | -17/+84 |
| | |||||
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 4 | -7/+135 |
| | |||||
* | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux | 2008-12-12 | 3 | -2/+16 |
| | |||||
* | Let code extract gzip headers | dkf | 2008-12-12 | 2 | -454/+142 |
| | |||||
* | Added test for gzip header access | dkf | 2008-12-12 | 1 | -1/+6 |
| | |||||
* | Fix [Bug 2419061] | dkf | 2008-12-12 | 2 | -622/+410 |
| | |||||
* | TIP #322 IMPLEMENTATION | Kevin B Kenny | 2008-12-12 | 2 | -0/+310 |
| | | | | | * 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 | 5 | -16/+25 |
| | | | | | 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 | 3 | -3/+35 |
| | | | | | | | | * 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 | 2 | -52/+64 |
| | |||||
* | Document the zlib command. Not yet complete! | dkf | 2008-12-11 | 2 | -0/+106 |
| | |||||
* | start of zlib support for windows | dkf | 2008-12-11 | 1 | -1/+17 |
| | |||||
* | regen | dkf | 2008-12-11 | 1 | -6124/+6376 |
| | |||||
* | Slightly less lame configure detection for zlib; still not really right | dkf | 2008-12-11 | 1 | -2/+12 |
| | |||||
* | *** empty log message *** | nijtmans | 2008-12-11 | 2 | -3/+10 |
| | |||||
* | Fixed prototypes | dkf | 2008-12-11 | 1 | -92/+172 |
| | |||||
* | regen | dkf | 2008-12-11 | 2 | -2/+145 |
| | |||||
* | Corrections | dkf | 2008-12-11 | 1 | -15/+13 |
| | |||||
* | Added basic test suite for zlib | dkf | 2008-12-11 | 2 | -3/+110 |
| | |||||
* | Fallback to European time zone DST rules, when the timezone is | nijtmans | 2008-12-11 | 3 | -8/+56 |
| | | | | between 0 and -12 [Bug 2207436]. | ||||
* | add TIP #234 files | das | 2008-12-11 | 1 | -1/+9 |
| | |||||
* | First hack at TIP#234 | dkf | 2008-12-11 | 8 | -12/+2695 |
| | |||||
* | library/tzdata/*: Update from Olson's tzdata2008i. | Kevin B Kenny | 2008-12-10 | 20 | -2038/+1015 |
| | |||||
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 9 | -16/+68 |
| | |||||
* | Implement TIP#341. | dkf | 2008-12-10 | 4 | -48/+88 |
| | |||||
* | Set the file channel to binary for size comparison on windows | patthoyts | 2008-12-09 | 1 | -3/+4 |
| | |||||
* | restore source and binary compatibility | nijtmans | 2008-12-09 | 4 | -10/+29 |
| | | | | | for TIP #337 implementation. (when it's _that_ simple, there is no excuse not to do it) :-) | ||||
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 13 | -73/+123 |
| | | | | | | | | | | | | | | | | | | | * 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 | 2 | -278/+300 |
| | |||||
* | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic | das | 2008-12-07 | 1 | -28/+36 |
| | |||||
* | Fix warnings with assertions enabled | das | 2008-12-07 | 1 | -2/+2 |
| | |||||
* | oops | dkf | 2008-12-06 | 1 | -1/+2 |
| | |||||
* | Partial fix for [Bug 2388866] | dkf | 2008-12-06 | 2 | -1/+20 |
| | |||||
* | regen | dkf | 2008-12-05 | 2 | -2/+13 |
| | |||||
* | Implement TIP#335 | dkf | 2008-12-05 | 4 | -6/+61 |
| | |||||
* | fix Tcl_AppendElement documentation: signature in doc did not | nijtmans | 2008-12-05 | 1 | -2/+2 |
| | | | | match with real signature in header file | ||||
* | minor improvements derived from [Patch 1723738] | dkf | 2008-12-05 | 1 | -2/+3 |
| | |||||
* | regen | dkf | 2008-12-05 | 2 | -126/+141 |
| | |||||
* | 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. |