Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.
Arch: x86_64
Download: | itcl-3.2-92.x86_64.rpm |
Build Date: | Thu Feb 5 05:18:02 2004 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 4.74 MiB |
Changelog
- * Wed Sep 17 05:00:00 2003 Matt Wilson <msw{%}redhat{*}com> 8.3.5-92
- rebuild again for #91211
- * Wed Sep 17 05:00:00 2003 Matt Wilson <msw{%}redhat{*}com> 8.3.5-91
- rebuild to fix gzipped file md5sums (#91211)
- * Fri Jul 4 05:00:00 2003 Jens Petersen <petersen{%}redhat{*}com> - 8.3.5-90
- split out devel files from tcl and tk into -devel subpackages (#90087)
- make sure expect and itcl are linked against buildroot not installroot libs
- add itcl3.2-tclstubs-cfg.patch so that itcl can find tclstubs in buildroot
- fix tcl package path in tclConfig.sh to point to datadir (#90160)
[reported by Michal Jaegermann)]
- remove gratuitous whitespace in koi8-u.enc (#88806)
[reported with fix by Victor Cheburkin]
- update ucs4 patch to also change regcustom.h, but disable it for now (#89098)