Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Proposed fix for 3414754 | dgp | 2011-10-27 | 1 | -0/+17 | |
|/ / / | ||||||
| * | | Merge to release branch | dgp | 2011-10-26 | 1 | -6/+27 | |
| |\ \ | |/ / |/| | | ||||||
* | | | merge backport | dgp | 2011-10-26 | 1 | -6/+27 | |
|\ \ \ | ||||||
| * | | | Backport 2902268 fix.bug_2902268 | dgp | 2011-10-26 | 1 | -6/+27 | |
|/ / / | ||||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 9 | -10/+10 | |
|/ / | ||||||
* | | Update changes toward 8.5.11 release. Bump to http 2.7.7. | dgp | 2011-10-20 | 6 | -6/+50 | |
| | | ||||||
* | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 3 | -11/+56 | |
| | | ||||||
* | | Update to Olson's tzdata2011l | venkat | 2011-10-15 | 4 | -2/+111 | |
| | | ||||||
* | | revert test-case from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 2 | -4/+4 | |
|\ \ | |/ | ||||||
| * | revert test-case change from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 2 | -4/+4 | |
| | | ||||||
* | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 3 | -7/+12 | |
|\ \ | |/ | ||||||
| * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 3 | -6/+11 | |
| | | ||||||
* | | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 2 | -28/+40 | |
|\ \ | |/ | ||||||
| * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 2 | -19/+35 | |
| | | ||||||
* | | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 2 | -2/+6 | |
|\ \ | |/ | ||||||
| * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 6 | -11/+18 | |
| | | ||||||
* | | Update to Olson's tzdata2011k | venkat | 2011-10-04 | 12 | -1078/+31 | |
| | | ||||||
* | | merge-mark | jan.nijtmans | 2011-09-26 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 2 | -51/+59 | |
| | | ||||||
* | | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | dkf | 2011-09-16 | 2 | -0/+7 | |
| | | | | | | Corrected the handling of procedure error messages (found by TclOO). | |||||
* | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 3 | -2/+7 | |
|\ \ | |/ | ||||||
| * | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 3 | -2/+7 | |
| | | ||||||
* | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the | dkf | 2011-09-16 | 4 | -1/+46 | |
| | | | | | | | | -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 | 2 | -1/+5 | |
|\ \ | |/ | | | Thanks to Wolfgang S. Kechel. | |||||
| * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 2 | -1/+5 | |
| | | | | | | Thanks to Wolfgang S. Kechel. | |||||
* | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 2 | -8/+13 | |
|\ \ | |/ | | | Thanks to Dagobert Michelson. | |||||
| * | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 2 | -8/+13 | |
| | | | | | | Thanks to Dagobert Michelson. | |||||
* | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 2 | -116/+87 | |
|\ \ | |/ | ||||||
| * | Make compilable in Visual Studio again | jan.nijtmans | 2011-09-12 | 1 | -0/+7 | |
| | | ||||||
| * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 2 | -116/+80 | |
| | | ||||||
* | | remove stray copy/paste | dgp | 2011-09-07 | 1 | -4/+0 | |
| | | ||||||
* | | missing 'break' | dgp | 2011-09-07 | 1 | -0/+1 | |
| | | ||||||
* | | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 3 | -43/+136 | |
|\ \ | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | |||||
| * | | Tidiness, comments, and tests.dgp_3401704 | dgp | 2011-09-07 | 2 | -5/+89 | |
| | | | ||||||
| * | | Don't extend numbers with non-alphanumeric characters into barewords. | dgp | 2011-09-06 | 1 | -0/+6 | |
| | | | ||||||
| * | | 3401704 New patch to enable nancy(), influence(), 99bottles(). | dgp | 2011-09-06 | 1 | -43/+38 | |
| | | | ||||||
* | | | Update to Olson's tzdata2011i | venkat | 2011-09-07 | 9 | -774/+595 | |
|/ / | ||||||
* | | merge-mark | jan.nijtmans | 2011-09-06 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 3 | -529/+578 | |
| | | ||||||
* | | merge-mark | jan.nijtmans | 2011-09-06 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 5 | -6/+12 | |
| | | ||||||
* | | unused static array wtens | jan.nijtmans | 2011-09-06 | 1 | -10/+0 | |
| | | ||||||
* | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 4 | -2/+30 | |
| | | | | | | [scan Inf %g] is portable; remove constraint. | |||||
* | | merge-mark | jan.nijtmans | 2011-08-30 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 3 | -519/+543 | |
| | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | |||||
* | | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 3 | -13/+54 | |
| | | ||||||
* | | gcc 4.6 (64-bit) warnings | jan.nijtmans | 2011-08-23 | 1 | -2/+2 | |
| | | ||||||
* | | merge-mark | jan.nijtmans | 2011-08-22 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 2 | -1/+7 | |
| | | | | | | | | introduced with checkin [e9a08358f4]. | |||||
* | | [Bug 1774689] async-4.3 sometimes fails. (backport) | ferrieux | 2011-08-19 | 2 | -1/+2 | |
| | |