log gen/complex.h @ 1638:0de4525a9ed6

age author description
Mon, 06 Oct 2008 22:54:08 +0200 Christian Kamm Some missed LLVMDC -> LDC.
Mon, 22 Sep 2008 20:29:18 +0200 Christian Kamm Simplify complex number handling. Fixes bug with complex substraction.
Tue, 09 Sep 2008 16:49:47 -0700 Tomas Lindquist Olsen Complex number should now follow the D ABI on x86. They're also treated as first class values now. Big change.
Sat, 26 Jul 2008 17:19:16 +0200 Christian Kamm Give error messages for invalid casts.
Mon, 09 Jun 2008 09:37:08 +0200 lindquist [svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. trunk
Thu, 05 Jun 2008 06:38:36 +0200 lindquist [svn r233] Added: -oq command line option for writing fully qualified object names. trunk
Fri, 30 May 2008 19:32:04 +0200 lindquist [svn r229] Updated the object.d implementation to the latest Tango. trunk
Mon, 05 May 2008 20:28:59 +0200 lindquist [svn r180] Fixed complex negation, and tango.math.Math now compiles. trunk
Tue, 20 Nov 2007 00:02:35 +0100 lindquist [svn r111] Fixed most problems with complex number support and added typeinfo for them. trunk
Mon, 19 Nov 2007 02:58:58 +0100 lindquist [svn r108] Now basic suppport for complex types. =,+,-,*,/ are supported. trunk