aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-22 19:26:45 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-22 19:26:45 +0100
commitaea39acc84741eb2fa868865e9fdc0395fa94478 (patch)
tree885e0744f5d593ed90c70708e0066c6219449723 /TODO
parent8d2362930fb5b998fbb0a638e51b1ca74a2a1c1a (diff)
downloadsciteco-aea39acc84741eb2fa868865e9fdc0395fa94478.tar.gz
fixed: macro program counter is fixed after error occurred while executing commandline
fixes errors in loops or loop interruptions (may leave program counter somewhere in the loop)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9b2578c..6b3cf39 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
Known Bugs:
- * Dot is not always restored properly (e.g. after closing file)
- * Strange behaviour after loop interruption (e.g. "<%a>")
+ * ??? Dot is not always restored properly (e.g. after closing file)
+ need test case!!!
* Null-byte in strings not always handled transparently
* saving another user's file will only preserve the user when run as root
(WON'T FIX!?)