summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Be sure to finalize the identity encoding.dgp_optimize_output_stagedgp2014-02-041-0/+1
* merge 8.5dgp2014-02-034-15/+42
|\
| * Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-032-11/+36
| * Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before san...jan.nijtmans2014-01-311-3/+5
| * Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" errorjan.nijtmans2014-01-301-1/+1
| * Eliminate the use of a staging buffer in WriteChars().dgp2014-01-301-186/+115
| |\
* | | Simplify macro typecasting.dgp2014-01-311-6/+3
* | | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString ro...dgp2014-01-311-46/+6
* | | Do not call updateStringProc directly. We have TclGetString() for that.dgp2014-01-311-10/+1
* | | Refactor to eliminate the DoWriteChars() layer.dgp2014-01-301-64/+22
* | | Eliminate DoWrite(). It duplicates WriteBytes().dgp2014-01-301-163/+2
* | | Trial: Implement DoWrite() as WriteBytes().dgp2014-01-301-0/+4
* | | Simplification and cleanup enabled by last commit.dgp2014-01-301-301/+7
* | | Refactor WriteChars() and WriteBytes() into simple wrappers of a commondgp2014-01-303-13/+39
| |/ |/|
* | The outputStage field is now unused, so never allocate it.dgp2014-01-281-29/+0
* | tidy things updgp2014-01-281-194/+17
* | Working code with no staging buffer use.dgp2014-01-281-31/+97
* | WIPdgp2014-01-281-0/+69
* | merge 8.5dgp2014-01-272-0/+4
|\ \ | |/
| * 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
| |\ | |/ |/|
* | 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 together...jan.nijtmans2013-11-221-1/+1
* Modify makefile.vc for Windows 8.1 supportjan.nijtmans2013-11-211-1/+9
* Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/win...jan.nijtmans2013-11-214-3/+78
* The only relyable way of changing environment variables to uppercase (e.g. en...jan.nijtmans2013-11-212-44/+39
* Safer clean-up of environment variables: Do removal after insertions -> tclte...jan.nijtmans2013-11-204-10/+13
* Starting with Windows 8 DSK, GetVersionExA is deprecatedjan.nijtmans2013-11-202-6/+6
* Cygwin: Instead of checking whether the win32 part is configured properly, ju...jan.nijtmans2013-11-193-8/+23
* Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime.jan.nijtmans2013-11-161-5/+1
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and...jan.nijtmans2013-11-05209-209/+209
* Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-046-17/+28
* Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-292-6/+5
* Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 r...jan.nijtmans2013-10-284-37/+60
* 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
* 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 che...bug_d4e464ae48jan.nijtmans2013-10-061-4/+4
|/
* 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
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-024-83/+47
* Disable command line globbing on MinGW compiles: this saves startup time, sin...jan.nijtmans2013-09-301-0/+1
* Cherrypick [87d1313df3] from trunk: jan.nijtmans2013-09-272-82/+2
* [d614d63989] Ensure that there are no trailing colons as that causes chaos wh...dkf2013-09-251-24/+59
* Test demonstrating need for "adjust" manipulation in TclSubstTokens.dgp2013-09-251-0/+10
* workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-232-6/+84