Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. | dgp | 2011-09-19 | 4 | -178/+209 | |
|\ | ||||||
| * | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a iocmd_leaks | dgp | 2011-09-19 | 2 | -5/+16 | |
| | | | | | | memory leak that cannot be plugged while testing what the test aims to test. | |||||
| * | Plug leak of a ReflectedChannel in test iocmd.tf-32.0 | dgp | 2011-09-19 | 1 | -22/+36 | |
| | | ||||||
| * | Plug a number of MarshallError memleaks. | dgp | 2011-09-19 | 2 | -8/+9 | |
| | | ||||||
| * | 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 | |
| | | ||||||
* | | Synchronization marker. | dkf | 2011-09-16 | 0 | -0/+0 | |
|\ \ | ||||||
| * | | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | dkf | 2011-09-16 | 2 | -0/+7 | |
| | | | | | | | | | Corrected the handling of procedure error messages (found by TclOO). | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | IMPLEMENTATION OF TIP #388 | jan.nijtmans | 2011-09-16 | 10 | -49/+126 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 3 | -2/+7 | |
| | |\ \ | ||||||
| | | * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 3 | -2/+7 | |
| | | | | | ||||||
| * | | | | merge trunk to feature branchtip_388_impl | jan.nijtmans | 2011-09-16 | 35 | -1091/+1256 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-29 | 3 | -107/+117 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-25 | 2 | -0/+28 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-24 | 2 | -4/+7 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-23 | 3 | -84/+88 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-22 | 5 | -21/+92 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-18 | 8 | -37/+102 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-17 | 8 | -78/+130 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge current trunk | jan.nijtmans | 2011-08-16 | 11 | -44/+111 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 9 | -49/+107 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | 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 | 4 | -7/+17 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | 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 | 4 | -1/+48 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | -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 | 4 | -1/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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 | 2 | -2/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| * | | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 2 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| | * | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
* | | | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 2 | -8/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
| * | | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 2 | -8/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
| | * | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 2 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
* | | | | | | | | | | | | | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 2 | -4/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 2 | -116/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Make compilable in Visual Studio again | jan.nijtmans | 2011-09-12 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 2 | -116/+80 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | 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 | 2 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | | | | | | | | | | | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 2 | -19/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | | | | | | | | | | | | Minor formatting fixes. | dkf | 2011-09-10 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 3 | -1/+139 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | produces the right sort of message. | |||||
* | | | | | | | | | | | | | 3389733 Convert [testthread] use to Thread package use in *io-70.1. | dgp | 2011-09-09 | 2 | -27/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | | | | | | | | | | | Release the right thread! D'oh! | dgp | 2011-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | |