Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the core output operations of channels. Reduce duplicative and | dgp | 2014-02-04 | 3 | -586/+68 |
|\ | | | | | dead code. | ||||
| * | Be sure to finalize the identity encoding.dgp_optimize_output_stage | dgp | 2014-02-04 | 1 | -0/+1 |
| | | |||||
| * | merge 8.5 | dgp | 2014-02-03 | 4 | -15/+42 |
| |\ | |/ |/| | |||||
* | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 2 | -11/+36 |
| | | |||||
* | | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before ↵ | jan.nijtmans | 2014-01-31 | 1 | -3/+5 |
| | | | | | | | | sanity check ? | ||||
* | | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
| | | |||||
* | | Eliminate the use of a staging buffer in WriteChars(). | dgp | 2014-01-30 | 1 | -186/+115 |
|\ \ | |||||
| | * | Simplify macro typecasting. | dgp | 2014-01-31 | 1 | -6/+3 |
| | | | |||||
| | * | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString ↵ | dgp | 2014-01-31 | 1 | -46/+6 |
| | | | | | | | | | | | | | | | routine. It's also static to the tclIO.c file. | ||||
| | * | Do not call updateStringProc directly. We have TclGetString() for that. | dgp | 2014-01-31 | 1 | -10/+1 |
| | | | |||||
| | * | Refactor to eliminate the DoWriteChars() layer. | dgp | 2014-01-30 | 1 | -64/+22 |
| | | | |||||
| | * | Eliminate DoWrite(). It duplicates WriteBytes(). | dgp | 2014-01-30 | 1 | -163/+2 |
| | | | |||||
| | * | Trial: Implement DoWrite() as WriteBytes(). | dgp | 2014-01-30 | 1 | -0/+4 |
| | | | |||||
| | * | Simplification and cleanup enabled by last commit. | dgp | 2014-01-30 | 1 | -301/+7 |
| | | | |||||
| | * | Refactor WriteChars() and WriteBytes() into simple wrappers of a common | dgp | 2014-01-30 | 3 | -13/+39 |
| |/ | | | | | routine Write(). | ||||
| * | The outputStage field is now unused, so never allocate it. | dgp | 2014-01-28 | 1 | -29/+0 |
| | | |||||
| * | tidy things up | dgp | 2014-01-28 | 1 | -194/+17 |
| | | |||||
| * | Working code with no staging buffer use. | dgp | 2014-01-28 | 1 | -31/+97 |
| | | |||||
| * | WIP | dgp | 2014-01-28 | 1 | -0/+69 |
| | | |||||
| * | merge 8.5 | dgp | 2014-01-27 | 2 | -0/+4 |
| |\ | |/ |/| | |||||
* | | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 2 | -0/+4 |
| | | |||||
* | | In WriteChars(), eliminate the copy step through a staging buffer when | dgp | 2014-01-24 | 1 | -10/+12 |
|\ \ | |/ | | | it is not required for channel translation. | ||||
| * | Eliminate the copy to a staging buffer when that serves no functional purpose. | dgp | 2014-01-24 | 1 | -10/+12 |
|/ | |||||
* | Silence compiler warnings. | dgp | 2014-01-21 | 1 | -6/+6 |
| | |||||
* | [a122627849] Improve stack trace from parray on not-array. | dkf | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included ↵ | jan.nijtmans | 2013-11-22 | 1 | -1/+1 |
| | | | | together with <tcl.h> | ||||
* | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
| | |||||
* | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 4 | -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.nijtmans | 2013-11-21 | 2 | -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.nijtmans | 2013-11-20 | 4 | -10/+13 |
| | | | | tcltest 2.3.7 | ||||
* | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 2 | -6/+6 |
| | |||||
* | Cygwin: Instead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-19 | 3 | -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.nijtmans | 2013-11-16 | 1 | -5/+1 |
| | |||||
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 209 | -209/+209 |
| | | | | and possibly others. | ||||
* | Put extern "C" guards around all stub table struct definitions, so it is ↵ | jan.nijtmans | 2013-11-04 | 6 | -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.nijtmans | 2013-10-29 | 2 | -6/+5 |
| | | | | on HP-UX | ||||
* | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵ | jan.nijtmans | 2013-10-28 | 4 | -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.13 | jan.nijtmans | 2013-10-25 | 5 | -16/+19 |
| | |||||
* | [3556215]: Made [scan] match [format] better in what it accepts as a format | dkf | 2013-10-22 | 3 | -6/+21 |
| | | | string, by allowing uppercase %X, %E and %G. | ||||
* | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 148 | -0/+0 |
| | |||||
* | Update to Unicode 6.3 tables | jan.nijtmans | 2013-10-09 | 2 | -108/+110 |
| | |||||
* | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin | jan.nijtmans | 2013-10-07 | 2 | -6/+6 |
|\ | |||||
| * | First attempt to fix bug [d4e464ae48]: tcl 8.5.15/8.61 breaks python make ↵bug_d4e464ae48 | jan.nijtmans | 2013-10-06 | 1 | -4/+4 |
|/ | | | | check on darwin | ||||
* | Advance to tzdata2013g | Kevin B Kenny | 2013-10-05 | 35 | -1354/+413 |
| | |||||
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 5 | -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.nijtmans | 2013-10-02 | 4 | -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.nijtmans | 2013-09-30 | 1 | -0/+1 |
| | | | | since the result of the glob is not used anywhere. | ||||
* | Cherrypick [87d1313df3] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -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 ↵ | dkf | 2013-09-25 | 1 | -24/+59 |
| | | | | when a deleteProc is specified. | ||||
* | Test demonstrating need for "adjust" manipulation in TclSubstTokens. | dgp | 2013-09-25 | 1 | -0/+10 |
| |