Changelog for
tcl-8.5.7-4.6.i586.rpm :
Sun Aug 2 14:00:00 2009 jansimon.moellerAATTopensuse.org
- disable the testsuite for the moment on ARM
Tue Jun 16 14:00:00 2009 maxAATTsuse.de
- Install binaries unstripped to fix debuginfo packages.
Wed Jun 3 14:00:00 2009 maxAATTsuse.de
- New release: 8.5.7:
* Fix failure to read SHOUTcast streams in the http package.
* Fix hang in channel finalization.
* [file normalize] failed on some paths.
* Fix crash with [chan create]d channel
* Fix Tcl_FindCommand() bug exposed by oo.
* Fix [string repeat] overflow crash.
* Fix memleak in [file normalize].
* Fix crash in Tcl_AppendStringToObj.
* Fix Tcl_AppendObjToObj: append to self crash.
* Fix several string overflows.
* Fix [http::geturl] connection failures.
Wed Jan 7 13:00:00 2009 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Wed Oct 15 14:00:00 2008 maxAATTsuse.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 14:00:00 2008 maxAATTsuse.de
- New release: 8.5.4:
* fix mem leak in [seek] on reflected channels
* preserve item intreps when converting from dict to list
* [info frame] returns file data in more cases
* fix rare panic in TclStackFree
* 64bit support for http zlib crc
* automatic [package provide] for TMs
Thu Jul 10 14:00:00 2008 maxAATTsuse.de
- New release: 8.5.3:
* Add support for bidirectional [fcopy].
* Fix [fcopy] callbacks.
* Fix [chan postevent] crash.
* Fix broken [format {% d}].
* Fix [dict append] crash.
* Fix crash in [glob -dir {} a].
* Support TM packages in Safe Base.
Wed May 7 14:00:00 2008 maxAATTsuse.de
- Added a fix and a test for a crash in the [dict append] command.
Mon Apr 7 14:00:00 2008 maxAATTsuse.de
- Added /etc/rpm/macros.tcl
- Fixed behaviour of \"% d\" format string.
Wed Apr 2 14:00:00 2008 maxAATTsuse.de
- New release: 8.5.2:
* Speed: 8.5 now runs 10% faster than 8.4 with bytecode
improvements, object caching and reduced memory usage.
* Bignums: Tcl now supports arbitrary-precision integers, which
improves math operations on large integers.
* Safer interps: Tcl\'s powerful safe interpreter mechanism now
has improved control of time and command limits in slave
interpreters.
* clock command: More robust implementation of command for
specifying time, with significant l10n and i18n improvements.
* dict command: New data structure that allows access to data
by value rather than a variable name, which is substantially
faster.
* Additional improvements: Faster list search, new and improved
mathematics procedures, anonymous procedures, new ways to
package Tcl extensions, Tcl-level custom channel types, file
and line location information for each command, and more.
* More details in /usr/share/doc/packages/tcl/changes .
- Changed install locations for extensions: Compiled packages now
go into their own subdir under /usr/lib{,64}/tcl, script-only
packages go into /usr/share/tcl .
Wed Jun 6 14:00:00 2007 maxAATTsuse.de
- New Patchlevel release: 8.4.15
- fix [file copy] on afs
- use > 32 async sockets on 64bit system
- fix list shimmer crash in [lsort]
- fix list shimmer crash in [foreach]
- fix list shimmer crash in [array set]
- fix buffer overflow in [registry keys]
Tue Oct 17 14:00:00 2006 maxAATTsuse.de
- New patchlevel release: 8.4.14rc2
- srand() accept wide input.
- interactive Tcl_Main blocks main loop
- proc re-compile: preserve the previous bytecode while references
still on the stack
- fixed [glob] on VFS
- fix intermittent failures in TclUnixWaitForFile()
- fix filesystem segfaults
- use of MT-safe system calls
- make [lappend $nonList] complain
- alignment fixes in unicode encoding routines
- [set ::http::strict 1] (default value is 0) to enable URL validity
checking against RFC 2986
Mon Sep 11 14:00:00 2006 maxAATTsuse.de
- New version: 8.4.13
- Fixes abs(MIN_INT) handling (obsoletes tcl-abs.patch)
- Fixes exec (#127822, obsoletes tcl-exec.patch)
- Several other bugfixes.