Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the | dkf | 2011-09-16 | 1 | -0/+7 | |
| | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated). | |||||
* | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -0/+3 | |
|\ | | | | | Thanks to Wolfgang S. Kechel. | |||||
| * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -0/+3 | |
| | | | | | | Thanks to Wolfgang S. Kechel. | |||||
* | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -0/+5 | |
|\ \ | |/ | | | Thanks to Dagobert Michelson. | |||||
| * | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -0/+5 | |
| | | | | | | Thanks to Dagobert Michelson. | |||||
* | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -0/+5 | |
| | | ||||||
| * | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 1 | -3/+5 | |
| | | ||||||
| * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -0/+7 | |
| | | ||||||
| * | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 1 | -0/+8 | |
| | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | |||||
| * | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 1 | -0/+6 | |
| | | | | | | | | introduced with checkin [e9a08358f4]. | |||||
* | | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -0/+8 | |
|\ \ | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | |||||
* | | | Update to Olson's tzdata2011i | venkat | 2011-09-07 | 1 | -0/+11 | |
|/ / | ||||||
* | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 1 | -0/+7 | |
| | | | | | | [scan Inf %g] is portable; remove constraint. | |||||
* | | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -13/+21 | |
| | | ||||||
* | | [Bug 1774689] async-4.3 sometimes fails. (backport) | ferrieux | 2011-08-19 | 1 | -0/+1 | |
| | | ||||||
* | | [Bug 2981154] async-4.3 segfault. (backport) | ferrieux | 2011-08-19 | 1 | -0/+4 | |
| | | ||||||
* | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -0/+6 | |
| | | ||||||
* | | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -0/+19 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+4 | |
| | | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -0/+9 | |
| | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | |||||
| * | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 | |
| | | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+1 | |
| | | ||||||
* | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 | |
| | | ||||||
* | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, | jan.nijtmans | 2011-08-15 | 1 | -0/+2 | |
|\ \ | |/ | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled | |||||
| * | [Bug 3388350] mingw64 compiler warnings. | jan.nijtmans | 2011-08-15 | 1 | -0/+1 | |
| | | | | | | | | 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 | 1 | -1/+0 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+6 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -0/+12 | |
| | | ||||||
* | | 3389764 Eliminate possibility that "path" value dup can create reference cycle. | dgp | 2011-08-12 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -1/+8 | |
| | | ||||||
* | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -0/+5 | |
| | | | | | | conversion. [Bug 3386975] | |||||
* | | Update to Olson's tzdata2011h | dgp | 2011-07-28 | 1 | -0/+21 | |
| | | ||||||
* | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
| | | ||||||
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -0/+5 | |
| | | ||||||
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 | |
| | | ||||||
| * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 1 | -0/+7 | |
| | | ||||||
* | | [FRQ 3358415]: Minor doc improvement | dkf | 2011-07-08 | 1 | -0/+4 | |
| | | ||||||
* | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -0/+6 | |
|\ \ | |/ | | | 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 | 1 | -0/+6 | |
| | | | | | | 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 | 1 | -0/+15 | |
| | | ||||||
* | | Fix TCL_STACK_GROWS_UP for gcc 4.6 | max | 2011-06-30 | 1 | -0/+6 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 1 | -1/+15 | |
|\ \ \ | ||||||
| | * | | More changes | dgp | 2011-06-23 | 1 | -0/+4 | |
| |/ / |