Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge to feature branchrfe_3464401 | jan.nijtmans | 2012-01-26 | 21 | -735/+1400 |
|\ | |||||
| * | Backport patch 2834a01435 to prevent test failures from timing matters. | dgp | 2012-01-23 | 2 | -2/+3 |
| | | |||||
| * | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 6 | -353/+1072 |
| |\ | |||||
| | * | merge trunkrfe_3473670 | jan.nijtmans | 2012-01-22 | 14 | -270/+899 |
| | |\ | | |/ | |/| | | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3) | ||||
| * | | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 7 | -100/+51 |
| | | | |||||
| * | | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | dgp | 2012-01-19 | 2 | -2/+7 |
| | | | |||||
| * | | Bump to 2.5.6 | dgp | 2012-01-17 | 3 | -2/+7 |
| | | | |||||
| * | | Ensure that error messages are always set, even in believed-unreachable code. | dkf | 2012-01-16 | 1 | -0/+1 |
| | | | |||||
| | * | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 3 | -187/+219 |
| |/ | |||||
| * | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we | dkf | 2012-01-13 | 2 | -3/+7 |
| | | | | | | only try to read the socket error exactly once. | ||||
| * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 8 | -275/+203 |
| | | |||||
* | | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2011-12-26 | 3 | -847/+859 |
|/ | | | (not to be merged until Unicode 6.1 is final!!!) | ||||
* | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 6 | -241/+129 |
| | |||||
* | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 4 | -25/+40 |
| | |||||
* | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -2/+16 |
| | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released) | ||||
* | Use the same shebang comment everywhere | jan.nijtmans | 2011-11-29 | 4 | -3/+9 |
| | |||||
* | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 4 | -0/+16 |
| | |||||
* | 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 | -6/+11 |
| | |||||
* | 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 warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 6 | -11/+18 |
| | |||||
* | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 2 | -51/+59 |
| | |||||
* | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 3 | -2/+7 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 3 | -529/+578 |
| | |||||
* | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 5 | -6/+12 |
| | |||||
* | 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. | ||||
* | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 2 | -1/+7 |
| | | | | introduced with checkin [e9a08358f4]. | ||||
* | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 |
| | |||||
* | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 4 | -35/+48 |
| | |||||
* | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 2 | -4/+4 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 5 | -6/+9 |
| | |||||
* | [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 | ||||
* | 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 |
| | |||||
* | [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 | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 9 | -71/+41 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 10 | -506/+584 |
| | |||||
* | 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 |
| | |||||
* | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 2 | -0/+10 |
| | |||||
* | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 4 | -1/+18 |
| | |||||
* | 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 |
|/ | |||||
* | 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. |