diff options
author | antirez <antirez> | 2005-03-14 09:16:36 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-03-14 09:16:36 +0000 |
commit | 6b0764588f803e81cd62a6a63ac626d95920bf12 (patch) | |
tree | 592b6ce47a7e8329fd4a0cf846bca5b90c4c544e /TODO | |
parent | 39b905ab9927ee895865b0c292f85542dce1a9c4 (diff) | |
download | jimtcl-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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |