SHA256
6
0
forked from pool/tcl
OBS User unknown
2008-04-06 02:00:20 +00:00
committed by Git OBS Bridge
parent 9643d646a0
commit 0d653ca0d3
7 changed files with 231 additions and 236 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Apr 2 18:04:42 CEST 2008 - max@suse.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 18:15:22 CEST 2007 - max@suse.de