Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 12 | -1078/+36 | |
|\ | ||||||
| * | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 12 | -1078/+31 | |
| | | ||||||
| * | merge-mark | jan.nijtmans | 2011-09-26 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 2 | -51/+59 | |
| | | | ||||||
* | | | More polishing of Tcl's HTML doc converter. | dkf | 2011-09-29 | 3 | -359/+414 | |
| | | | ||||||
* | | | [Bug 3414769]: Updated list of default-hidden commands for safe interps. | dkf | 2011-09-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE | jan.nijtmans | 2011-09-28 | 5 | -96/+66 | |
|\ \ \ | ||||||
| * | | | FRQ 3010352 implementationfreq_3010352_impl | jan.nijtmans | 2011-09-21 | 3 | -68/+58 | |
| | | | | ||||||
* | | | | Release unused memory... | dkf | 2011-09-27 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 4 | -31/+106 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -6/+77 | |
| | | | | | ||||||
| * | | | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. | dkf | 2011-09-27 | 1 | -1/+8 | |
| | | | | | ||||||
| * | | | | Proposed patch to fix [Bug 3413857]... | dkf | 2011-09-26 | 1 | -24/+14 | |
| | | | | | ||||||
* | | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 3 | -0/+34 | |
|/ / / / | ||||||
* | | | | More revisions to get finalization of ReflectedTransforms correct, | dgp | 2011-09-23 | 2 | -56/+67 | |
| | | | | | | | | | | | | 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 | 2 | -11/+35 | |
| | | | | | | | | | | | | | | | | The test suite ought to provide these tools for itself. They do not belong in a testing harness. | |||||
* | | | | Further corrections to [info frame] in a coroutine. | dgp | 2011-09-23 | 1 | -21/+45 | |
| | | | | ||||||
* | | | | Revise [info frame] so that it stops creating cycles | dgp | 2011-09-22 | 2 | -1/+6 | |
| | | | | | | | | | | | | 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 | 4 | -43/+35 | |
| | | | | ||||||
* | | | | typo | jan.nijtmans | 2011-09-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 3 | -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 ↵ | ferrieux | 2011-09-21 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | | mistaking them as nonblocking ones. | |||||
* | | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the | andreask | 2011-09-21 | 2 | -0/+7 | |
|/ / / | | | | | | | | | | | | | missing initialization of the 'dsti' field. Reported by Don Porter, on chat. | |||||
* | | | Remove constraint on test which apparently passes | dkf | 2011-09-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | ChangeLog entry | dgp | 2011-09-20 | 1 | -0/+5 | |
| | | | ||||||
* | | | Re-using the "interp" field to signal a dead channel (via NULL value) | dgp | 2011-09-20 | 1 | -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 leaking | dgp | 2011-09-20 | 2 | -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. | dgp | 2011-09-19 | 3 | -94/+93 | |
| | | | ||||||
* | | | Plug most memory leaks in thread.test. | dgp | 2011-09-19 | 2 | -16/+29 | |
|\ \ \ | ||||||
| * | | | 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 | 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 | |
| |\ \ \ \ \ \ \ \ |