a circular dependency: compiling C-files of tcllib requires critcl, but critcl requires the cmdline (pure-Tcl) component of tcllib. PR: 195863, 200612 Approved by: gahr (blanket)
5 lines
199 B
Text
5 lines
199 B
Text
Some of the modules in Tcllib have C-implementations, which are
|
|
considerably faster than the pure-Tcl ones.
|
|
|
|
This port adds tcllibc, which contains all such available C-versions
|
|
of Tcllib's modules.
|