Commit Graph

2 Commits

Author SHA1 Message Date
steven
b5ad736e43 add the version numbers back into some directory names, this works out
better for dependent ports.

ok maintainer
2006-10-28 17:52:18 +00:00
steven
ce3d3e0317 import itcl 3.3
[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.

from nikns at secure.lv
2006-10-25 14:24:03 +00:00