aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-14 09:16:36 +0000
committerantirez <antirez>2005-03-14 09:16:36 +0000
commit6b0764588f803e81cd62a6a63ac626d95920bf12 (patch)
tree592b6ce47a7e8329fd4a0cf846bca5b90c4c544e /TODO
parent39b905ab9927ee895865b0c292f85542dce1a9c4 (diff)
downloadjimtcl-6b0764588f803e81cd62a6a63ac626d95920bf12.zip
jimtcl-6b0764588f803e81cd62a6a63ac626d95920bf12.tar.gz
jimtcl-6b0764588f803e81cd62a6a63ac626d95920bf12.tar.bz2
Removed the inclusion of a not-needed header file "sys/time.h"
that prevented compilation with JIM_ANSIC under non POSIX systems.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2667ed3..d6e83e3 100644
--- a/TODO
+++ b/TODO
@@ -18,6 +18,8 @@ CORE COMMANDS
- onleave command, executing something as soon as the current procedure
returns. With no arguments it returns the script set, with one appends
the onleave script. There should be a way to reset.
+- List commands to add: [lreverse], [squeeze]
+- Set commands: [lunion], [lintersect], and [ldifference]
COMMANDS NOT IN TCL BUT THAT SHOULD BE IN JIM