Commit graph

40461 commits

Author SHA1 Message Date
Sean Kelly
aa7daf8302 Fixed eol-style for all source files. This closes #1 2008-10-08 05:49:34 +00:00
Sean Kelly
581546cdbf Fixed a few mistakes regarding invariance, etc, between D1 and D2. 2008-10-06 19:41:05 +00:00
Sean Kelly
ca1ab9f200 Fixed a few mistakes regarding invariance, etc, between D1 and D2. 2008-10-06 19:39:07 +00:00
Sean Kelly
45827f65a7 Applied freebsd stdc changes from Tango. 2008-10-04 00:38:57 +00:00
Sean Kelly
dcec3ba1cb Added "invariant" module to fix link issues because DMD generates references to an extern (D) function it contains. Hopefully, this is only temporary and the routine will be made extern (C), thus allowing the use of "invariant_" instead. The rationale being that it's not a good thing to have modules with the same name as reserved words. 2008-09-30 19:50:33 +00:00
Sean Kelly
9392888eee Removed an errant lib file. 2008-09-23 03:30:11 +00:00
Sean Kelly
e5e25ae17f Applied all D2 changes to trunk. It should now be a fully functional D2 runtime. 2008-09-23 03:29:18 +00:00
Sean Kelly
1ff99272c7 Finished flattening D1/D2 differences. Except for one or two lines, all differences between the D1 and D2 runtimes is now strictly additive. 2008-09-23 03:21:04 +00:00
Sean Kelly
0a57c36dda The next batch of updates towards D2 support. The lib should be pretty close to compiling with D2 now, and the D2 runtime changes have been reduced to a compact set of pure additions (few/no alterations). Next update will be aimed at finishing the process of getting the lib to build with -w set under D2, which will mean adding "override" where necessary to the compiler runtime as well as figuring out how to deal with the use of 'volatile' in the thread code. 2008-09-20 02:53:43 +00:00
Sean Kelly
6837c0cd42 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. 2008-09-19 02:35:12 +00:00
root
c072c221d5 initial repository setup 2008-09-10 02:25:56 +00:00