log

age author description
Fri, 18 Mar 2005 07:59:16 +0000 thomask Internal error: ../ztc/cod4.c 352
Fri, 18 Mar 2005 07:49:35 +0000 thomask array.init
Fri, 18 Mar 2005 07:38:57 +0000 thomask static is ignored when applied to other declarations
Fri, 18 Mar 2005 07:30:21 +0000 thomask T!().a creates a new instantiation of T that is *not* the mixin
Fri, 18 Mar 2005 06:51:45 +0000 thomask creates a named template
Fri, 18 Mar 2005 06:47:18 +0000 thomask Inside a class template, to refer to the template (and not the class generated from the template), a '.' must prefix the template name.
Fri, 18 Mar 2005 06:45:07 +0000 thomask fixed = -> ==
Fri, 18 Mar 2005 05:29:08 +0000 thomask array - int
Thu, 17 Mar 2005 21:37:29 +0000 thomask paths without return statements are specifically allowed, the compiler has to insert an assert(0)
Thu, 17 Mar 2005 21:29:28 +0000 thomask 10 byte reals on the x86 align on 2 byte boundaries
Thu, 17 Mar 2005 21:25:17 +0000 thomask fixed new syntax (part 2)
Thu, 17 Mar 2005 21:22:53 +0000 thomask fixed new syntax
Thu, 17 Mar 2005 15:52:24 +0000 thomask float as slice index
Thu, 17 Mar 2005 15:20:24 +0000 thomask cast(uint/int)
Thu, 17 Mar 2005 15:00:16 +0000 thomask updated testcases to DMD version 0.118
Wed, 16 Mar 2005 16:51:29 +0000 thomask static{ this() }
Wed, 16 Mar 2005 12:52:50 +0000 thomask fixed ∧ and ∨ values
Wed, 16 Mar 2005 12:03:21 +0000 thomask long.min / long.sizeof
Wed, 16 Mar 2005 11:58:17 +0000 thomask associative arrays store copies (native, struct) and references (class)
Wed, 16 Mar 2005 11:09:23 +0000 thomask updated abstract tests to dmd-118
Wed, 16 Mar 2005 10:43:45 +0000 thomask updated align tests to dmd-118
Wed, 16 Mar 2005 10:33:13 +0000 thomask extern(C++) is now documented
Mon, 14 Mar 2005 07:07:41 +0000 thomask template argument / alias
Mon, 14 Mar 2005 07:06:21 +0000 thomask array init
Mon, 14 Mar 2005 06:11:35 +0000 thomask ? / bool, implicit cast
Sat, 12 Mar 2005 14:48:28 +0000 thomask added tests for named character entities
Sat, 12 Mar 2005 13:50:46 +0000 thomask added array[$] tests
Sat, 12 Mar 2005 13:49:58 +0000 thomask added __DATE__, __FILE__, __LINE__, __TIMESTAMP__ and __TIME tests
Sat, 12 Mar 2005 10:54:19 +0000 thomask offsetof
Sat, 12 Mar 2005 10:51:48 +0000 thomask evaluated const
Sat, 12 Mar 2005 10:49:12 +0000 thomask cgcs.c 353
Fri, 11 Mar 2005 23:50:05 +0000 thomask post Sinai part 1/3
Sun, 20 Feb 2005 09:57:03 +0000 thomask typeof / function
Sat, 19 Feb 2005 15:35:05 +0000 thomask sort ifloat/ireal/idouble
Sat, 19 Feb 2005 11:49:59 +0000 thomask removed pathlink dummy emails
Sat, 19 Feb 2005 11:23:31 +0000 thomask inline / static
Sat, 19 Feb 2005 11:20:29 +0000 thomask inline / foreach / struct
Sat, 19 Feb 2005 11:18:37 +0000 thomask enums in multiple scopes
Sat, 19 Feb 2005 11:15:48 +0000 thomask fixed Windows loadFile return code bug
Sat, 19 Feb 2005 11:15:17 +0000 thomask fixed printf bug in cowell-shaw io test
Fri, 18 Feb 2005 23:10:43 +0000 thomask colliding symbols via alias declaration
Fri, 18 Feb 2005 23:09:04 +0000 thomask alias inside of with/scope
Fri, 18 Feb 2005 23:07:46 +0000 thomask calling static function of a super class
Fri, 18 Feb 2005 23:06:03 +0000 thomask super outside of classes
Fri, 18 Feb 2005 23:04:38 +0000 thomask updated todo
Sun, 13 Feb 2005 21:15:50 +0000 thomask function as case condition
Sun, 13 Feb 2005 12:27:21 +0000 thomask fixed date typo
Sat, 12 Feb 2005 13:40:35 +0000 thomask updated meta info for module tests
Sat, 12 Feb 2005 10:25:41 +0000 thomask this -> var in classes and structs
Sat, 12 Feb 2005 10:24:24 +0000 thomask with and opIndex
Sat, 12 Feb 2005 00:39:37 +0000 thomask covariant return statements (classes)
Sat, 12 Feb 2005 00:37:55 +0000 thomask new struct*
Sat, 12 Feb 2005 00:36:18 +0000 thomask fixed name typo
Wed, 09 Feb 2005 08:08:29 +0000 thomask added cent and ucent tests
Mon, 07 Feb 2005 13:29:46 +0000 thomask -inline flag and "with"
Mon, 07 Feb 2005 12:41:48 +0000 thomask InException and OutException
Mon, 07 Feb 2005 00:57:53 +0000 thomask updated defencive versions tests for not yet documented versions "Sparc" and "solaris"
Mon, 07 Feb 2005 00:08:11 +0000 thomask added *BSD support to the test framework
Sun, 06 Feb 2005 11:35:02 +0000 thomask invariant doesn't throw InvariantException
Sun, 06 Feb 2005 11:29:02 +0000 thomask invariant and ctor