changeset 42:bf66f0b4d50b

updated and extended todo file
author thomask
date Thu, 14 Oct 2004 10:28:06 +0000
parents 84e813a3e99b
children 3721550181c6
files todo.txt
diffstat 1 files changed, 29 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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;