kai
|
8a20415cd1
|
Fix white space.
|
2012-03-06 07:28:29 +01:00 |
|
kai
|
f9201e8352
|
Merge 1.072
|
2012-02-02 03:13:27 +01:00 |
|
Moritz Warning
|
f654235139
|
fixes #432 :: apply DMDFE 1.063; thanks SiegeLord
|
2010-09-27 00:07:03 +02:00 |
|
Moritz Warning
|
ac5180b65b
|
fixes #426 :: detab'ing the DMDFE source; kudos SiegeLord
|
2010-09-05 19:04:26 +02: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 |
|
Leandro Lucarella
|
68d53eb635
|
Use just \n as end of line
---
dmd/arraytypes.h | 102 ++++----
dmd/enum.c | 652 ++++++++++++++++++++++++++--------------------------
dmd/parse.h | 292 ++++++++++++------------
dmd/staticassert.c | 240 ++++++++++----------
4 files changed, 643 insertions(+), 643 deletions(-)
|
2010-01-06 15:18:19 -03:00 |
|
Leandro Lucarella
|
7d2c329195
|
Merge DMD r243: some harmonization with D2 dmd
---
dmd/aggregate.h | 24 ++++-
dmd/attrib.c | 63 ++++++----
dmd/attrib.h | 10 +-
dmd/declaration.h | 5 +-
dmd/func.c | 337 ++++++++++++++++++++++-------------------------------
dmd/mars.c | 2 +-
dmd/mars.h | 7 +
dmd/mtype.h | 13 ++-
dmd/parse.c | 32 ++++-
dmd/parse.h | 14 ++-
dmd/scope.h | 2 +-
11 files changed, 263 insertions(+), 246 deletions(-)
|
2010-01-06 15:18:19 -03:00 |
|
Tomas Lindquist Olsen
|
e8780d50e8
|
Merged DMD 1.045 !!!
|
2009-05-16 22:21:31 +02:00 |
|
Tomas Lindquist Olsen
|
3d1f8cc565
|
Merged DMD 1.042.
|
2009-04-03 17:59:34 +02:00 |
|
Tomas Lindquist Olsen
|
832504e5d7
|
[svn r357] Merged DMD 1.033
|
2008-07-12 19:38:31 +02:00 |
|
Tomas Lindquist Olsen
|
34699bbb07
|
[svn r5] Initial commit. Most things are very rough.
|
2007-09-01 21:43:27 +02:00 |
|