]> git.llucax.com Git - software/dgc/naive.git/commit
Remove alloc module, move all other modules to gc/ and document v0.9
authorLeandro Lucarella <llucax@gmail.com>
Sat, 25 Apr 2009 23:37:44 +0000 (20:37 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 27 Apr 2009 01:12:53 +0000 (22:12 -0300)
commit802aa7fc0eeb044538d371e936197752bbb53612
tree0f1d49ba3b4af75a3ad7c86ebf2fb1e55290abde
parent9cbaa4a3180163f6966de2ee31bcef84df5bfdb3
Remove alloc module, move all other modules to gc/ and document

There are another bugfixes and restructuration (like debug prints
removal). This version should be the initial commit, the previos version
is keeped only because the alloc module can be useful in the future for
other implementations.
17 files changed:
.gitignore [new file with mode: 0644]
alloc.d [deleted file]
arch.d [deleted file]
cell.d [deleted file]
dynarray.d [deleted file]
gc.d [deleted file]
gc/arch.d [new file with mode: 0644]
gc/cell.d [new file with mode: 0644]
gc/dynarray.d [new file with mode: 0644]
gc/gc.d [new file with mode: 0644]
gc/iface.d [new file with mode: 0644]
gc/list.d [new file with mode: 0644]
iface.d [deleted file]
ldc.mak
list.d [deleted file]
posix.mak [new file with mode: 0644]
win32.mak [new file with mode: 0644]