summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge trunk to feature branchtip_388_impljan.nijtmans2011-09-1635-1091/+1256
|\
| * 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.
| * | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-122-4/+9
| |\ \ \ | | |/ /
| | * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-122-116/+87
| | |\ \ | | | |/
| | | * Make compilable in Visual Studio againjan.nijtmans2011-09-121-0/+7
| | | |
| | | * [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-122-116/+80
| | | |
| * | | more conversion workdgp2011-09-121-20/+15
| | | |
| * | | Work in progress taking leaks out of thread.test.dgp2011-09-121-75/+61
| | | |
| * | | Convert [testthread] to Threaddgp2011-09-121-7/+8
| | | |
| * | | Convert [testthread] use to Thread package use in thread-6.1.dgp2011-09-122-9/+9
| | | | | | | | | | | | Eliminates a memory leak in `make valgrind`.
| * | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1.dgp2011-09-112-19/+16
| | | | | | | | | | | | Eliminates a memory leak in `make valgrind`.
| * | | Minor formatting fixes.dkf2011-09-101-9/+9
| | | |
| * | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-103-1/+139
| | | | | | | | | | | | produces the right sort of message.
| * | | 3389733 Convert [testthread] use to Thread package use in *io-70.1.dgp2011-09-092-27/+10
| | | | | | | | | | | | Eliminates a memory leak in `make valgrind`.
| * | | Release the right thread! D'oh!dgp2011-09-091-1/+1
| | | |
| * | | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1.dgp2011-09-092-20/+14
| | | | | | | | | | | | Eliminates a memory leak in `make valgrind TESTFLAGS="-file chanio.test"`.
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-073-45/+147
| |\ \ \ \ \ | | | | |/ / | | | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY***
| | | | * | remove stray copy/pastedgp2011-09-071-4/+0
| | | |/ /
| | | * | missing 'break'dgp2011-09-071-0/+1
| | |/ /
| | * | 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-073-43/+136
| | |\ \ | | | | | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY***
| | | * | Tidiness, comments, and tests.dgp_3401704dgp2011-09-072-5/+89
| | | | |
| | | * | Don't extend numbers with non-alphanumeric characters into barewords.dgp2011-09-061-0/+6
| | | | |
| | | * | 3401704 New patch to enable nancy(), influence(), 99bottles().dgp2011-09-061-43/+38
| | | | |
| * | | | Update to Olson's tzdata2011ivenkat2011-09-079-774/+595
| |\ \ \ \ | | |/ / /
| | * | | Update to Olson's tzdata2011ivenkat2011-09-079-774/+595
| | |/ /
| | * | merge-markjan.nijtmans2011-09-060-0/+0
| | |\ \ | | | |/
| | | * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-063-529/+578
| | | |
| | * | merge-markjan.nijtmans2011-09-060-0/+0
| | |\ \ | | | |/
| | | * Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-065-6/+12
| | | |
| * | | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx())jan.nijtmans2011-09-064-8/+15
| |\ \ \
| | * | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975jan.nijtmans2011-08-303-5/+6
| | | | |
| * | | | unused static array wtensjan.nijtmans2011-09-061-9/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | unused static array wtensjan.nijtmans2011-09-061-10/+0
| | | | |
| * | | | Convert [testthread] use to Thread package use in http.test.dgp2011-09-022-11/+13
| | | | | | | | | | | | | | | Eliminates memory leak seen in `make valgrind`.
| * | | | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ↵ferrieux2011-09-012-1/+13
| | | | | | | | | | | | | | | | | | | | client socket in progress, and commit them on completion.
| * | | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex).dgp2011-09-014-2/+29
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | [scan Inf %g] is portable; remove constraint.
| | * | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)dgp2011-09-014-2/+30
| | | | | | | | | | | | [scan Inf %g] is portable; remove constraint.
| | * | merge-markjan.nijtmans2011-08-300-0/+0
| | |\ \ | | | |/
| | | * Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵jan.nijtmans2011-08-303-519/+543
| | | | | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
| * | | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-303-46/+84
| |\ \ \ | | |/ /
| | * | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-303-13/+54
| | | |
| * | | Put back the check for server sockets (bug #3394732).max2011-08-292-0/+14
| | | |
| * | | Leak of ReflectedTransformMap.dgp2011-08-292-4/+7
| | | |
| * | | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ↵mig2011-08-293-2/+13
| | | | | | | | | | | | | | | | Thanks to Joe Mistachkin for detection and analysis.