Jump to letter: [
4BCDEFGHIJKLMNOPRSTUVWXY
]
itcl - Tcl object-oriented extensions
- Description:
[incr Tcl] is an object-oriented extension of the Tcl language. It was
created to support more structured programming in Tcl. Tcl scripts that
grow beyond a few thousand lines become extremely difficult to maintain.
This is because the building blocks of vanilla Tcl are procedures and global
variables, and all of these building blocks must reside in a single global
namespace. There is no support for protection or encapsulation.
Packages
itcl-3.2-92.8.i386
[1.5 MiB] |
Changelog
by Marcela Maslanova (2008-02-13):
- CVE-2008-0553 CVE-2007-5378 CVE-2007-4772
- problems: regexp, GIF overflow and also GIF overflow
Resolves: #432511
|