SHA256
6
0
forked from pool/tcl

- New version 8.6.3:

- Add itcl-unbreak-iwidgets.patch to revert a recent change in
  itcl that broke iwidgets.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=81
This commit is contained in:
2014-11-12 15:59:29 +00:00
committed by Git OBS Bridge
parent cf80417288
commit 25b5a59767
5 changed files with 249 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Nov 12 15:54:19 UTC 2014 - max@suse.com
- New version 8.6.3:
* (bug)[b9e1a3] Correct Method Search Order
* (bug)[ccc2c2] Regression [lreplace {} 1 1]
* <oo-1.18.2> Crash regression in [oo::class destroy]
* (bug)[84af11] Regress [regsub -all {\(.*} a(b) {}]
* (bug)[cee90e] [try {} on ok {} - on return {} {}] panic
* (feature) [tcl::unsupported::getbytecode] disassember
* (enhancement) [string cat] bytecode optimization
* (bug)[82521b] segfault in mangled bytecode
* (bug)[bc5b79] Hang in some [read]s of limited size
* (bug)[bc1a96] segfault in [array set] of traced array
* (bug)[59a2e7] MSVC14 compile support
* (bug)[ed29c4] [fcopy] treats [blocked] as error
* (bug)[bf7135] regression in Tcl_Write() interface
* (bug)[10dc6d] fix [gets] on non-blocking channels
* (bug)[214cc0] Restore [lappend v] return value
* (bug)[5adc35] Stop forcing EOF to be permanent
- Add itcl-unbreak-iwidgets.patch to revert a recent change in
itcl that broke iwidgets.
-------------------------------------------------------------------
Sat Sep 6 10:23:13 UTC 2014 - coolo@suse.de