summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge-markjan.nijtmans2011-09-260-0/+0
|\
| * Support Visual Studio 11jan.nijtmans2011-09-262-51/+59
| |
* | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]:dkf2011-09-162-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.nijtmans2011-09-163-2/+7
|\ \ | |/
| * Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-163-2/+7
| |
* | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-164-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.dgp2011-09-132-1/+5
|\ \ | |/ | | Thanks to Wolfgang S. Kechel.
| * 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-132-1/+5
| | | | | | Thanks to Wolfgang S. Kechel.
* | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
|\ \ | |/ | | Thanks to Dagobert Michelson.
| * 3405652 Portability workaround for broken system DTrace support.dgp2011-09-132-8/+13
| | | | | | Thanks to Dagobert Michelson.
* | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-122-116/+87
|\ \ | |/
| * Make compilable in Visual Studio againjan.nijtmans2011-09-121-0/+7
| |
| * [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-122-116/+80
| |
* | remove stray copy/pastedgp2011-09-071-4/+0
| |
* | missing 'break'dgp2011-09-071-0/+1
| |
* | 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-073-43/+136
|\ \ | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY***
| * | Tidiness, comments, and tests.dgp_3401704dgp2011-09-072-5/+89
| | |
| * | Don't extend numbers with non-alphanumeric characters into barewords.dgp2011-09-061-0/+6
| | |
| * | 3401704 New patch to enable nancy(), influence(), 99bottles().dgp2011-09-061-43/+38
| | |
* | | Update to Olson's tzdata2011ivenkat2011-09-079-774/+595
|/ /
* | merge-markjan.nijtmans2011-09-060-0/+0
|\ \ | |/
| * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-063-529/+578
| |
* | merge-markjan.nijtmans2011-09-060-0/+0
|\ \ | |/
| * Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-065-6/+12
| |
* | unused static array wtensjan.nijtmans2011-09-061-10/+0
| |
* | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)dgp2011-09-014-2/+30
| | | | | | [scan Inf %g] is portable; remove constraint.
* | merge-markjan.nijtmans2011-08-300-0/+0
|\ \ | |/
| * Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵jan.nijtmans2011-08-303-519/+543
| | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-303-13/+54
| |
* | gcc 4.6 (64-bit) warningsjan.nijtmans2011-08-231-2/+2
| |
* | merge-markjan.nijtmans2011-08-220-0/+0
|\ \ | |/
| * Fixed use of C99 features breaking the build with MSVC6. The problem was ↵andreask2011-08-222-1/+7
| | | | | | | | introduced with checkin [e9a08358f4].
* | [Bug 1774689] async-4.3 sometimes fails. (backport)ferrieux2011-08-192-1/+2
| |
* | [Bug 2981154] async-4.3 segfault. (backport)ferrieux2011-08-192-9/+44
| |
* | remove some debugging stuffjan.nijtmans2011-08-181-12/+1
|\ \ | |/
| * remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-184-35/+48
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-184-35/+48
| |
* | merge-markjan.nijtmans2011-08-180-0/+0
|\ \ | |/
| * A few more compiler warningsjan.nijtmans2011-08-182-4/+4
| |
* | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-172-0/+8
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1612-16/+35
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-165-6/+9
| |
* | merge-markjan.nijtmans2011-08-160-0/+0
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-167-1/+15
| | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
* | merge-markjan.nijtmans2011-08-160-0/+0
|\ \ | |/
| * 3390272 Leak of [info script] value.dgp2011-08-152-0/+8
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-154-11/+11
| |
* | 3390272 Leak of [info script] value.dgp2011-08-152-0/+8
| |
* | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-154-13/+15
|\ \ | |/ | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled