diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,3 +9,10 @@ | |||
9 | 9 | ||
10 | - Cleanup configure.in | 10 | - Cleanup configure.in |
11 | 11 | ||
12 | - Next now has sigaction() based on sigvec(). But it sill does not | ||
13 | seem to act correctly. Ctrl-C and Ctrl-Z don't return echo to the | ||
14 | underlying shell. | ||
15 | |||
16 | - scp is broken under NeXT, and will need some TLC to be portable to | ||
17 | such an old platform. "struct dirent" does not exist, and under | ||
18 | next those functions take a single integer input. | ||