log

age author description
Sat, 18 Jun 2005 08:36:27 +0000 thomask expression.c:272: void functionArguments(Loc, Scope*, TypeFunction*, Array*): Assertion `0' failed
Sat, 18 Jun 2005 08:27:57 +0000 thomask misplaced initialisers in static rectangular array
Sat, 18 Jun 2005 07:34:47 +0000 thomask empty array length and ptr
Sat, 18 Jun 2005 07:15:32 +0000 thomask anonymous class
Fri, 17 Jun 2005 19:48:02 +0000 thomask circular class inheritance
Fri, 17 Jun 2005 19:47:10 +0000 thomask ignored attributes of imported alias
Fri, 17 Jun 2005 19:42:25 +0000 thomask added basic nested class tests
Sat, 11 Jun 2005 16:25:27 +0000 thomask catchup 1/3
Sat, 11 Jun 2005 06:58:13 +0000 thomask added missing ELINE tag
Sat, 11 Jun 2005 06:56:15 +0000 thomask Regan Heath <regan@netwin.co.nz>
Sat, 11 Jun 2005 06:18:32 +0000 thomask compiler hangs on recursive template
Sat, 11 Jun 2005 06:07:28 +0000 thomask basic static if testing
Fri, 10 Jun 2005 19:10:21 +0000 thomask undetected deprecated "delete"
Fri, 10 Jun 2005 17:21:54 +0000 thomask mixing "static if" and "if"
Thu, 09 Jun 2005 14:47:33 +0000 thomask Nested struct non-static initializer crash
Thu, 09 Jun 2005 14:36:32 +0000 thomask void.sizeof: semicolon expected, not '.'
Wed, 08 Jun 2005 17:49:15 +0000 thomask updated "===" -> "is" and "!==" to "!(...===...)"
Wed, 08 Jun 2005 17:25:48 +0000 thomask updated "delete associativeArray[key]" to "associativeArray.remove(key)"
Mon, 06 Jun 2005 05:41:24 +0000 thomask Internal error: ../ztc/cod1.c 2503
Sat, 04 Jun 2005 18:37:55 +0000 thomask removed dead code
Sat, 04 Jun 2005 18:36:29 +0000 thomask included string mapping tests for function and delegate
Sat, 04 Jun 2005 18:34:39 +0000 thomask removed deprecated bat generator for windows
Thu, 02 Jun 2005 15:42:31 +0000 thomask partial metadata fix
Thu, 02 Jun 2005 11:38:07 +0000 thomask fixed cleanup target
Wed, 01 Jun 2005 19:56:59 +0000 thomask nested types can't be forward referenced
Wed, 01 Jun 2005 19:42:25 +0000 thomask invalid code generation
Wed, 01 Jun 2005 13:02:35 +0000 thomask Nick <Nick_member@pathlink.com>
Wed, 01 Jun 2005 12:34:19 +0000 thomask Internal error: ../ztc/evalu8.c 174
Wed, 01 Jun 2005 12:25:13 +0000 thomask Internal error: e2ir.c 488 (char 00914B24) (0x811ad08)
Wed, 01 Jun 2005 12:10:29 +0000 thomask aliasing an interface array after another interface using the alias makes it impossible to implement the interface