Tomas Lindquist Olsen
|
905ca019dd
|
Added type param to DVarValue as DMD sometimes overrides the type of the VarDeclaration.
Added support for align(1)/packed structs, other alignments are still ignored.
Fixed some problems with accessing lazy arguments.
|
2008-07-30 10:12:55 +02:00 |
|
Christian Kamm
|
3db56c7a17
|
Error message for calling a function with a missing 'this' arg.
|
2008-07-29 10:29:52 +02:00 |
|
Tomas Lindquist Olsen
|
8c98499193
|
Fixed issue with internal real representation, incorrect for non x86-32 architectures.
Cleaned up CallExp::toElem, moved implementation to tocall.cpp providing a single procedure to call arbitrary D functions fairly easily.
|
2008-07-28 02:11:34 +02:00 |
|
Tomas Lindquist Olsen
|
dbd640a3dc
|
[svn r368] Fixed custom class allocators with arbitrary user arguments. Closes #25
Removed some dead code.
Started on a more generalised approach to call misc. D functions.
|
2008-07-13 20:49:10 +02:00 |
|