summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index d79bd8aa..6542e700 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,10 @@
- Cleanup configure.in
+- Next now has sigaction() based on sigvec(). But it sill does not
+ seem to act correctly. Ctrl-C and Ctrl-Z don't return echo to the
+ underlying shell.
+
+- scp is broken under NeXT, and will need some TLC to be portable to
+ such an old platform. "struct dirent" does not exist, and under
+ next those functions take a single integer input.