summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ↵oehhar2014-01-304-13/+171
| | | | channels which causes issues with Bluetooth virtual com. Patch by Rolf Schroedter.
* sync tcl.m4 with Tk versionjan.nijtmans2014-01-252-0/+4
|
* In WriteChars(), eliminate the copy step through a staging buffer whendgp2014-01-241-10/+12
|\ | | | | it is not required for channel translation.
| * Eliminate the copy to a staging buffer when that serves no functional purpose.dgp2014-01-241-10/+12
|/
* Silence compiler warnings.dgp2014-01-211-6/+6
|
* [a122627849] Improve stack trace from parray on not-array.dkf2013-11-241-1/+1
|
* Cygwin: Fix conflicting definition with _mingw_stat64.h, if included ↵jan.nijtmans2013-11-221-1/+1
| | | | together with <tcl.h>
* Modify makefile.vc for Windows 8.1 supportjan.nijtmans2013-11-211-1/+9
|
* Add support for Windows 8.1: See ↵jan.nijtmans2013-11-214-3/+78
| | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx]
* The only relyable way of changing environment variables to uppercase (e.g. ↵jan.nijtmans2013-11-212-44/+39
| | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226].
* Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-204-10/+13
| | | | tcltest 2.3.7
* Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-202-6/+6
|
* Cygwin: Instead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-193-8/+23
| | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
* Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime.jan.nijtmans2013-11-161-5/+1
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-05209-209/+209
| | | | and possibly others.
* Put extern "C" guards around all stub table struct definitions, so it is ↵jan.nijtmans2013-11-046-17/+28
| | | | | usable for C++ compilers as well without the danger of modifying the calling convention. For tclDecls.h it was no problem, because tcl.h already contains those guards. But for the other *Decls.h files (e.g. tclTomMathDecls.h) it was not correct.
* Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec ↵jan.nijtmans2013-10-292-6/+5
| | | | on HP-UX
* Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵jan.nijtmans2013-10-284-37/+60
| | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
* Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13jan.nijtmans2013-10-255-16/+19
|
* [3556215]: Made [scan] match [format] better in what it accepts as a formatdkf2013-10-223-6/+21
| | | string, by allowing uppercase %X, %E and %G.
* Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-17148-0/+0
|
* Update to Unicode 6.3 tablesjan.nijtmans2013-10-092-108/+110
|
* Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwinjan.nijtmans2013-10-072-6/+6
|\
| * First attempt to fix bug [d4e464ae48]: tcl 8.5.15/8.61 breaks python make ↵bug_d4e464ae48jan.nijtmans2013-10-061-4/+4
|/ | | | check on darwin
* Advance to tzdata2013gKevin B Kenny2013-10-0535-1354/+413
|
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-035-9/+15
| | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵jan.nijtmans2013-10-024-83/+47
| | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
* Disable command line globbing on MinGW compiles: this saves startup time, ↵jan.nijtmans2013-09-301-0/+1
| | | | since the result of the glob is not used anywhere.
* Cherrypick [87d1313df3] from trunk: jan.nijtmans2013-09-272-82/+2
| | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
* [d614d63989] Ensure that there are no trailing colons as that causes chaos ↵dkf2013-09-251-24/+59
| | | | when a deleteProc is specified.
* Test demonstrating need for "adjust" manipulation in TclSubstTokens.dgp2013-09-251-0/+10
|
* workaround for mingw bug ↵jan.nijtmans2013-09-232-6/+84
| | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
* Line numbers wrong in compiled [global] and [variable].dgp2013-09-192-6/+22
|
* renumber tests for branch mergedgp2013-09-191-2/+2
|
* Line numbers wrong in compiled [namespace upvar].dgp2013-09-192-4/+25
|
* Line numbers wrong in compiled [upvar].dgp2013-09-192-8/+19
|
* Line numbers wrong in compiled [dict update].dgp2013-09-192-1/+7
|
* Line numbers wrong in compiled [dict for].dgp2013-09-192-1/+7
|
* Line numbers wrong in compiled [dict get].dgp2013-09-192-4/+9
|
* Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp2013-09-192-1/+6
|
* Line numbers wrong in compiled [dict set].dgp2013-09-192-5/+9
|
* consistant use of capitals.jan.nijtmans2013-09-192-18/+18
|
* Line numbers wrong in compiled foreach body.dgp2013-09-192-4/+13
|
* Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp2013-09-192-2/+8
|
* [3487626] Backport fix for knownBug test dict-23.2.dgp2013-09-192-1/+8
|
* merge releasedgp2013-09-1811-11/+86
|\
| * Added note to ChangeLog pointing to the fossil timeline for better logging.core_8_5_15core_8_5_15_rcdgp2013-09-131-0/+9
| |
| * merge 8.5; update changesdgp2013-09-132-0/+3
| |\ | |/ |/|
* | [bdd91c7e43] Stop crash due to error in execution stack memory management.dgp2013-09-131-0/+1
|\ \ | | | | | | Thanks to azazel for the fix.
| * | Suggested fix for [bdd91c7e43]: tclsh crashes in [interp delete]bug_bdd91c7e43jan.nijtmans2013-09-132-0/+1
|/ /