summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \ | | |/ / | |/| |
| * | | 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