summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Minor: make comments accurate in [catch] compiler.dkf2012-01-301-22/+22
* * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficientdkf2012-01-301-1/+29
* 3479689 New internal routine TclJoinPath().dgp2012-01-275-62/+47
* 3475569 Add checks for unshared values before calls demanding them.dgp2012-01-261-6/+23
|\
| * 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type.dgp2012-01-261-0/+3
| * yank back debugging codebug_3475569dgp2012-01-261-6/+0
| * merge to bugfixdgp2012-01-262-2/+11
| |\
| * | 3475569 Add value-sharing checks before calls that demand unshared arguments.dgp2012-01-241-6/+20
* | | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: Whendkf2012-01-251-1/+19
* | | Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp2012-01-231-2/+5
|\ \ \ | | |/ | |/|
| * | Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp2012-01-231-2/+5
| |/
* | [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
| | | |\ | | | |/ | | |/|
| | | * rfe-3473670: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-142-169/+199
* | | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-11/+5
|\ \ \ \ | |/ / /
| * | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-11/+5
* | | | 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
* | | 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
* | | | Fixed typo in a comment.andreask2011-11-211-1/+1
* | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script...Joe Mistachkin2011-11-181-1/+2
* | | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.dgp2011-10-311-28/+11
|\ \ \ \ | | |/ / | |/| |