Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Purge the old, buggy implementation.bug_3414754 | dgp | 2011-10-31 | 1 | -34/+0 |
| | | | | |||||
| * | | | CONST-ification update. | dgp | 2011-10-27 | 2 | -3/+4 |
| | | | | |||||
| * | | | Proposed fix for 3414754 | dgp | 2011-10-27 | 1 | -0/+17 |
| |/ / | |||||
* | | | ChangeLog entry. | dkf | 2011-10-20 | 1 | -3/+3 |
| | | | |||||
* | | | Tidying up. | dkf | 2011-10-20 | 1 | -33/+43 |
| | | | |||||
* | | | Stop warnings and segfault. | dgp | 2011-10-19 | 1 | -2/+2 |
| | | | |||||
* | | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 4 | -0/+272 |
| | | | |||||
* | | | Correct botch. | dgp | 2011-10-13 | 1 | -0/+1 |
| | | | |||||
* | | | 3423059 silence compiler warning | dgp | 2011-10-13 | 1 | -1/+1 |
| | | | |||||
* | | | 3423069 silence compiler warnings. | dgp | 2011-10-13 | 1 | -2/+3 |
| | | | |||||
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 2 | -303/+313 |
| | | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables). | ||||
* | | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | dkf | 2011-09-16 | 1 | -0/+2 |
| | | | | | | | | | Corrected the handling of procedure error messages (found by TclOO). | ||||
* | | | Add the other instructions to the assembler's nous.dkf_dict_with_compiled | dkf | 2011-10-06 | 1 | -0/+2 |
| | | | |||||
* | | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 6 | -41/+147 |
| | | | |||||
* | | | Add assembler support for the new INST that I think has a stable interface. | dkf | 2011-10-03 | 1 | -0/+1 |
| | | | |||||
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 7 | -223/+577 |
| | | | | | | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...) | ||||
* | | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE | jan.nijtmans | 2011-09-28 | 4 | -96/+60 |
|\ \ \ | |||||
| * | | | FRQ 3010352 implementationfreq_3010352_impl | jan.nijtmans | 2011-09-21 | 3 | -68/+58 |
| | | | | |||||
* | | | | Release unused memory... | dkf | 2011-09-27 | 1 | -0/+1 |
| | | | | |||||
* | | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 2 | -25/+67 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing. | ||||
| * | | | | Test harness for Tcl_ParseArgsObjvbug_3413857 | dkf | 2011-09-27 | 1 | -0/+45 |
| | | | | | |||||
| * | | | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. | dkf | 2011-09-27 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Proposed patch to fix [Bug 3413857]... | dkf | 2011-09-26 | 1 | -24/+14 |
| | | | | | |||||
* | | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 1 | -0/+11 |
|/ / / / |