summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-1736-276/+379
| | | the quality of HTML doc builds.
* Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-152-0/+8
|\
| * Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-152-0/+10
| |\
| | * Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-152-0/+10
| | |
* | | 3357771 Prevent circular references in values with ByteCode intreps.dgp2011-07-152-1/+19
| | |
* | | [Bug 3365156]: Remove stray refcount bump that caused a memory leak.dkf2011-07-152-3/+7
|\ \ \
| * | | Remove stray refcount bump that caused a memory leak.bug_3365156dkf2011-07-142-1/+5
| | | |
* | | | 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
|\ \ \ | |/ / | | | time of the last metadata change, not the time of creation.
| * | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-032-6/+12
| |\ \ | | |/ | | | time of the last metadata change, not the time of creation.
| | * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-032-6/+12
| | | | | | | | | time of the last metadata change, not the time of creation.
* | | 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 ↵Kevin B Kenny2011-07-021-1/+1
|\ \ \ | |/ / | | | | | | conflicts on the next merge.
| * | Fix TCL_STACK_GROWS_UP for gcc 4.6max2011-06-303-4/+14
| | |
* | | Rework constraint detection and add constraints that cater for the fact, ↵max2011-06-281-9/+22
| | | | | | | | | | | | that both address families might be available, but localhost only resolves to one of the loopback addreses.
* | | replace socket-14.3 with a test that is more useful and less likely to ↵max2011-06-281-12/+17
| | | | | | | | | | | | randomly fail depending on the local network environment.
* | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of ↵max2011-06-283-26/+126
| | | | | | | | | | | | | | | the writable fileevent at the end of an asynchronous connection attempt. Improve comments for some of the trickery around [socket -async]. [Bug 3325339] * tests/socket.test: Adjust tests to the async code changes. Add more tests for corner cases of async sockets.
* | | 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 ↵max2011-06-222-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyword lines.
* | | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵max2011-06-222-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyword lines.
* | | | | | | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of ↵andreask2011-06-225-31/+76
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc.
| * | | | | | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵andreask2011-06-225-31/+71
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc.
| | * | | | | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵andreask2011-06-223-27/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | location change for libc
| * | | | | | Fixed the inadvertently committed disabling of stack checks, see my ↵andreask2011-06-222-2/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 2010-11-15 commit [8902c8bc82].