diff options
author | Steve Bennett <steveb@workware.net.au> | 2010-10-15 09:56:22 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2010-10-15 09:56:22 +1000 |
commit | 60d8c0ee82e6ee4119283b59f1f2f53d220efe79 (patch) | |
tree | 4ab5adfcbf4237cc790e9088f2fa1b8675c8eb38 /TODO | |
parent | 1ec055dfbe6db8839064d891e64e46e136c39b09 (diff) | |
download | jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.zip jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.tar.gz jimtcl-60d8c0ee82e6ee4119283b59f1f2f53d220efe79.tar.bz2 |
Cutover to new workware fork of Jim Tcl
Note that this commit removes some files and undoes
some commits which will be reapplied later.
This is the easiest way to switch across.
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ CORE LANGUAGE FEATURES CORE COMMANDS - All the missing standard core commands not related to I/O, namespaces, ... -- The current [expr] needs a lot of work, especially operators && and || +- The current [expr] needs a lot of work, expecially operators && and || are not lazy. Math functions are not present but probably will never be added as expr functions, but as Tcl commands, like [sin], [cos] and so on. @@ -70,7 +70,7 @@ IMPLEMENTATION ISSUES equivalent) handle in a list inside the interpreter structure. When the interpreter is freed all this handles should be closed with dlclose(). - *AssocData() function should allow to specify a delProc C function like - in the Tcl API. When the interpreter is destroyed all the delProc functions + in the Tcl API. When the interpreter is destroied all the delProc functions should be called to free the memory before to free the interpreter. - Convert dicts from lists directly without to pass from the string repr. |