summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp2011-07-142-2/+9
|\ \ \ \ | | |/ / | |/| |
| * | | 3366265 Allocate proper size buffer for TclConvertElement() to write to.dgp2011-07-141-2/+4
| * | | merge new testdgp2011-07-131-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-134-1/+18
* | | | 3364777 Stop segfault caused by reading from struct after it had been freed.dgp2011-07-122-1/+9
* | | | platform portable type matching in debug printsdgp2011-07-125-14/+14
* | | | merge to trunkdgp2011-07-121-4/+4
|\ \ \ \ | |/ / /
| * | | Silence type match warnings in debug print.dgp2011-07-121-2/+2
| |\ \ \ | | |/ /
| | * | platform portable type matching in debug prints.dgp2011-07-122-34/+36
| | |\ \
| | | * | wipunprovendgp2011-07-121-25/+25
| | | * | wipdgp2011-07-121-6/+6
| | | * | Type mismatches in *printf calls.dgp2011-07-112-9/+11
| | |/ /
* | | | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502]Joe Mistachkin2011-07-112-1/+6
| |_|/ |/| |
* | | [FRQ 3358415]: Minor doc improvementdkf2011-07-082-2/+7
|\ \ \ | |/ /
| * | [FRQ 3358415]: Minor doc improvementdkf2011-07-082-1/+6
* | | * generic/tclBasic.c: add missing INT2PTRmig2011-07-072-1/+5
* | | Correct test suite errors revealed by a -singleproc 1 -debug 1 run.dgp2011-07-076-8/+11
* | | minor gcc compiler warning with -Wwrite-stringsjan.nijtmans2011-07-071-2/+2
* | | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-032-6/+14
|\ \ \ | |/ /
| * | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-032-6/+12
| |\ \ | | |/
| | * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-032-6/+12
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-0212-12/+115
|\ \ \ | |/ /
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-0211-11/+123
* | | Dummy merge from rmax's commit for TCL_STACK_GROWS_UP, to avoid merge conflic...Kevin B Kenny2011-07-021-1/+1
|\ \ \ | |/ /
| * | Fix TCL_STACK_GROWS_UP for gcc 4.6max2011-06-303-4/+14
* | | Rework constraint detection and add constraints that cater for the fact, that...max2011-06-281-9/+22
* | | replace socket-14.3 with a test that is more useful and less likely to random...max2011-06-281-12/+17
* | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the...max2011-06-283-26/+126
* | | merge markdgp2011-06-240-0/+0
|\ \ \ | |/ /
| * | merge RC to stabledgp2011-06-2410-10/+12
| |\ \
| | | \
| | | \
| | *-. \ merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-239-35/+87
| | |\ \ \ | | |_|/ / | |/| | |
| | * | | merge to RCdgp2011-06-219-28/+83
| | |\ \ \
| | * \ \ \ merge to RCdgp2011-06-205-3/+76
| | |\ \ \ \
| | * \ \ \ \ merge to RCdgp2011-06-106-79/+42
| | |\ \ \ \ \
| | * | | | | | Release candidate branch for Tcl 8.5.10.dgp2011-05-269-10/+10
* | | | | | | | merge to trunkdgp2011-06-231-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | More changesdgp2011-06-232-1/+8
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS K...max2011-06-222-0/+2
* | | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS K...max2011-06-222-0/+2
* | | | | | | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of th...andreask2011-06-225-31/+76
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of th...andreask2011-06-225-31/+71
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location...andreask2011-06-223-27/+68
| * | | | | | Fixed the inadvertently committed disabling of stack checks, see my 2010-11-1...andreask2011-06-222-2/+5
| | |_|_|_|/ | |/| | | |
| * | | | | changes update for 8.5.10dgp2011-06-212-0/+5
* | | | | | Merge fixes for [socket -async] and other improvements to the unix socket codemax2011-06-225-171/+321
|\ \ \ \ \ \
| * | | | | | complete a comment in socket.testrmax_ipv6_branchmax2011-06-221-1/+2
| * | | | | | * doc/socket.n: Document the fact that the event loop is now needed for [s...max2011-06-163-7/+22
| * | | | | | Simplify file descriptor handling for client sockets and derivedmax2011-06-071-42/+38
| * | | | | | Fix bug#3084338, a memleak when a [socket -async] was closed before the conne...max2011-06-071-29/+22
| * | | | | | Fix bug#3164655: getaddrinfo() crash on HP-UXmax2011-06-071-2/+5