]> git.llucax.com Git - software/druntime.git/commit
First commit of the D Runtime Project. This includes a fully functional runtime...
authorsean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Fri, 19 Sep 2008 02:35:12 +0000 (02:35 +0000)
committersean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Fri, 19 Sep 2008 02:35:12 +0000 (02:35 +0000)
commit5a07183e26b7ca151959629420a83f59af5339f3
tree1cc48031f85dd0172558478c3de4c0196a405d8a
parent353ae49bb4eada78e342cb31561129d5feba7f99
First commit of the D Runtime Project.  This includes a fully functional runtime for DMD/D1.  Support for DMD/D2 is next on the agenda.

git-svn-id: http://svn.dsource.org/projects/druntime/trunk@5 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f
163 files changed:
import/bitmanip.di [new file with mode: 0644]
import/object.di [new file with mode: 0644]
import/std/c/stdarg.di [new file with mode: 0644]
import/std/intrinsic.di [new file with mode: 0644]
import/std/stdarg.di [new file with mode: 0644]
import/stdc/complex.d [new file with mode: 0644]
import/stdc/config.d [new file with mode: 0644]
import/stdc/ctype.d [new file with mode: 0644]
import/stdc/errno.d [new file with mode: 0644]
import/stdc/fenv.d [new file with mode: 0644]
import/stdc/inttypes.d [new file with mode: 0644]
import/stdc/limits.d [new file with mode: 0644]
import/stdc/locale.d [new file with mode: 0644]
import/stdc/math.d [new file with mode: 0644]
import/stdc/posix/arpa/inet.d [new file with mode: 0644]
import/stdc/posix/config.d [new file with mode: 0644]
import/stdc/posix/dirent.d [new file with mode: 0644]
import/stdc/posix/dlfcn.d [new file with mode: 0644]
import/stdc/posix/fcntl.d [new file with mode: 0644]
import/stdc/posix/inttypes.d [new file with mode: 0644]
import/stdc/posix/net/if_.d [new file with mode: 0644]
import/stdc/posix/netinet/in_.d [new file with mode: 0644]
import/stdc/posix/netinet/tcp.d [new file with mode: 0644]
import/stdc/posix/poll.d [new file with mode: 0644]
import/stdc/posix/pthread.d [new file with mode: 0644]
import/stdc/posix/pwd.d [new file with mode: 0644]
import/stdc/posix/sched.d [new file with mode: 0644]
import/stdc/posix/semaphore.d [new file with mode: 0644]
import/stdc/posix/setjmp.d [new file with mode: 0644]
import/stdc/posix/signal.d [new file with mode: 0644]
import/stdc/posix/stdio.d [new file with mode: 0644]
import/stdc/posix/stdlib.d [new file with mode: 0644]
import/stdc/posix/sys/ipc.d [new file with mode: 0644]
import/stdc/posix/sys/mman.d [new file with mode: 0644]
import/stdc/posix/sys/select.d [new file with mode: 0644]
import/stdc/posix/sys/shm.d [new file with mode: 0644]
import/stdc/posix/sys/socket.d [new file with mode: 0644]
import/stdc/posix/sys/stat.d [new file with mode: 0644]
import/stdc/posix/sys/time.d [new file with mode: 0644]
import/stdc/posix/sys/types.d [new file with mode: 0644]
import/stdc/posix/sys/uio.d [new file with mode: 0644]
import/stdc/posix/sys/wait.d [new file with mode: 0644]
import/stdc/posix/termios.d [new file with mode: 0644]
import/stdc/posix/time.d [new file with mode: 0644]
import/stdc/posix/ucontext.d [new file with mode: 0644]
import/stdc/posix/unistd.d [new file with mode: 0644]
import/stdc/posix/utime.d [new file with mode: 0644]
import/stdc/signal.d [new file with mode: 0644]
import/stdc/stdarg.d [new file with mode: 0644]
import/stdc/stddef.d [new file with mode: 0644]
import/stdc/stdint.d [new file with mode: 0644]
import/stdc/stdio.d [new file with mode: 0644]
import/stdc/stdlib.d [new file with mode: 0644]
import/stdc/string.d [new file with mode: 0644]
import/stdc/tgmath.d [new file with mode: 0644]
import/stdc/time.d [new file with mode: 0644]
import/stdc/wctype.d [new file with mode: 0644]
import/sys/windows/windows.d [new file with mode: 0644]
license.txt [new file with mode: 0644]
src/build-dmd.bat [new file with mode: 0644]
src/build-dmd.sh [new file with mode: 0644]
src/compiler/dmd/aApply.d [new file with mode: 0644]
src/compiler/dmd/aApplyR.d [new file with mode: 0644]
src/compiler/dmd/aaA.d [new file with mode: 0644]
src/compiler/dmd/adi.d [new file with mode: 0644]
src/compiler/dmd/alloca.d [new file with mode: 0644]
src/compiler/dmd/arraybyte.d [new file with mode: 0644]
src/compiler/dmd/arraycast.d [new file with mode: 0644]
src/compiler/dmd/arraycat.d [new file with mode: 0644]
src/compiler/dmd/arraydouble.d [new file with mode: 0644]
src/compiler/dmd/arrayfloat.d [new file with mode: 0644]
src/compiler/dmd/arrayint.d [new file with mode: 0644]
src/compiler/dmd/arrayreal.d [new file with mode: 0644]
src/compiler/dmd/arrayshort.d [new file with mode: 0644]
src/compiler/dmd/cast_.d [new file with mode: 0644]
src/compiler/dmd/cmath2.d [new file with mode: 0644]
src/compiler/dmd/compiler.d [new file with mode: 0644]
src/compiler/dmd/complex.c [new file with mode: 0644]
src/compiler/dmd/cover.d [new file with mode: 0644]
src/compiler/dmd/critical.c [new file with mode: 0644]
src/compiler/dmd/deh.c [new file with mode: 0644]
src/compiler/dmd/deh2.d [new file with mode: 0644]
src/compiler/dmd/dmain2.d [new file with mode: 0644]
src/compiler/dmd/invariant_.d [new file with mode: 0644]
src/compiler/dmd/lifetime.d [new file with mode: 0644]
src/compiler/dmd/llmath.d [new file with mode: 0644]
src/compiler/dmd/mars.h [new file with mode: 0644]
src/compiler/dmd/memory.d [new file with mode: 0644]
src/compiler/dmd/memset.d [new file with mode: 0644]
src/compiler/dmd/minit.asm [new file with mode: 0644]
src/compiler/dmd/minit.obj [new file with mode: 0644]
src/compiler/dmd/monitor.c [new file with mode: 0644]
src/compiler/dmd/obj.d [new file with mode: 0644]
src/compiler/dmd/object_.d [new file with mode: 0644]
src/compiler/dmd/posix.mak [new file with mode: 0644]
src/compiler/dmd/qsort.d [new file with mode: 0644]
src/compiler/dmd/qsort2.d [new file with mode: 0644]
src/compiler/dmd/switch_.d [new file with mode: 0644]
src/compiler/dmd/trace.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_AC.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Acdouble.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Acfloat.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Acreal.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Adouble.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Afloat.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Ag.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Aint.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Along.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Areal.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_Ashort.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_C.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_byte.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_cdouble.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_cfloat.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_char.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_creal.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_dchar.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_delegate.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_double.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_float.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_idouble.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_ifloat.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_int.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_ireal.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_long.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_ptr.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_real.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_short.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_ubyte.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_uint.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_ulong.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_ushort.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_void.d [new file with mode: 0644]
src/compiler/dmd/typeinfo/ti_wchar.d [new file with mode: 0644]
src/compiler/dmd/util/console.d [new file with mode: 0644]
src/compiler/dmd/util/cpuid.d [new file with mode: 0644]
src/compiler/dmd/util/ctype.d [new file with mode: 0644]
src/compiler/dmd/util/string.d [new file with mode: 0644]
src/compiler/dmd/util/utf.d [new file with mode: 0644]
src/compiler/dmd/win32.mak [new file with mode: 0644]
src/compiler/tango-rt-dmd.lib [new file with mode: 0644]
src/core/bitmanip.d [new file with mode: 0644]
src/core/exception.d [new file with mode: 0644]
src/core/memory.d [new file with mode: 0644]
src/core/posix.mak [new file with mode: 0644]
src/core/runtime.d [new file with mode: 0644]
src/core/stdc.c [new file with mode: 0644]
src/core/thread.d [new file with mode: 0644]
src/core/win32.mak [new file with mode: 0644]
src/dmd-posix.mak [new file with mode: 0644]
src/dmd-win32.mak [new file with mode: 0644]
src/dmd.conf [new file with mode: 0644]
src/gc/basic/gc.d [new file with mode: 0644]
src/gc/basic/gcalloc.d [new file with mode: 0644]
src/gc/basic/gcbits.d [new file with mode: 0644]
src/gc/basic/gcstats.d [new file with mode: 0644]
src/gc/basic/gcx.d [new file with mode: 0644]
src/gc/basic/posix.mak [new file with mode: 0644]
src/gc/basic/win32.mak [new file with mode: 0644]
src/gc/stub/gc.d [new file with mode: 0644]
src/gc/stub/posix.mak [new file with mode: 0644]
src/gc/stub/win32.mak [new file with mode: 0644]
src/sc.ini [new file with mode: 0644]