| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve code generation for [array set] in a common case. | dkf | 2013-04-29 | 1 | -0/+5 |
|
|
* | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -12/+20 |
|\ |
|
| * | Split ChangeLog in 3 parts, just as already done on trunk | jan.nijtmans | 2013-04-23 | 1 | -7900/+477 |
|
|
| * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -0/+7 |
|
|
* | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+6 |
| |\ |
|
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+8 |
|
|
* | | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Allow URLs that don't have a path, but a query, e.g. http://example.com?foo=b... | jan.nijtmans | 2013-04-09 | 1 | -0/+6 |
|
|
* | | | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+8 |
|
|
| * | | Allow URLs that don't have a path, but a query,
| max | 2013-04-04 | 1 | -0/+6 |
|
|
| * | | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the c... | jan.nijtmans | 2013-04-03 | 1 | -1/+7 |
| |\ \ |
|
| * | | | Redate. Retag RC1.core_8_5_14core_8_5_14rc | dgp | 2013-03-29 | 1 | -1/+1 |
|
|
| * | | | Update tzdata and release tags | dgp | 2013-03-23 | 1 | -1/+28 |
| |\ \ \
| | |/ / |
|
| * | | | Tag for release | dgp | 2013-03-22 | 1 | -0/+15 |
|
|
* | | | | Bump http to 2.8.7 in the other dozen places as well. | max | 2013-04-04 | 1 | -0/+1 |
|
|
* | | | | Allow URLs that don't have a path, but a query query, e.g. http://example.com... | max | 2013-04-04 | 1 | -0/+5 |
|
|
* | | | | Update to tzdata2013b | venkat | 2013-03-22 | 1 | -0/+27 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Update to tzdata2013b | venkat | 2013-03-22 | 1 | -0/+27 |
| |/ / |
|
* | | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. | dgp | 2013-03-21 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. | dgp | 2013-03-21 | 1 | -0/+5 |
|
|
* | | | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -0/+4 |
|
|
* | | | [Bug 3608360]: Incompatible behaviour of "file exists". | jan.nijtmans | 2013-03-19 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+5 |
|
|
* | | | Back out bug fix for [Bug 2893771], because it was the cause of the regression. | jan.nijtmans | 2013-03-19 | 1 | -0/+5 |
|
|
* | | | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. | dkf | 2013-03-18 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. | dkf | 2013-03-18 | 1 | -1/+6 |
| |\ \
| | |/ |
|
| | * | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. | dkf | 2013-03-18 | 1 | -0/+5 |
|
|
| | * | Regenerate configure with autoconf-2.13. Mostly repairs line numbers. | dgp | 2013-03-12 | 1 | -1/+1 |
|
|
* | | | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -0/+5 |
|
|
* | | | 3607246,3607372 Unbalanced refcounts of literals in the global literal table. | dgp | 2013-03-11 | 1 | -0/+5 |
|
|
* | | | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 1 | -0/+7 |
|
|
| | * | New scheme for keeping the per-process tcl_precision value in sync without | dgp | 2013-03-04 | 1 | -0/+11 |
|
|
* | | | Revise TclReleaseLiteral() to tolerate a NULL interp argument. | dgp | 2013-02-28 | 1 | -0/+8 |
|
|
* | | | minor: formatting tweaks in the change log | dkf | 2013-02-27 | 1 | -15/+15 |
|
|
* | | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+6 |
| |\ \
| | |/ |
|
| | * | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+6 |
|
|
* | | | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. | dkf | 2013-02-26 | 1 | -0/+5 |
|
|
* | | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a set... | jan.nijtmans | 2013-02-26 | 1 | -0/+5 |
|\ \ \
| |/ / |
|