summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* [Frq 3473670]: Various Unicode-relatedjan.nijtmans2012-01-223-327/+989
|\
| * [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-223-327/+989
| |\
| | * [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-223-327/+989
| | |\
| | | * merge trunkrfe_3473670jan.nijtmans2012-01-226-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/robustnessjan.nijtmans2012-01-142-169/+199
| | | |
* | | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-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 thatdkf2012-01-221-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.hjan.nijtmans2012-01-213-1/+11
|\ \ \ \ | |/ / /
| * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-213-1/+11
| |\ \ \ | | |/ /
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-193-1/+11
| | | |
* | | | Prevent buffer read overflow. Thanks to "sebres" for the report and fixjan.nijtmans2012-01-211-1/+1
|\ \ \ \ | |/ / /
| * | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix.jan.nijtmans2012-01-211-1/+1
| |\ \ \ | | |/ /
| | * | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix.dgp2012-01-191-1/+1
| | |/
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-092-68/+94
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-092-68/+94
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-094-274/+164
| | |
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-243-142/+88
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-243-142/+88
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-233-216/+88
| | |
* | | (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure ↵andreask2011-12-131-0/+1
| | | | | | | | | | | | as an AuxData type. For use by tbcload, tclcompiler.
* | | Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-87/+5
|\ \ \ | |/ /
| * | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-87/+5
| | |
* | | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-3/+4
|\ \ \ | |/ /
| * | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-3/+4
| |\ \ | | |/
| | * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-3/+4
| | |
* | | [Bug 2991415]: tclport.h #include'd before limits.hjan.nijtmans2011-11-302-1/+1
| | |
* | | Make some of the logic in TclCompileObj less heavily nested, to improve clarity.dkf2011-11-221-99/+98
| | |
* | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-2/+2
|\ \ \ | |/ /
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-2/+2
| |\ \ | | |/
| | * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-222-0/+10
| | |
| * | merge to releasedgp2011-11-012-2/+6
| |\ \
| | * | silence more warningsdgp2011-11-011-0/+4
| | | |
| | * | Silence warnings.dgp2011-11-011-2/+2
| | | |
| * | | merge to releasedgp2011-10-313-31/+15
| |\ \ \ | | |/ /
| * | | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-2/+2
| | | |
* | | | Fix a bug where global precompiled code (A) called from a precompiled andreask2011-11-211-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.andreask2011-11-211-1/+1
| | | |
* | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default ↵Joe Mistachkin2011-11-181-1/+2
| | | | | | | | | | | | | | | | script cancellation result is desired.
* | | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.dgp2011-10-311-28/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Purge the old, buggy implementation.bug_3414754dgp2011-10-311-34/+0
| | | |
| * | | CONST-ification update.dgp2011-10-272-3/+4
| | | |
| * | | Proposed fix for 3414754dgp2011-10-271-0/+17
| |/ /
* | | ChangeLog entry.dkf2011-10-201-3/+3
| | |
* | | Tidying up.dkf2011-10-201-33/+43
| | |
* | | Stop warnings and segfault.dgp2011-10-191-2/+2
| | |
* | | Commit of patch relating to interp resolversdkf2011-10-154-0/+272
| | |
* | | Correct botch.dgp2011-10-131-0/+1
| | |
* | | 3423059 silence compiler warningdgp2011-10-131-1/+1
| | |
* | | 3423069 silence compiler warnings.dgp2011-10-131-2/+3
| | |
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-092-303/+313
| | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables).