gdc

gdc:gdc-1.x

Last commit made on 2012-03-27
Get this branch:
git clone -b gdc-1.x https://git.launchpad.net/gdc

Branch merges

Branch information

Name:
gdc-1.x
Repository:
lp:gdc

Recent commits

55ccab2... by Iain Buclaw

Add .gitignore to project folder

1f47c80... by Iain Buclaw

Split off D1 source files into separate maintained branch.

2b6b1a3... by Iain Buclaw

Merge pull request #1 from jpf91/428a7573896962acfdd8132465b1f4af0ff3aea8

Fix GC on Android

2ab0d34... by Iain Buclaw

Merge pull request #3 from jpf91/new-backtrace

Implement generic backtraces for GDC

ac98d86... by Johannes Pfau

Implement generic backtraces for GDC

428a757... by Johannes Pfau

Fix GC on Android

__get_stack_base returns the base address which is the
'smallest possible top'. So bottom is actually base + size.
The stack then grows down from bottom to top.

57bed38... by Iain Buclaw

Merged in wolfgangst/gdc (pull request #10)

b41f889... by Wolfgang Steffens <email address hidden>

using register indices instead of names in threadasm.S
this allows removing -mnamedregs which is ppc only

6f96f79... by Iain Buclaw

Issue #316 - ICE in RedBlackTree unittest

9452d45... by Iain Buclaw

Issue #319 - ICE: segfault in std.parallelism unittest