log

age author description
Fri, 19 Mar 2010 09:31:25 +0100 Christian Kamm Added tag 0.9.2 for changeset 18bbb1436153
Wed, 10 Mar 2010 20:21:05 -0700 Kelly Wilson Change the ldc.conf file output to match the newer Tango directory structure and only use libtango-user-ldc for the libs to match the 0.99.9 build instructions. 0.9.2
Wed, 10 Mar 2010 19:35:14 -0700 Kelly Wilson Strange workaround for returning from within 'void main()'. The new dmdfe sets the ReturnStatement->exp to null. Fixed bug #391.
Tue, 09 Mar 2010 23:21:48 +0200 Matti Niemenmaa Don't remove an old .o with -output-{bc,ll,s}.
Tue, 09 Mar 2010 23:20:39 +0200 Matti Niemenmaa Don't error out with -singleobj, -of, and -c/-output-{bc,ll,o,s}.
Tue, 09 Mar 2010 23:07:08 +0200 Matti Niemenmaa Add -linkonce-templates for emitting linkonce_odr syms instead of weak_odr.
Mon, 08 Mar 2010 23:37:40 -0700 Kelly Wilson Apply patch from klickverbot. This is his 'proper fix' patch for bug #395.