Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+10 |
| | | | rather than hanging around to trip us up in the future. | ||||
* | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
| | |||||
* | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 2 | -0/+8 |
| | |||||
* | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 5 | -22/+23 |
| | | | | | | * generic/tclCmdMZ.c: with TclParseBackslash() where possible. * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclUtil.c: | ||||
* | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
| | | | to not overrun the string end. [Bug 3192636] | ||||
* | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -2/+2 |
| | | | * tests/parse.test: \x and \u substitutions. [Bug 3200987] | ||||
* | Typo in last commit broke tclStringObj.c build. Fixed. | dgp | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 83 | -166/+0 |
| | | | more harm than good. Purged them. | ||||
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 3 | -113/+115 |
| | | | | backported strcpy->memcpy change but not change in any struct. | ||||
* | [Bug 3127687] Triggers FORTIFY_SOURCE buffer overflow detection | nijtmans | 2010-12-05 | 1 | -4/+4 |
| | |||||
* | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 3 | -1187/+1328 |
| | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF | ||||
* | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 2 | -10/+12 |
| | | | | | | | * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. | ||||
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: | nijtmans | 2010-07-25 | 2 | -7/+4 |
| | | | | revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame. | ||||
* | [Bug 3031278] fixed merge problem in previous commit. | nijtmans | 2010-07-18 | 1 | -2/+1 |
| | |||||
* | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 | nijtmans | 2010-07-17 | 2 | -8/+15 |
| | |||||
* | (Backport) take over definitions of _WIN32, DLLIMPORT, DLLEXPORT and ↵ | nijtmans | 2010-07-16 | 1 | -17/+23 |
| | | | | TCL_LL_MODIFIER macros from Tcl8.5/8.6 | ||||
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-28 | 1 | -13/+13 |
| | |||||
* | Fixed object leak | vasiljevic | 2010-04-06 | 1 | -3/+2 |
| | |||||
* | * generic/tclStringObj.c: (SetStringFromAny): avoid trampling | vasiljevic | 2010-04-02 | 1 | -2/+4 |
| | | | | | over the tclEmptyStringRep->bytes as it is thread-shared (thx to Gustaf Neumann for the (hard) work of locating this one). |