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/+33 | |
| | ||||||
* | revert test-case change for [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 | |
|\ | ||||||
| * | revert test-case from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 | |
| |\ | ||||||
| | * | revert test-case change from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 | |
| | | | ||||||
* | | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -4/+4 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+48 | |
| | | | | | | | | | | | | 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/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -28/+38 | |
| |\ \ | | |/ | ||||||
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -19/+33 | |
| | | | ||||||
* | | | Added some tests. | dkf | 2011-10-05 | 1 | -0/+66 | |
| | | | ||||||
* | | | [Bug 3414769]: Updated list of default-hidden commands for safe interps. | dkf | 2011-09-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 1 | -6/+32 | |
|\ \ \ | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing. | |||||
| * | | | Test harness for Tcl_ParseArgsObjvbug_3413857 | dkf | 2011-09-27 | 1 | -6/+32 | |
| | | | | ||||||
* | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 1 | -0/+16 | |
|/ / / | ||||||
* | | | Stop using the deprecated thread management commands of the tcltest package. | dgp | 2011-09-23 | 1 | -11/+29 | |
| | | | | | | | | | | | | The test suite ought to provide these tools for itself. They do not belong in a testing harness. | |||||
* | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 1 | -1/+0 | |
| | | | | | | | | | | | | properly maintains the per-process data structures even when the thread exits for reasons other than the [testthread exit] command. | |||||
* | | | Remove constraint on test which apparently passes | dkf | 2011-09-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Conversion from [testthread] to Thread package stops most memory leaks. | dgp | 2011-09-19 | 1 | -94/+89 | |
| | | | ||||||
* | | | Plug most memory leaks in thread.test. | dgp | 2011-09-19 | 1 | -16/+22 | |
|\ \ \ | ||||||
| * | | | stop segfaultthread_leaks | dgp | 2011-09-12 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Attempt to convert test thread-7.26 | dgp | 2011-09-12 | 1 | -9/+9 | |
| | | | | ||||||
* | | | | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. | dgp | 2011-09-19 | 1 | -152/+157 | |
|\ \ \ \ | ||||||
| * | | | | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a iocmd_leaks | dgp | 2011-09-19 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | | memory leak that cannot be plugged while testing what the test aims to test. | |||||
| * | | | | Plug a number of MarshallError memleaks. | dgp | 2011-09-19 | 1 | -5/+0 | |
| | | | | | ||||||
| * | | | | Revise the tests that confront background flush on close across threads. | dgp | 2011-09-18 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need cleanup code to bring an end to the otherwise endless loop of thread finalization that continually tries to flush before closing, and is continually thwarted by a driver raising EAGAIN. If this dance isn't cleanly terminated, it continues and corrupts any subsequent tests that define a [foo] command. | |||||
| * | | | | revise iocmd.tf-24.16 result to deal with Thread conversion | dgp | 2011-09-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Convert uses of the [testthread] command to uses of the Thread package. | dgp | 2011-09-09 | 1 | -148/+144 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This takes as many leaks as possible out of the testing harness, so the leaks remaining are the fault of the tested code. Committed to a branch because the conversion creates new test failures that need review. | |||||
* | | | | | Revise tests. You can't robustly thread::release a thread that's not ↵ | dgp | 2011-09-16 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | thread::wait-ing | |||||
* | | | | | Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard) | dgp | 2011-09-16 | 1 | -0/+1 | |
| | | | | | ||||||
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | IMPLEMENTATION OF TIP #388 | jan.nijtmans | 2011-09-16 | 2 | -4/+25 | |
|\ \ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | merge trunk to feature branchtip_388_impl | jan.nijtmans | 2011-09-16 | 11 | -192/+349 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge to feature branch | jan.nijtmans | 2011-08-29 | 1 | -0/+8 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-25 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-18 | 2 | -2/+34 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-17 | 1 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | merge current trunk | jan.nijtmans | 2011-08-16 | 1 | -0/+32 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 2 | -4/+25 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Noticed that a test now works. | dkf | 2011-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! | dkf | 2011-09-16 | 1 | -0/+10 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the | dkf | 2011-09-16 | 2 | -0/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | / / / | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | -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 | 2 | -0/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated). | |||||
* | | | | | | | | | | | more conversion work | dgp | 2011-09-12 | 1 | -20/+15 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Work in progress taking leaks out of thread.test. | dgp | 2011-09-12 | 1 | -75/+61 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Convert [testthread] to Thread | dgp | 2011-09-12 | 1 | -7/+8 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Convert [testthread] use to Thread package use in thread-6.1. | dgp | 2011-09-12 | 1 | -9/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | | | | | | | | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 1 | -19/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | | | | | | | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -0/+132 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | produces the right sort of message. |