Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: make comments accurate in [catch] compiler. | dkf | 2012-01-30 | 1 | -22/+22 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficient | dkf | 2012-01-30 | 1 | -1/+29 |
| | | | | bytecode generator for the case where 'catch' is used without any variable arguments; don't capture the result just to discard it. | ||||
* | 3479689 New internal routine TclJoinPath(). | dgp | 2012-01-27 | 5 | -62/+47 |
| | | | | Refactor all the *Join*Path* routines to give them more useful interfaces that are easier to manage getting the refcounts right. | ||||
* | 3475569 Add checks for unshared values before calls demanding them. | dgp | 2012-01-26 | 1 | -6/+23 |
|\ | | | | | 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type. | ||||
| * | 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type. | dgp | 2012-01-26 | 1 | -0/+3 |
| | | |||||
| * | yank back debugging codebug_3475569 | dgp | 2012-01-26 | 1 | -6/+0 |
| | | |||||
| * | merge to bugfix | dgp | 2012-01-26 | 2 | -2/+11 |
| |\ | |||||
| * | | 3475569 Add value-sharing checks before calls that demand unshared arguments. | dgp | 2012-01-24 | 1 | -6/+20 |
| | | | |||||
* | | | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -1/+19 |
| | | | | | | | | | | | | copying an object, make sure that the configuration of the variable resolver is also duplicated. | ||||
* | | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
| |/ | |||||
* | | [Frq 3473670]: Various Unicode-related | jan.nijtmans | 2012-01-22 | 3 | -327/+989 |
|\ \ | |/ | |||||
| * | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 3 | -327/+989 |
| |\ | |||||
| | * | [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) | ||||
| | | * | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 2 | -169/+199 |
| | | | | |||||
* | | | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished). | ||||
| * | | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
| | | | | | | | | | | | | | | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished). | ||||
* | | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 3 | -1/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 3 | -1/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 3 | -1/+11 |
| | | | | |||||
* | | | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | dgp | 2012-01-19 | 1 | -1/+1 |
| | |/ | |||||
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 2 | -68/+94 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 2 | -68/+94 |
| |\ \ | | |/ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 4 | -274/+164 |
| | | | |||||
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 3 | -142/+88 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 3 | -142/+88 |
| |\ \ | | |/ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 3 | -216/+88 |
| | | | |||||
* | | | (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure ↵ | andreask | 2011-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | as an AuxData type. For use by tbcload, tclcompiler. | ||||
* | | | Some Unicode 6.0 chars not in [:print:] class | jan.nijtmans | 2011-12-11 | 1 | -87/+5 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] class | jan.nijtmans | 2011-12-11 | 1 | -87/+5 |
| | | | |||||
* | | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -3/+4 |
| | | | |||||
* | | | [Bug 2991415]: tclport.h #include'd before limits.h | jan.nijtmans | 2011-11-30 | 2 | -1/+1 |
| | | | |||||
* | | | Make some of the logic in TclCompileObj less heavily nested, to improve clarity. | dkf | 2011-11-22 | 1 | -99/+98 |
| | | | |||||
* | | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 2 | -0/+10 |
| | | | |||||
| * | | merge to release | dgp | 2011-11-01 | 2 | -2/+6 |
| |\ \ | |||||
| | * | | silence more warnings | dgp | 2011-11-01 | 1 | -0/+4 |
| | | | | |||||
| | * | | Silence warnings. | dgp | 2011-11-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | merge to release | dgp | 2011-10-31 | 3 | -31/+15 |
| |\ \ \ | | |/ / | |||||
| * | | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix a bug where global precompiled code (A) called from a precompiled | andreask | 2011-11-21 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | procedure causes the core to recompile (A), triggering the trap laid inside, i.e. 'error "called a copy of compiled code"'. <pre>Example ----------------------ex1.tcl proc init {} { source ex2.tcl } init ----------------------ex2.tcl puts a ----------------------</pre> When run as precompiled code the 'puts a' is not executed, only the trap. Fixed by enclosing the offending code into a guard which prevents its execution for precompiled code. The change passes the entire testsuite. | ||||
* | | | | Fixed typo in a comment. | andreask | 2011-11-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default ↵ | Joe Mistachkin | 2011-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | script cancellation result is desired. | ||||
* | | | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. | dgp | 2011-10-31 | 1 | -28/+11 |
|\ \ \ \ | | |/ / | |/| | |