# HG changeset patch # User thomask # Date 1097749686 0 # Node ID bf66f0b4d50b2f47549dab5df92ad833ec3fdb30 # Parent 84e813a3e99ba3cd1eb6d6dc3fc7475d06a06a3d updated and extended todo file diff -r 84e813a3e99b -r bf66f0b4d50b todo.txt --- a/todo.txt Thu Oct 14 10:27:10 2004 +0000 +++ b/todo.txt Thu Oct 14 10:28:06 2004 +0000 @@ -1,19 +1,37 @@ -* general review / remove duplicated tests +* general review / endian issues +* remove duplicated tests +* keyword: asm +* keyword: body +* keyword: cent +* keyword: cdouble +* keyword: cfloat +* keyword: char (test that it realy is unsigned) +* keyword: creal +* keyword: const +* keyword: continue +* keyword: dchar +* keyword: debug +* keyword: delegate +* keyword: export +* keyword: extern +* keyword: function +* keyword: idouble +* keyword: ifloat +* keyword: import +* keyword: invariant +* keyword: ireal +* keyword: module * keyword: package +* keyword: private * keyword: protected * keyword: public -* keyword: export -* keyword: debug +* keyword: struct (anonymous) * keyword: synchronized -* keyword: private +* keyword: ucent * keyword: unittest -* keyword: struct (anonymous) -* keyword: function -* keyword: asm -* keyword: char (test that it realy is unsigned) +* keyword: volatile * keyword: wchar -* keyword: dchar * extend tests for design by contract @@ -27,6 +45,8 @@ * floating literals +* IEEE 754 tests + * module initializers & ?destructors? module foo;