|
|
|
@72
|
[72]
|
01/05/09 15:16:40 |
sean |
Added Posix test-dmd scripts to match the Win32 scripts. |
|
|
|
@71
|
[71]
|
01/05/09 15:14:34 |
sean |
The "test-dmd" build script now works in a similar manner as Phobos and … |
|
|
|
@68
|
[68]
|
12/18/08 15:02:25 |
sean |
* Converted tabs to spaces from prior commit.
* Merged relevant changes … |
|
|
|
@55
|
[55]
|
12/05/08 15:27:00 |
sean |
* Replaced "rt" package name for DMD runtime modules. Apparently, an … |
|
|
|
@52
|
[52]
|
11/25/08 18:53:07 |
sean |
Added core.vararg for variadic argument handling. This seemed necessary, … |
|
|
|
@51
|
[51]
|
11/24/08 19:56:46 |
sean |
* Small fix to a typo in trunk/cover.d
* Merged changes from trunk/cover … |
|
|
|
@48
|
[48]
|
11/21/08 18:08:16 |
sean |
* Removed "-debug" from the list of debug build flags. The purpose of … |
|
|
|
@47
|
[47]
|
11/20/08 17:49:32 |
sean |
* Auto type determination was broken in some unit tests. This has been … |
|
|
|
@46
|
[46]
|
11/06/08 15:36:50 |
sean |
Fixed the static data area range calculation. Previous behavior was … |
|
|
|
@43
|
[43]
|
11/04/08 19:35:42 |
sean |
* Fixed the documentation for sleep().
* Changed the implementation of … |
|
|
|
@42
|
[42]
|
10/31/08 19:13:27 |
sean |
* Reclassified most runtime-generated errors as Errors rather than … |
|
|
|
@39
|
[39]
|
10/28/08 20:15:37 |
sean |
Added static data segment support to the new Runtime.loadLibrary() … |
|
|
|
@38
|
[38]
|
10/27/08 18:15:16 |
sean |
First attempt at support for dynamic library loading and unloading. … |
|
|
|
@36
|
[36]
|
10/24/08 20:15:55 |
sean |
* Moved sys into core.sys
* Moved stdc.posix into core.sys.posix
* Moved … |
|
|
|
@35
|
[35]
|
10/21/08 19:40:18 |
sean |
Changed pthread_cleanup to properly account for platform differences. … |
|
|
|
@32
|
[32]
|
10/16/08 23:06:32 |
sean |
Fixed a few build script issues on posix, including a bug in looking for … |
|
|
|
@31
|
[31]
|
10/16/08 16:54:55 |
sean |
Changed Thread.sleep() to accept a long with a tick resolution of 100 … |
|
|
|
@30
|
[30]
|
10/16/08 16:46:34 |
sean |
No longer default-initializing a buffer which is immediately set via a … |
|
|
|
@29
|
[29]
|
10/15/08 17:33:55 |
sean |
* Changed top-level exception class name from 'Exception' to … |
|
|
|
@27
|
[27]
|
10/13/08 15:55:46 |
sean |
Fixed import path override for library build on posix. |
|
|
|
@26
|
[26]
|
10/13/08 15:44:27 |
sean |
Fixed a potential issue with building druntime. src/core will now be a … |
|
|
|
@25
|
[25]
|
10/13/08 15:38:22 |
sean |
Fixed a build error on Linux. |
|
|
|
@17
|
[17]
|
10/10/08 14:57:31 |
sean |
Merged in changes from Phobos SVN. |
|
|
|
@16
|
[16]
|
10/08/08 01:49:34 |
sean |
Fixed eol-style for all source files. This closes #1 |
|
|
|
@14
|
[14]
|
10/06/08 15:39:07 |
sean |
Fixed a few mistakes regarding invariance, etc, between D1 and D2. |
|
|
|
@12
|
[12]
|
09/30/08 15:50:33 |
sean |
Added "invariant" module to fix link issues because DMD generates … |
|
|
|
@8
|
[8]
|
09/22/08 23:24:05 |
sean |
Moved the D1 runtime into a branch, with D2 runtime development continuing … |