Accepting request 199829 from devel:languages:tcl
- Final 8.6.1 release. Changes since rc0 include: * Fix segfaults in [dict] compilers. * Fix mem leak in [lreplace]. - New patchlevel release 8.6.1rc0: - Many optimaizations, improvements and tightened stack management in bytecode - Many enhancements and Bugfixes: * Improve ensemble bytecode * Selected script code improvements => tcltest 2.3.6 * Broaden glibc version detection => platform 1.0.12 * [array set] compile improvement * [auto_mkindex] support Tcl00 * Tcl_Zlib*() routines tolerate NULL interps * Improved [list {*}...] compile * Restored lost performance appending to long strings * Errors from execution traces become errors of the command OBS-URL: https://build.opensuse.org/request/show/199829 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=42
This commit is contained in:
commit
39fcc43b61
34
tcl.changes
34
tcl.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 07:53:52 UTC 2013 - max@suse.com
|
||||
|
||||
- Final 8.6.1 release. Changes since rc0 include:
|
||||
* Fix segfaults in [dict] compilers.
|
||||
* Fix mem leak in [lreplace].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 07:30:57 UTC 2013 - kpetsch@suse.com
|
||||
|
||||
- New patchlevel release 8.6.1rc0:
|
||||
- Many optimaizations, improvements and tightened stack management
|
||||
in bytecode
|
||||
- Many enhancements and Bugfixes:
|
||||
* Improve ensemble bytecode
|
||||
* Selected script code improvements => tcltest 2.3.6
|
||||
* Broaden glibc version detection => platform 1.0.12
|
||||
* [array set] compile improvement
|
||||
* [auto_mkindex] support Tcl00
|
||||
* Tcl_Zlib*() routines tolerate NULL interps
|
||||
* Improved [list {*}...] compile
|
||||
* Restored lost performance appending to long strings
|
||||
* Errors from execution traces become errors of the command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 12:18:58 UTC 2013 - max@suse.com
|
||||
|
||||
@ -992,29 +1016,29 @@ Mon Sep 21 16:05:47 MEST 1998 - ro@suse.de
|
||||
- for GLIBC EOPNOTSUPP and ENOTSUP seem to map to same value
|
||||
- catch duplicate cases for this reason in tclPosixStr.c
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 20:35:04 MET 1997 - hf@suse.de
|
||||
|
||||
new version 8.0p1
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 14:21:35 MET 1997 - hf@suse.de
|
||||
|
||||
ready for autobuild
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 3 13:42:22 GMT 1997 - hf@suse.de
|
||||
|
||||
A new release 8.0b2, the second (and probably final) beta release for
|
||||
Tcl 8.0.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 14:04:29 GMT 1997 - hf@suse.de
|
||||
|
||||
- added static librs and all links for the manpages in
|
||||
the /usr/doc/packages/tcl8.0/man
|
||||
|
||||
----------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 13:56:56 GMT 1997 - hf@suse.de
|
||||
|
||||
- manpages hardlinks removed and added softlinks to
|
||||
|
2
tcl.spec
2
tcl.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: tcl
|
||||
Url: http://www.tcl.tk
|
||||
Version: 8.6.0
|
||||
Version: 8.6.1
|
||||
Release: 0
|
||||
%define rrc %nil
|
||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade
|
||||
size 8636908
|
3
tcl8.6.1-src.tar.gz
Normal file
3
tcl8.6.1-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514
|
||||
size 8755700
|
Loading…
Reference in New Issue
Block a user