Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵ | andreask | 2011-06-22 | 3 | -27/+68 |
| | | | | location change for libc | ||||
* | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 3 | -21/+71 |
| | |||||
* | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 3 | -4/+13 |
| | |||||
* | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
| | |||||
* | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -1/+5 |
| | |||||
* | struct _stat64 -> struct __stat64 for AMD64 | jan | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -3/+9 |
| | |||||
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 5 | -2/+22 |
| | |||||
* | fix warnings in tclTest.c | jan.nijtmans | 2011-04-21 | 1 | -11/+11 |
| | |||||
* | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 4 | -39/+115 |
| | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations. |