Robert Clipsham
|
65c892ee62
|
Merge SiegeLord's dmdfe 1.064 patch.
|
2011-01-01 21:23:08 +00:00 |
|
Moritz Warning
|
c4e255206a
|
fixes #431 :: apply DMDFE 1.062; thanks SiegeLord
|
2010-09-27 00:06:28 +02:00 |
|
Moritz Warning
|
ac5180b65b
|
fixes #426 :: detab'ing the DMDFE source; kudos SiegeLord
|
2010-09-05 19:04:26 +02:00 |
|
Moritz Warning
|
fbba26f9bb
|
fixes #425 :: Upgrade to DMDFE 1.058 patch; big thanks to SiegeLord
|
2010-09-04 12:42:38 +02:00 |
|
Leandro Lucarella
|
4d74a325fc
|
Merge DMD r304: refactor invariant => immutable
---
dmd/cast.c | 2 +-
dmd/declaration.c | 2 +-
dmd/declaration.h | 3 +--
dmd/doc.c | 2 +-
dmd/expression.c | 6 +++---
dmd/interpret.c | 4 ++--
dmd/mtype.c | 2 +-
dmd/mtype.h | 2 +-
dmd/parse.c | 4 ++--
dmd/struct.c | 2 +-
10 files changed, 14 insertions(+), 15 deletions(-)
|
2010-01-06 15:18:22 -03:00 |
|
Leandro Lucarella
|
357dc9c1a9
|
Merge DMD r253: refactor: Argument => Parameter
---
dmd/arrayop.c | 30 ++++----
dmd/arraytypes.h | 2 +-
dmd/class.c | 8 +-
dmd/declaration.c | 10 ++--
dmd/declaration.h | 16 ++--
dmd/doc.c | 12 ++--
dmd/dsymbol.c | 4 +-
dmd/expression.c | 48 +++++++-------
dmd/expression.h | 32 +++++-----
dmd/func.c | 78 +++++++++++-----------
dmd/init.c | 2 +-
dmd/interpret.c | 8 +-
dmd/mtype.c | 190 ++++++++++++++++++++++++++--------------------------
dmd/mtype.h | 32 +++++-----
dmd/opover.c | 34 +++++-----
dmd/parse.c | 40 ++++++------
dmd/parse.h | 2 +-
dmd/statement.c | 90 +++++++++++++-------------
dmd/statement.h | 14 ++--
dmd/struct.c | 8 +-
dmd/template.c | 30 ++++----
gen/functions.cpp | 10 ++--
gen/functions.h | 2 +-
gen/tocall.cpp | 10 ++--
gen/typinf.cpp | 6 +-
25 files changed, 359 insertions(+), 359 deletions(-)
|
2010-01-06 15:18:20 -03:00 |
|
Christian Kamm
|
3479e91996
|
Merge DMD 1.051
|
2009-11-06 23:58:01 +01:00 |
|
Tomas Lindquist Olsen
|
3ac45285fc
|
Cleanup DMD 1.041 merge.
|
2009-03-23 20:26:33 +01:00 |
|
Tomas Lindquist Olsen
|
8b751cce0e
|
- Updated to DMD frontend 1.041.
- Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
|
2009-03-12 20:37:27 +01:00 |
|
Tomas Lindquist Olsen
|
dcb9628849
|
Merged DMD 1.039
|
2009-01-07 19:34:48 +01:00 |
|
Tomas Lindquist Olsen
|
16409a3367
|
Merged DMD 1.038
|
2009-01-06 16:33:51 +01:00 |
|
Tomas Lindquist Olsen
|
f3b3db7fa9
|
Changed all '#if linux || __APPLE__' to '#if POSIX' so we can support other platforms too, thanx for the suggestion anders.
|
2008-09-02 23:10:12 +02:00 |
|
Jacob Carlborg
|
81de0c4b23
|
Add __APPLE__ to most #if linux compile time switches.
|
2008-08-24 16:54:06 +02:00 |
|
Tomas Lindquist Olsen
|
5aae7a6bee
|
Merged DMD 1.034, array operations are not yet implemented ;)
|
2008-08-14 06:55:41 +02:00 |
|
Tomas Lindquist Olsen
|
832504e5d7
|
[svn r357] Merged DMD 1.033
|
2008-07-12 19:38:31 +02:00 |
|
Christian Kamm
|
7ae4bc6477
|
[svn r175] merged dmd 1.029
|
2008-05-01 15:15:28 +02:00 |
|
Tomas Lindquist Olsen
|
4428e47a66
|
[svn r134] Merged the DMD 1.024 frontend.
Added std.base64.
|
2007-12-28 23:52:40 +01:00 |
|
Tomas Lindquist Olsen
|
34699bbb07
|
[svn r5] Initial commit. Most things are very rough.
|
2007-09-01 21:43:27 +02:00 |
|