changeset 393:097e3e3d1ddf

updated results (Linux, dmd)
author thomask
date Wed, 06 Apr 2005 19:47:57 +0000
parents 9faddc0de2ba
children 2568b5ff35c0
files todo.txt
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/todo.txt	Wed Apr 06 18:56:06 2005 +0000
+++ b/todo.txt	Wed Apr 06 19:47:57 2005 +0000
@@ -12,22 +12,12 @@
 Benchmark:
 * integrate benchmark results: SciMark, cowell-shah, oopack, ackermann
 
-Meta data:
-* retag nocompile I-V
-* retag compile A-Z
-* retag run A-Z
-* retag norun A-Z
-
 Test cases:
 * keyword: asm
 * keyword: break (mutexes)
-* keyword: in out body
-* keyword: cent
 * keyword: cdouble
 * keyword: cfloat
-* keyword: char (test that it realy is unsigned)
 * keyword: continue
-* keyword: delete
 * keyword: export
 * keyword: extern
 * keyword: function
@@ -35,29 +25,21 @@
 * keyword: idouble
 * keyword: ifloat
 * keyword: import
-* keyword: invariant (when: public, export, destructor; circumvention with pointers possible?)
 * keyword: ireal
 * keyword: module
 * keyword: package
-* keyword: pragma(lib, "library name")
 * keyword: private
 * keyword: protected
 * keyword: public
 * keyword: return (synchronization objects/mutexes)
 * keyword: struct (anonymous)
 * keyword: synchronized
-* keyword: typeid (alias, typedef, union, ?functions, ?delegates)
 * keyword: ucent
 * keyword: union (anonymous)
-* keyword: unittest
 * keyword: volatile
 
-* extend tests for design by contract
-
 * extend tests for inner functions and closures
 
-* operators
-
 * custom operator implementations
 
 * octal and decimal integer literals
@@ -66,8 +48,6 @@
 
 * IEEE 754 tests
 
-* class and struct (de)allocators
-
 * module initializers & destructors
 
 * maximum possible size of source/names/arrays