diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-10-22 22:09:43 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-10-22 22:09:43 +0200 |
commit | 727cdcbadf23c1986b0aed547aa645c9813f351b (patch) | |
tree | ce438518fdee021996d1eeee42ed6290376cac98 /flower/TODO | |
parent | 675bd3e6ea001c3af033b51a6e2eeab6a5809e86 (diff) |
release: 0.0.2
Diffstat (limited to 'flower/TODO')
-rw-r--r-- | flower/TODO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/flower/TODO b/flower/TODO new file mode 100644 index 0000000000..c8f3e5ad52 --- /dev/null +++ b/flower/TODO @@ -0,0 +1,20 @@ + + * change String::pos + + s[s.pos('%')] == '%' + + would be nice + + * use template handle in handle.hh for strings. + + * Restricted cursor/list: make sublist from a list, and use rcursor as if list is as big as the sublist. + + * Cursor signedcompare + + * int Cursor::op-(Cursor) + + * move towards gnu? + + parsestream.h + vector.h + |