Jump to letter: [
4BCDEFGHIJKLMNOPRSTUVWXY
]
itcl: Tcl object-oriented extensions
- Summary
- [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.
Changelog
- * Wed Feb 13 18:00:00 2008 Marcela Maslanova <mmaslano{%}redhat{*}com> - 8.3.5-92.8
- CVE-2008-0553 CVE-2007-5378 CVE-2007-4772
- problems: regexp, GIF overflow and also GIF overflow
Resolves: #432511
- * Tue Jun 20 19:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 8.3.5-92.7
- Rebuild
- * Fri May 12 19:00:00 2006 David Cantrell <dcantrell{%}redhat{*}com> - 8.3.5-92.6
- Use ln and rm for trigger scripts (#190183)
- Added PreReq: coreutils for the tcl and tk packages (#190183)