aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@freebsd.org>2010-01-22 07:33:15 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-01-22 07:33:15 +0100
commit93b322a31c5767befa963e5673a3fbed6d9e9b7c (patch)
treece93e6a95d1700679bdab6df3535a4f0aaf798fd /TODO
parent3c42134174d7d507b28451c20487a6c88ae42956 (diff)
downloadjimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.zip
jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.tar.gz
jimtcl-93b322a31c5767befa963e5673a3fbed6d9e9b7c.tar.bz2
docs: Minor stylistic tweaks
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index ff7cc06..0365f15 100644
--- a/TODO
+++ b/TODO
@@ -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, expecially operators && and ||
+- The current [expr] needs a lot of work, especially 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 destroied all the delProc functions
+ in the Tcl API. When the interpreter is destroyed 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.