summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-0/+8
|\ | | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch.
| * 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-0/+8
| |\ | | | | | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch.
| | * 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-0/+8
| | | | | | | | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch.
| * | Allow URLs that don't have a path, but a query, max2013-04-041-0/+6
| | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12.
| * | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the ↵jan.nijtmans2013-04-031-1/+7
| |\ \ | | | | | | | | | | | | cross-compile case as well.
| * | | Redate. Retag RC1.core_8_5_14core_8_5_14rcdgp2013-03-291-1/+1
| | | |
| * | | Update tzdata and release tagsdgp2013-03-231-1/+28
| |\ \ \ | | |/ /
| * | | Tag for releasedgp2013-03-221-0/+15
| | | |
* | | | Bump http to 2.8.7 in the other dozen places as well.max2013-04-041-0/+1
| | | |
* | | | Allow URLs that don't have a path, but a query query, e.g. ↵max2013-04-041-0/+5
| | | | | | | | | | | | | | | | http://example.com?foo=bar .
* | | | Update to tzdata2013bvenkat2013-03-221-0/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Update to tzdata2013bvenkat2013-03-221-0/+27
| |/ /
* | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-211-0/+5
|\ \ \ | |/ /
| * | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-211-0/+5
| | |
* | | 3597000 Consistent [file copy] result.dgp2013-03-191-0/+5
|\ \ \ | |/ /
| * | 3597000 Consistent [file copy] result.dgp2013-03-191-0/+5
| |\ \ | | |/
| | * 3597000 Consistent [file copy] result.dgp2013-03-191-0/+4
| | |
* | | [Bug 3608360]: Incompatible behaviour of "file exists".jan.nijtmans2013-03-191-2/+2
|\ \ \ | |/ /
| * | [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+5
| |\ \ | | |/
| | * [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+5
| | |
* | | Back out bug fix for [Bug 2893771], because it was the cause of the regression.jan.nijtmans2013-03-191-0/+5
| | |
* | | [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-181-1/+6
|\ \ \ | |/ /
| * | [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-181-1/+6
| |\ \ | | |/
| | * [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-181-0/+5
| | |
| | * Regenerate configure with autoconf-2.13. Mostly repairs line numbers.dgp2013-03-121-1/+1
| | |
* | | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-121-0/+5
|\ \ \ | |/ / | | | | | | they have in Debian.
| * | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-121-0/+5
| |\ \ | | |/ | | | | | | they have in Debian.
| | * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-121-0/+5
| | | | | | | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet)
* | | 3607246,3607372 Unbalanced refcounts of literals in the global literal table.dgp2013-03-111-0/+5
| | |
* | | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines)dgp2013-03-061-0/+7
|\ \ \ | |/ / | | | | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution.
| * | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines)dgp2013-03-061-0/+7
| |\ \ | | |/ | | | | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution.
| | * 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines)dgp2013-03-061-0/+7
| | | | | | | | | | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution.
| | * New scheme for keeping the per-process tcl_precision value in sync withoutdgp2013-03-041-0/+11
| | | | | | | | | | | | | | | | | | | | | the need for mutex locks on every read. Uses adapted ProcessGlobalValue machinery backported from Tcl 8.5 where it's been working without reported problems. Thanks to Phil Brooks for reporting on tests which highlight the thread performance problems raised by the old scheme, and to Clif Flynt for further testing pointing the finger at tcl_precision locks as the main culprit.
* | | Revise TclReleaseLiteral() to tolerate a NULL interp argument.dgp2013-02-281-0/+8
| | | | | | | | | Update callers and revise mistaken comments.
* | | minor: formatting tweaks in the change logdkf2013-02-271-15/+15
| | |
* | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-271-0/+6
|\ \ \ | |/ / | | | | | | Lane for providing the test-case and the patch.
| * | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-271-0/+6
| |\ \ | | |/ | | | | | | Lane for providing the test-case and the patch.
| | * [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-271-0/+6
| | | | | | | | | | | | Lane for providing the test-case and the patch.
* | | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone.dkf2013-02-261-0/+5
| | |
* | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a ↵jan.nijtmans2013-02-261-0/+5
|\ \ \ | |/ / | | | | | | setFromAnyProc, create a proper error message.
| * | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a ↵jan.nijtmans2013-02-261-0/+5
| | | | | | | | | | | | setFromAnyProc, create a proper error message.
* | | [Bug 3605721]: Test independence fixes for binary-41.*dkf2013-02-251-0/+5
| | |
* | | 3605719,3605720 Test independence. Thanks Rolf Ade for patches.dgp2013-02-251-0/+5
|\ \ \ | |/ /
| * | 3605719,3605720 Test independence. Thanks Rolf Ade for patches.dgp2013-02-251-0/+5
| | |
* | | Bug [3599194]: compat/fake-rfc2553.c is brokenjan.nijtmans2013-02-231-0/+5
| | |
* | | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.dgp2013-02-221-0/+6
|\ \ \ | |/ / | | | Stop crashes when the hookProc raises an error.
| * | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.dgp2013-02-221-0/+6
| |\ \ | | |/ | | | Stop crashes when the hookProc raises an error.
| | * Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.dgp2013-02-221-0/+6
| | | | | | | | | Stop crashes when the hookProc raises an error.
* | | 3605447 Make sure the -clear option to [namespace export] always clears,dgp2013-02-211-0/+6
|\ \ \ | |/ / | | | whether or not new export patterns are specified.
| * | 3605447 Make sure the -clear option to [namespace export] always clears,dgp2013-02-211-0/+6
| |\ \ | | |/ | | | whether or not new export patterns are specified.