SHA256
6
0
forked from pool/tcl
OBS User unknown
2008-10-22 16:52:29 +00:00
committed by Git OBS Bridge
parent 042a5c054b
commit 7b332e3ab0
4 changed files with 38 additions and 12 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 15 16:24:22 CEST 2008 - max@suse.de
- Bugfix release 8.5.5:
* Prevent overflow crash in [lrepeat].
* Fixed crash in [namespace inscope] involving Tcl_ConcatObj().
* Improved efficiency converting between lists and dicts.
* Corrected failure to export [min] and [max] from
::tcl::mathfunc.
* Fixed incorrect isqrt() results on a few values and platforms.
* Tcl now only asks the system to unload shared libraries that
explicitly Tcl's [unload] facility.
* Corrected broken handling of ***= regular expressions.
-------------------------------------------------------------------
Mon Sep 8 11:43:34 CEST 2008 - max@suse.de