Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -0/+7 | |
| | ||||||
* | Update to Olson's tzdata2011l | venkat | 2011-10-15 | 1 | -0/+5 | |
|\ | ||||||
| * | Update to Olson's tzdata2011l | venkat | 2011-10-15 | 1 | -0/+5 | |
| | | ||||||
* | | revert test-case change for [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | revert test-case from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -1/+1 | |
| |\ | ||||||
| | * | revert test-case change from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -0/+5 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -0/+5 | |
| | | | ||||||
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables). | |||||
* | | | Fix env.test, when running under wine 1.3 | jan.nijtmans | 2011-10-07 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -0/+6 | |
| |\ \ | | |/ | ||||||
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -0/+7 | |
| | | | ||||||
| | * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -0/+4 | |
| | | | ||||||
* | | | Reintegrate the compilation of [dict with], which is now usually much faster | dkf | 2011-10-06 | 1 | -0/+7 | |
|\ \ \ | | | | | | | | | (but only inside contexts with a local variable table). | |||||
| * | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...) | |||||
* | | | | wrong copy/paste in ChangeLog | jan.nijtmans | 2011-10-05 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 1 | -0/+18 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 1 | -0/+13 | |
| | | | ||||||
| * | | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | dkf | 2011-09-16 | 1 | -0/+5 | |
| | | | | | | | | | Corrected the handling of procedure error messages (found by TclOO). | |||||
* | | | More polishing of Tcl's HTML doc converter. | dkf | 2011-09-29 | 1 | -0/+7 | |
| | | | ||||||
* | | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE | jan.nijtmans | 2011-09-28 | 1 | -0/+6 | |
|\ \ \ | ||||||
* \ \ \ | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 1 | -0/+7 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing. | |||||
* | | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 1 | -0/+7 | |
|/ / / / | ||||||
* | | | | More revisions to get finalization of ReflectedTransforms correct, | dgp | 2011-09-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | including adopting a "dead" field as was done in tclIORChan.c. | |||||
* | | | | Stop using the deprecated thread management commands of the tcltest package. | dgp | 2011-09-23 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | The test suite ought to provide these tools for itself. They do not belong in a testing harness. | |||||
* | | | | Revise [info frame] so that it stops creating cycles | dgp | 2011-09-22 | 1 | -0/+5 | |
| | | | | | | | | | | | | in the iPtr->cmdFramePtr stack. | |||||
* | | | | (minor: tidy up some comments) | dkf | 2011-09-22 | 1 | -7/+6 | |
| | | | | ||||||
* | | | | [Bug 2903743]: Try to do the right thing when presented with old-style nroff. | dkf | 2011-09-22 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | properly maintains the per-process data structures even when the thread exits for reasons other than the [testthread exit] command. | |||||
* | | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid ↵ | ferrieux | 2011-09-21 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | mistaking them as nonblocking ones. | |||||
* | | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the | andreask | 2011-09-21 | 1 | -0/+6 | |
|/ / / | | | | | | | | | | | | | missing initialization of the 'dsti' field. Reported by Don Porter, on chat. | |||||
* | | | ChangeLog entry | dgp | 2011-09-20 | 1 | -0/+5 | |
| | | | ||||||
* | | | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking | dgp | 2011-09-20 | 1 | -7/+13 | |
| | | | | | | | | | | | | ReflectedTransforms, yet free all Tcl_Obj values in the same thread that alloced them. | |||||
* | | | Conversion from [testthread] to Thread package stops most memory leaks. | dgp | 2011-09-19 | 1 | -0/+3 | |
| | | | ||||||
* | | | Plug most memory leaks in thread.test. | dgp | 2011-09-19 | 1 | -0/+7 | |
|\ \ \ | ||||||
* \ \ \ | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. | dgp | 2011-09-19 | 1 | -0/+6 | |
|\ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | IMPLEMENTATION OF TIP #388 | jan.nijtmans | 2011-09-16 | 1 | -0/+19 | |
|\ \ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 1 | -0/+5 | |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | * | | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! | dkf | 2011-09-16 | 1 | -6/+4 | |
| | | | | | | ||||||
* | | | | | | Minor change: formatting | dkf | 2011-09-16 | 1 | -7/+6 | |
| | | | | | | ||||||
* | | | | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the | dkf | 2011-09-16 | 1 | -0/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated). | |||||
| * | | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the | dkf | 2011-09-16 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated). | |||||
* | | | | | 3408408 Partial improvement by sharing as literals the computed values of | dgp | 2011-09-15 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | constant subexpressions when we can do so without incurring the cost of string rep generation. | |||||
* | | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | | | | | | Thanks to Wolfgang S. Kechel. |