- Notifications
You must be signed in to change notification settings - Fork5
Commit2878220
committed
Convert PL/Tcl to use Tcl's "object" interfaces.
The original implementation of Tcl was all strings, but they improvedperformance significantly by introducing typed "objects" (integers,lists, code, etc). It's past time we made use of that; that happenedin Tcl 8.0 which was released in 1997.This patch also modernizes some of the error-reporting code, which maycause small changes in the spelling of complaints about bad calls toPL/Tcl-provided commands.Jim Nasby and Karl Lehenbauer, reviewed by Victor Wagner1 parent3b8d721 commit2878220
1 file changed
+329
-336
lines changed0 commit comments
Comments
(0)