Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [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. | |||||
| * | | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -0/+3 | |
| |\ \ \ \ | | |/ / / | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| | * | | | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
* | | | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -0/+5 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | Thanks to Dagobert Michelson. | |||||
| * | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -0/+5 | |
| |\ \ \ | | |/ / | | | | | Thanks to Dagobert Michelson. | |||||
| | * | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
* | | | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -0/+5 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 1 | -3/+5 | |
| | | | | ||||||
| | * | | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | |||||
| | * | | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | introduced with checkin [e9a08358f4]. | |||||
* | | | | Convert [testthread] use to Thread package use in thread-6.1. | dgp | 2011-09-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | 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 | 1 | -0/+6 | |
| |_|/ |/| | | | | | produces the right sort of message. | |||||
* | | | 3389733 Convert [testthread] use to Thread package use in *io-70.1. | dgp | 2011-09-09 | 1 | -2/+2 | |
| | | | | | | | | | Eliminates a memory leak in `make valgrind`. | |||||
* | | | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1. | dgp | 2011-09-09 | 1 | -0/+6 | |
| | | | | | | | | | Eliminates a memory leak in `make valgrind TESTFLAGS="-file chanio.test"`. | |||||
* | | | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -0/+8 | |
|\ \ \ | |/ / | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | |||||
| * | | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -0/+8 | |
| |\ \ | | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | |||||
* | \ \ | Update to Olson's tzdata2011i | venkat | 2011-09-07 | 1 | -0/+11 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Update to Olson's tzdata2011i | venkat | 2011-09-07 | 1 | -0/+11 | |
| |/ / | ||||||
* | | | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx()) | jan.nijtmans | 2011-09-06 | 1 | -0/+6 | |
|\ \ \ | ||||||
* | | | | Convert [testthread] use to Thread package use in http.test. | dgp | 2011-09-02 | 1 | -0/+5 | |
| | | | | | | | | | | | | Eliminates memory leak seen in `make valgrind`. | |||||
* | | | | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ↵ | ferrieux | 2011-09-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | client socket in progress, and commit them on completion. | |||||
* | | | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). | dgp | 2011-09-01 | 1 | -0/+7 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | [scan Inf %g] is portable; remove constraint. | |||||
| * | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 1 | -0/+7 | |
| | | | | | | | | | [scan Inf %g] is portable; remove constraint. | |||||
* | | | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -42/+50 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -13/+21 | |
| | | | ||||||
| * | | [Bug 1774689] async-4.3 sometimes fails. (backport) | ferrieux | 2011-08-19 | 1 | -0/+1 | |
| | | | ||||||
| * | | [Bug 2981154] async-4.3 segfault. (backport) | ferrieux | 2011-08-19 | 1 | -0/+4 | |
| | | | ||||||
* | | | Put back the check for server sockets (bug #3394732). | max | 2011-08-29 | 1 | -0/+5 | |
| | | |