Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bug 3508771] fix OSX build | jan.nijtmans | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 4 | -120/+83 |
| | | | (backported from Tcl 8.5) | ||||
* | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 5 | -41/+183 |
|\ | |||||
| * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 5 | -34/+120 |
| | | |||||
| * | bug 3508771: load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-19 | 3 | -8/+66 |
|/ | | | (works on cygwin, on other UNIX not yet complete) | ||||
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
| | |||||
* | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 2 | -6/+20 |
|\ | |||||
| * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-19 | 2 | -6/+14 |
|/ | |||||
* | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-09 | 1 | -2/+2 |
|\ | | | | | Also corrected test for when growth is needed. | ||||
| * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.bug_3484402 | dgp | 2012-02-07 | 1 | -4/+4 |
|/ | | | | Also converted some memcpy() to memmove() to reliably handle overlapping copies, and corrected test for when growth is needed. | ||||
* | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ↵ | dgp | 2012-02-06 | 1 | -1/+20 |
| | | | | cmd. | ||||
* | merge to feature branchrfe_3464401 | jan.nijtmans | 2012-01-26 | 9 | -601/+1214 |
|\ | |||||
| * | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 3 | -327/+989 |
| |\ | |||||
| | * | merge trunkrfe_3473670 | jan.nijtmans | 2012-01-22 | 6 | -161/+797 |
| | |\ | | |/ | |/| | | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3) | ||||
| * | | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 3 | -1/+11 |
| | | | |||||
| * | | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | dgp | 2012-01-19 | 1 | -1/+1 |
| | | | |||||
| | * | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 2 | -169/+199 |
| |/ | |||||
| * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 4 | -274/+164 |
| | | |||||
* | | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2011-12-26 | 2 | -847/+854 |
|/ | | | (not to be merged until Unicode 6.1 is final!!!) | ||||
* | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 3 | -216/+88 |
| | |||||
* | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -3/+4 |
| | |||||
* | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 2 | -0/+10 |
| | |||||
* | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 2 | -2/+2 |
| | |||||
* | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 |
| | | | Thanks to Wolfgang S. Kechel. | ||||
* | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 |
| | | | Thanks to Dagobert Michelson. | ||||
* | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 4 | -6/+5 |
| | |||||
* | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -28/+25 |
| | |||||
* | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 5 | -0/+5 |
| | | | | 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 | 1 | -0/+4 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -2/+2 |
| | |||||
* | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 |
| | |||||
* | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -0/+7 |
| | |||||
* | 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 |
| | |||||
* | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 4 | -2/+15 |
| | |||||
* | fix warnings in tclTest.c | jan.nijtmans | 2011-04-21 | 1 | -11/+11 |
| | |||||
* | Silence unused variable warning | dgp | 2011-04-20 | 1 | -2/+1 |
| | |||||
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵ | jan | 2011-04-20 | 3 | -5/+7 |
| | | | | right for cygwin and WIN64 as well. | ||||
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-18 | 1 | -12/+7 |
| | |||||
* | fix for [Bug 2662380], crash caused by appending to a variable with a write ↵ | mig | 2011-04-13 | 1 | -1/+2 |
| | | | | trace that unsets it | ||||
* | gcc warning: unused variable "key" | jan.nijtmans | 2011-03-28 | 1 | -2/+1 |
| | |||||
* | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 1 | -2/+30 |
| | | | | | | | stub entries can never be called. They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76) | ||||
* | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 4 | -19/+22 |
| | | | Some void -> VOID transitions |