Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore the tcl_platform(threaded) variable. | dgp | 2012-04-17 | 1 | -0/+2 |
| | |||||
* | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | dkf | 2012-04-15 | 1 | -0/+12 |
| | | | flushing work correctly in a pushed compressing channel transform. | ||||
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 3 | -6/+2 |
|\ | |||||
* | | Fix [Bug 3396896] | dkf | 2012-04-09 | 1 | -2/+16 |
| | | |||||
* | | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -0/+72 |
| | | |||||
* | | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -1/+35 |
| | | |||||
* | | Added characterisation of Bug 3514761; currently knownBug... | dkf | 2012-04-04 | 1 | -0/+16 |
| | | |||||
* | | Implementation of TIP #396 | dkf | 2012-04-02 | 1 | -15/+34 |
| | | |||||
* | | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -5/+77 |
| | | |||||
* | | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -5/+52 |
| | | |||||
* | | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -1/+241 |
| | | |||||
* | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -6/+6 |
|\ \ | |/ | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4. | ||||
| * | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -6/+6 |
| |\ | | | | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9. | ||||
| | * | http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵ | andreask | 2012-03-07 | 1 | -6/+6 |
| | | | | | | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7. | ||||
* | | | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -0/+13 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -0/+13 |
| |\ \ | | |/ | |||||
| | * | Make test clearer to future maintainers. | dkf | 2012-02-20 | 1 | -4/+4 |
| | | | |||||
| | * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-19 | 1 | -0/+15 |
| | | | |||||
* | | | Add tests relating to bug 1115587. The bug itself still exists at this point. | dkf | 2012-02-23 | 1 | -30/+33 |
|\ \ \ | |/ / | |||||
| * | | Add tests relating to bug 1115587. The bug itself still exists at this point. | dkf | 2012-02-23 | 1 | -30/+33 |
| | | | |||||
* | | | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -0/+51 |
|\ \ \ | |/ / | | | | | | | crash in compilation of [dict for] when its implementation command is used directly rather than through the ensemble. | ||||
| * | | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -0/+51 |
| | | | | | | | | | | | | crash in compilation of [dict for] when its implementation command is used directly rather than through the ensemble. | ||||
* | | | 3485022 TclCompileEnsemble() avoid compile when exec traces set. | dgp | 2012-02-06 | 1 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | 3485022 TclCompileEnsemble() avoid compile when exec traces set. | dgp | 2012-02-06 | 1 | -0/+28 |
| |\ \ | | |/ | |||||
| | * | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ↵ | dgp | 2012-02-06 | 1 | -0/+33 |
| | | | | | | | | | | | | cmd. | ||||
| | * | Backport patch 2834a01435 to prevent test failures from timing matters. | dgp | 2012-01-23 | 2 | -2/+3 |
| | | | |||||
* | | | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands ↵ | mig | 2012-02-06 | 1 | -0/+33 |
|\ \ \ | |/ / | | | | | | | bump the interp's compile epoch. | ||||
| * | | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands | mig | 2012-02-06 | 1 | -0/+33 |
| | | | | | | | | | bump the interp's compile epoch. | ||||
| * | | Backport more robust stringObj tests. | dgp | 2012-01-26 | 1 | -26/+39 |
| | | | |||||
* | | | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -0/+22 |
| | | | | | | | | | | | | copying an object, make sure that the configuration of the variable resolver is also duplicated. | ||||
* | | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
|\ \ \ | |/ / | | | | | | | | | | 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 | -3/+1 |
| | | | | | | | | | | | | | | | 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 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+28 |
| |\ \ | | |/ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+28 |
| | | | |||||
* | | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 2 | -0/+149 |
|\ \ \ | |/ / | | | | | | | another [Bug 3470928] | ||||
| * | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -0/+148 |
| | | | | | | | | | | | | another [Bug 3470928] | ||||
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -3/+14 |
| |\ \ | | |/ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 1 | -3/+18 |
| | | | |||||
* | | | Some Unicode 6.0 chars not in [:print:] class | jan.nijtmans | 2011-12-11 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] class | jan.nijtmans | 2011-12-11 | 1 | -0/+4 |
| | | | |||||
* | | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -2/+2 |
| | | | |||||
* | | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | setargv() function on mingw. | ||||
| * | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -2/+2 |
| |\ \ | | |/ | | | | | | | setargv() function on mingw. |