Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 4 | -35/+48 | |
|\ | ||||||
| * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 4 | -35/+48 | |
| | | ||||||
* | | merge-mark | jan.nijtmans | 2011-08-18 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 2 | -4/+4 | |
| | | ||||||
* | | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 2 | -0/+8 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 12 | -16/+35 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 5 | -6/+9 | |
| | | ||||||
* | | merge-mark | jan.nijtmans | 2011-08-16 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 7 | -1/+15 | |
| | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | |||||
* | | merge-mark | jan.nijtmans | 2011-08-16 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 2 | -0/+8 | |
| | | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 4 | -11/+11 | |
| | | ||||||
* | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 2 | -0/+8 | |
| | | ||||||
* | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, | jan.nijtmans | 2011-08-15 | 4 | -13/+15 | |
|\ \ | |/ | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled | |||||
| * | [Bug 3388350] mingw64 compiler warnings. | jan.nijtmans | 2011-08-15 | 4 | -11/+12 | |
| | | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled | |||||
* | | Oops, tclWinFile.c was not supposed to be checked in | jan.nijtmans | 2011-08-15 | 2 | -4/+3 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 4 | -19/+9 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 9 | -71/+41 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 4 | -4/+10 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 10 | -506/+584 | |
| | | ||||||
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle. | dgp | 2011-08-12 | 2 | -12/+17 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 5 | -19/+10 | |
| | | ||||||
* | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 2 | -3/+7 | |
| | | | | | | conversion. [Bug 3386975] | |||||
* | | Update to Olson's tzdata2011h | dgp | 2011-07-28 | 19 | -2848/+47 | |
| | | ||||||
* | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 2 | -1/+7 | |
|\ \ | |/ | ||||||
| * | oops, leftover end comment | jan.nijtmans | 2011-07-21 | 1 | -1/+1 | |
| | | ||||||
| * | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 2 | -1/+7 | |
| | | ||||||
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 3 | -2/+13 | |
| | | ||||||
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 2 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 2 | -0/+10 | |
| | | ||||||
* | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 | |
| | | ||||||
* | | merge new test | dgp | 2011-07-13 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 4 | -1/+18 | |
| | | ||||||
* | | Silence type match warnings in debug print. | dgp | 2011-07-12 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | platform portable type matching in debug prints. | dgp | 2011-07-12 | 2 | -34/+36 | |
| |\ | ||||||
| | * | wipunproven | dgp | 2011-07-12 | 1 | -25/+25 | |
| | | | ||||||
| | * | wip | dgp | 2011-07-12 | 1 | -6/+6 | |
| | | | ||||||
| | * | Type mismatches in *printf calls. | dgp | 2011-07-11 | 2 | -9/+11 | |
| |/ | ||||||
* | | [FRQ 3358415]: Minor doc improvement | dkf | 2011-07-08 | 2 | -1/+6 | |
| | | ||||||
* | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 2 | -6/+12 | |
|\ \ | |/ | | | time of the last metadata change, not the time of creation. | |||||
| * | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 2 | -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 Kenny | 2011-07-02 | 11 | -11/+123 | |
| | | ||||||
* | | Fix TCL_STACK_GROWS_UP for gcc 4.6 | max | 2011-06-30 | 3 | -4/+14 | |
| | | ||||||
* | | merge RC to stable | dgp | 2011-06-24 | 10 | -10/+12 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *-. \ | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 9 | -35/+87 | |
| |\ \ \ | |_|/ / |/| | | | ||||||
* | | | | More changes | dgp | 2011-06-23 | 2 | -1/+8 | |
| |/ / |/| | | ||||||
* | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵ | max | 2011-06-22 | 2 | -0/+2 | |
| | | | | | | | | | | | | Keyword lines. | |||||
* | | | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵ | andreask | 2011-06-22 | 5 | -31/+71 | |
|\ \ \ | | |/ | |/| | | | | the DEB_HOST_MULTIARCH location change for libc. | |||||
| * | | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵ | andreask | 2011-06-22 | 3 | -27/+68 | |
| | | | | | | | | | | | | location change for libc | |||||
* | | | Fixed the inadvertently committed disabling of stack checks, see my ↵ | andreask | 2011-06-22 | 2 | -2/+5 | |
| | | | | | | | | | | | | 2010-11-15 commit [8902c8bc82]. |