summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Ensure that TclOO is properly found by all the various package mechanisms (bydkf2011-07-261-2/+8
* [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-0/+4
|\
| * [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-0/+4
| |\
| | * [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-0/+4
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-2/+4
|\ \ \ | |/ /
| * | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-0/+5
* | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound.ferrieux2011-07-191-0/+4
* | | The final parts of my doc improvement projectdkf2011-07-181-2/+13
* | | Undocument long gone limitation of [upvar].ferrieux2011-07-181-0/+4
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+3
|\ \ \ | |/ /
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
| |\ \ | | |/
| | * Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
| | * 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-131-0/+7
* | | 3357771 Prevent circular references in values with ByteCode intreps.dgp2011-07-151-0/+6
* | | [Bug 3365156]: Remove stray refcount bump that caused a memory leak.dkf2011-07-151-2/+7
|\ \ \
| * | | Remove stray refcount bump that caused a memory leak.bug_3365156dkf2011-07-141-0/+5
* | | | 3364777 Stop segfault caused by reading from struct after it had been freed.dgp2011-07-121-0/+5
* | | | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502]Joe Mistachkin2011-07-111-0/+5
|/ / /
* | | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+5
|\ \ \ | |/ /
| * | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-0/+4
* | | * generic/tclBasic.c: add missing INT2PTRmig2011-07-071-0/+4
* | | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-0/+6
|\ \ \ | |/ /
| * | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-0/+6
| |\ \ | | |/
| | * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-0/+6
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+15
|\ \ \ | |/ /
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+15
* | | 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-301-0/+6
| | |
| | \
| *-. \ merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-231-1/+15
| |\ \ \
| | | * | More changesdgp2011-06-231-0/+4
| | |/ /
| * | | merge to RCdgp2011-06-211-0/+17
| |\ \ \
* | | | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the...max2011-06-281-0/+10
* | | | | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of th...andreask2011-06-221-0/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of th...andreask2011-06-221-0/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location...andreask2011-06-221-0/+6
| * | | | Fixed the inadvertently committed disabling of stack checks, see my 2010-11-1...andreask2011-06-221-0/+5
| | |_|/ | |/| |
| * | | changes update for 8.5.10dgp2011-06-211-0/+2
| * | | Backport tcltest 2.3.3 for release with Tcl 8.5.*dgp2011-06-211-0/+8
* | | | Merge fixes for [socket -async] and other improvements to the unix socket codemax2011-06-221-0/+11
|\ \ \ \
| * | | | Fix [socket -async] for DNS names with more than one addressmax2011-05-271-0/+8
* | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable.dgp2011-06-211-0/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable.dgp2011-06-211-0/+5
| | |_|/ | |/| |
| * | | changes update work in progressdgp2011-06-191-1/+1
* | | | 3315098 Mem leak fix from Gustaf Neumann.dgp2011-06-131-0/+4
|\ \ \ \ | |/ / /
| * | | 3315098 Mem leak fix from Gustaf Neumann.dgp2011-06-131-0/+4
* | | | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68])...andreask2011-06-081-0/+6
* | | | More cleaning up of the code to remove unnecessary [string equal]s in tests.dkf2011-06-081-3/+9
* | | | Add test constraint, so 6.2 and 6.3 don't fail when the machine does not have...jan.nijtmans2011-06-061-0/+6
* | | | Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-0/+6
|\ \ \ \ | |/ / /
| * | | Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-0/+6