summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 2903743]: Try to do the right thing when presented with old-style nroff.dkf2011-09-224-43/+35
|
* typojan.nijtmans2011-09-221-1/+1
|
* Revise the thread exit handling of the [testthread] command so that itdgp2011-09-213-4/+16
| | | | 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 ↵ferrieux2011-09-212-2/+7
| | | | mistaking them as nonblocking ones.
* * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-212-0/+7
| | | | | missing initialization of the 'dsti' field. Reported by Don Porter, on chat.
* Remove constraint on test which apparently passesdkf2011-09-211-1/+1
|
* ChangeLog entrydgp2011-09-201-0/+5
|
* Re-using the "interp" field to signal a dead channel (via NULL value) dgp2011-09-201-6/+13
| | | | | interfered with conditional cleanup tasks testing for "the right interp" Added a new field "dead" to perform the dead channel signalling task so the corrupted logic is avoided.
* Revised ReflectClose() and FreeReflectedTransform() so that we stop leakingdgp2011-09-202-32/+56
| | | | ReflectedTransforms, yet free all Tcl_Obj values in the same thread that alloced them.
* Conversion from [testthread] to Thread package stops most memory leaks.dgp2011-09-193-94/+93
|
* Plug most memory leaks in thread.test.dgp2011-09-192-16/+29
|\
| * stop segfaultthread_leaksdgp2011-09-121-1/+5
| |
| * Attempt to convert test thread-7.26dgp2011-09-121-9/+9
| |
* | Plug all memory leaks in ioCmd.test exposed by `make valgrind`.dgp2011-09-194-178/+209
|\ \
| * | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a iocmd_leaksdgp2011-09-192-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.0dgp2011-09-191-22/+36
| | |
| * | Plug a number of MarshallError memleaks.dgp2011-09-192-8/+9
| | |
| * | Revise the tests that confront background flush on close across threads.dgp2011-09-181-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 conversiondgp2011-09-121-1/+1
| | |
| * | Convert uses of the [testthread] command to uses of the Thread package.dgp2011-09-091-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 ↵dgp2011-09-161-4/+2
| | | | | | | | | | | | thread::wait-ing
* | | Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard)dgp2011-09-161-0/+1
| | |
* | | Synchronization marker.dkf2011-09-160-0/+0
|\ \ \
| * | | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]:dkf2011-09-162-0/+7
| | | | | | | | | | | | Corrected the handling of procedure error messages (found by TclOO).
| | | |
| \ \ \
*-. \ \ \ IMPLEMENTATION OF TIP #388jan.nijtmans2011-09-1610-49/+126
|\ \ \ \ \ | | |/ / /
| | * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-163-2/+7
| | |\ \ \
| | | * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-163-2/+7
| | | | | |
| * | | | | merge trunk to feature branchtip_388_impljan.nijtmans2011-09-1635-1091/+1256
| |\ \ \ \ \
| * \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-293-107/+117
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-252-0/+28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-242-4/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-233-84/+88
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-225-21/+92
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-188-37/+102
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge to feature branchjan.nijtmans2011-08-178-78/+130
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge current trunkjan.nijtmans2011-08-1611-44/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | TIP 388 implementationjan.nijtmans2011-08-129-49/+107
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Noticed that a test now works.dkf2011-09-161-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-164-7/+17
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Minor change: formattingdkf2011-09-161-7/+6
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the dkf2011-09-164-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 thedkf2011-09-164-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 ofdgp2011-09-152-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constant subexpressions when we can do so without incurring the cost of string rep generation.
* | | | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel.
| * | | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | Thanks to Wolfgang S. Kechel.
| | * | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel.
* | | | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | Thanks to Dagobert Michelson.
| * | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | Thanks to Dagobert Michelson.
| | * | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Dagobert Michelson.