summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-. 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-164-1/+46
* | | | | | | | | | | | | 3408408 Partial improvement by sharing as literals the computed values ofdgp2011-09-152-2/+31
* | | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
* | | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
* | | | | | | | | | | | | [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
* | | | | | | | | | | | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1.dgp2011-09-112-19/+16
* | | | | | | | | | | | | Minor formatting fixes.dkf2011-09-101-9/+9
* | | | | | | | | | | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-103-1/+139
* | | | | | | | | | | | | 3389733 Convert [testthread] use to Thread package use in *io-70.1.dgp2011-09-092-27/+10
* | | | | | | | | | | | | 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
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ \ \ 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-073-45/+147
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| | | * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /