|
|
|
@519
|
[519]
|
01/23/11 04:26:02 |
jmdavis |
Added Throwable and default arguments to most Exception and Error … |
|
|
|
@512
|
[512]
|
01/15/11 15:26:36 |
braddr |
Remove another catch(Object) |
|
|
|
@511
|
[511]
|
01/15/11 14:27:41 |
walter |
remove catching Object |
|
|
|
@510
|
[510]
|
01/15/11 00:55:12 |
sean |
Moved CLOCK_MONOTONIC to the correct spot. |
|
|
|
@508
|
[508]
|
01/14/11 05:52:15 |
Don Clugston |
No longer need to catch non-Throwables. |
|
|
|
@505
|
[505]
|
01/11/11 23:02:45 |
jmdavis |
Small tweak to core.time. |
|
|
|
@504
|
[504]
|
01/11/11 17:12:10 |
sean |
Fixed demangle so it handles nested types properly. |
|
|
|
@501
|
[501]
|
01/11/11 00:31:56 |
jmdavis |
Made other failing unit test in core.time posix-only. |
|
|
|
@499
|
[499]
|
01/10/11 23:27:41 |
jmdavis |
Shifted attributes on constructors in core.time due to bug# 5427. |
|
|
|
@498
|
[498]
|
01/10/11 23:27:36 |
jmdavis |
Temporarily make tests which are failing on Windows Posix-only.
When I … |
|
|
|
@496
|
[496]
|
01/10/11 09:56:19 |
schveiguy |
Array append LRU cache prevents array memory from being collected. This … |
|
|
|
@494
|
[494]
|
01/09/11 14:52:07 |
Don Clugston |
Removed usage of Phobos in druntime, which is causing the Windows build to … |
|
|
|
@490
|
[490]
|
01/08/11 16:20:00 |
braddr |
add the missing CLOCK_* enums |
|
|
|
@487
|
[487]
|
01/08/11 14:35:23 |
sean |
Made a few more changes (explained in comments) to deal with deadlocks and … |
|
|
|
@486
|
[486]
|
01/08/11 13:58:01 |
sean |
A few Windows fixes using core.time. |
|
|
|
@484
|
[484]
|
01/08/11 01:32:57 |
sean |
Added a comment to core.thread explaining the rationale behind the latest … |
|
|
|
@483
|
[483]
|
01/08/11 01:09:01 |
sean |
Added new core.time. Tested on OSX. Still need to test on Windows. |
|
|
|
@479
|
[479]
|
01/06/11 02:32:54 |
braddr |
Fix atomicLoad for 64 bit. Add a little unit testing for atomic … |
|
|
|
@471
|
[471]
|
01/02/11 13:39:10 |
braddr |
Add const to FD_ISSET. |
|
|
|
@468
|
[468]
|
01/01/11 14:36:38 |
sean |
Added support for position arg in TraceInfo? opApply and fixed newlines for … |
|
|
|
@467
|
[467]
|
01/01/11 14:18:52 |
sean |
Fixed TraceInfo?.toString. |
|
|
|
@463
|
[463]
|
12/31/10 13:10:10 |
braddr |
Switch druntime over to a phobos-like unittest mechanism. |
|
|
|
@455
|
[455]
|
12/22/10 23:33:42 |
sean |
Added const to param of non-official function. |
|
|
|
@454
|
[454]
|
12/21/10 19:52:26 |
braddr |
Add unit tests from bug 5209. |
|
|
|
@453
|
[453]
|
12/21/10 17:13:02 |
braddr |
Bug 5209: Fix FD_ISSET function across all platforms to be bool and … |
|
|
|
@452
|
[452]
|
12/17/10 14:36:41 |
sean |
Changed implied atomic load to explicit atomic load, since DMD doesn't do … |
|
|
|
@450
|
[450]
|
12/15/10 14:34:03 |
walter |
fix typo |
|
|
|
@449
|
[449]
|
12/15/10 07:34:30 |
Don Clugston |
DDoc: Fix wrong url in sync/config. Fix wrong ddoc version in atomic. |
|
|
|
@447
|
[447]
|
12/11/10 13:12:49 |
sean |
Fixed x86_64 compile error. I'm wondering if I should change … |
|
|
|
@446
|
[446]
|
12/11/10 02:05:17 |
braddr |
Temporary / hacky work around for x86_64 bit compilation failure. Just … |
|
|
|
@445
|
[445]
|
12/10/10 17:49:48 |
sean |
Modified remainint wait routines to use Duration. This should eliminate a … |
|
|
|
@441
|
[441]
|
12/09/10 13:53:32 |
sean |
Moved boilerplate copyright blurb out of DDoc block. |
|
|
|
@439
|
[439]
|
12/07/10 09:11:56 |
Don Clugston |
5330 Druntime/Phobos: remove special treatment for GDC |
|
|
|
@438
|
[438]
|
12/04/10 03:20:27 |
braddr |
64 bit vararg support. |
|
|
|
@433
|
[433]
|
12/01/10 18:47:27 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=5264
Applied all changes … |
|
|
|
@432
|
[432]
|
11/29/10 00:40:48 |
sean |
Added tzset for OSX. |
|
|
|
@431
|
[431]
|
11/24/10 14:32:34 |
Don Clugston |
Move Boost copyright declaration from ddoc to normal comment. Fixes broken … |
|
|
|
@429
|
[429]
|
11/20/10 13:29:47 |
sean |
Disabled use of clock_gettime, since using it requires an additional … |
|
|
|
@427
|
[427]
|
11/19/10 14:13:36 |
sean |
Added clock_gettime and clock_settime for Linux. |
|
|
|
@423
|
[423]
|
11/10/10 13:54:52 |
sean |
Modified comment. |
|
|
|
@422
|
[422]
|
11/10/10 13:53:35 |
sean |
Fixed an issue with multiplexing fibers across threads. Thanks to Fawzi … |
|
|
|
@420
|
[420]
|
11/09/10 15:04:53 |
sean |
Streamlined assert in commonly-used code. |
|
|
|
@419
|
[419]
|
11/09/10 14:57:52 |
sean |
Changed ucontext_t initialization based on some info from … |
|
|
|
@413
|
[413]
|
11/05/10 01:11:39 |
sean |
Another fix. |
|
|
|
@412
|
[412]
|
11/05/10 01:10:15 |
sean |
This should fix the Windows compile error. |
|
|
|
@411
|
[411]
|
11/04/10 17:45:13 |
sean |
Added accreditation to boost::time_duration in the docs for Duration. |
|
|
|
@410
|
[410]
|
11/04/10 15:09:04 |
sean |
Added core.time, which has a Duration type used to communicate time … |
|
|
|
@409
|
[409]
|
11/02/10 18:45:48 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=4852 |
|
|
|
@408
|
[408]
|
10/31/10 18:22:48 |
walter |
fix ddoc output |
|
|
|
@406
|
[406]
|
10/13/10 14:22:14 |
walter |
add source link |
|
|
|
@399
|
[399]
|
10/09/10 14:10:09 |
sean |
Changed stack trace generation for exceptions to occur on throw instead of … |
|
|
|
@396
|
[396]
|
10/01/10 22:39:55 |
Don Clugston |
C function pointers syntax -> D |
|
|
|
@394
|
[394]
|
09/23/10 15:52:29 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=4439
Changed in6_addr … |
|
|
|
@393
|
[393]
|
09/21/10 16:24:27 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=4439
Made extern (C) extern … |
|
|
|
@392
|
[392]
|
09/20/10 18:05:27 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=4890
This should fix the … |
|
|
|
@391
|
[391]
|
09/20/10 14:31:37 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=4890
A bunch of changes to … |
|
|
|
@390
|
[390]
|
09/09/10 16:31:01 |
sean |
Fix. |
|
|
|
@389
|
[389]
|
09/09/10 16:30:08 |
sean |
Added demangling for linux. Untested... will test shortly. |
|
|
|
@388
|
[388]
|
09/09/10 12:17:41 |
andrei |
Oops, meant _flags, not flags |
|
|
|
@387
|
[387]
|
09/09/10 12:01:31 |
andrei |
Added missing flags member in struct _iobuf on Linux |
|
|
|
@386
|
[386]
|
09/08/10 18:15:32 |
sean |
Fixed a demangler issue where input that isn't a valid D symbol was … |
|
|
|
@385
|
[385]
|
09/05/10 10:31:35 |
sean |
Oops. |
|
|
|
@381
|
[381]
|
09/04/10 00:34:04 |
walter |
fix ddoc comment |
|
|
|
@378
|
[378]
|
09/02/10 19:00:41 |
sean |
This closes #28 |
|
|
|
@377
|
[377]
|
09/02/10 18:59:06 |
sean |
Added core.demangle. The code is still a bit messy, but it seems to work … |
|
|
|
@376
|
[376]
|
08/27/10 18:03:02 |
sean |
Reverted changes to stdc.math. The routines aren't pure. |
|
|
|
@375
|
[375]
|
08/27/10 17:24:19 |
sean |
Fixed ssize_t alias. |
|
|
|
@374
|
[374]
|
08/27/10 15:37:05 |
walter |
Rainer Schuetze's threading fix |
|
|
|
@372
|
[372]
|
08/26/10 17:15:23 |
walter |
added new files from bugzilla 4080 Patch for building dynamic libraries on … |
|
|
|
@371
|
[371]
|
08/22/10 17:12:59 |
andrei |
64-bit compatibility work |
|
|
|
@370
|
[370]
|
08/17/10 11:27:01 |
andrei |
Now large files work with both osx and linux |
|
|
|
@362
|
[362]
|
08/07/10 20:10:25 |
walter |
more 64 bit porting |
|
|
|
@361
|
[361]
|
08/07/10 01:46:06 |
walter |
some 64 bit support |
|
|
|
@357
|
[357]
|
08/05/10 13:17:35 |
sean |
Added test code to call abort() on unhandled exception. Versioned out for … |
|
|
|
@356
|
[356]
|
08/05/10 05:59:37 |
walter |
bugzilla 3528 FreeBSD patches for druntime. |
|
|
|
@355
|
[355]
|
08/05/10 05:55:54 |
walter |
fix seg fault regression on linux |
|
|
|
@354
|
[354]
|
08/04/10 22:12:39 |
walter |
freebsd => FreeBSD |
|
|
|
@349
|
[349]
|
07/27/10 17:08:07 |
sean |
This should fix the test suite issues. Will test to make sure. |
|
|
|
@348
|
[348]
|
07/27/10 16:57:09 |
sean |
An assertion failure inside a unittest will once again abort the test. … |
|
|
|
@347
|
[347]
|
07/26/10 17:37:42 |
walter |
reverted change 334 because it broke unittests (they wouldn't print the … |
|
|
|
@346
|
[346]
|
07/26/10 15:52:41 |
Don Clugston |
Fix broken Windows build. |
|
|
|
@345
|
[345]
|
07/22/10 18:53:04 |
sean |
Got rid of gc_atomic(). I think there was a chicken & egg problem … |
|
|
|
@344
|
[344]
|
07/21/10 19:13:10 |
sean |
Finally got around to reviewing the thread support for DLLs added a while … |
|
|
|
@339
|
[339]
|
07/20/10 18:13:12 |
sean |
Issue 3853 - core.sys.posix.stdio.pclose is missing |
|
|
|
@338
|
[338]
|
07/20/10 18:00:43 |
sean |
Issue 3782 - The POSIX sys/un.h header |
|
|
|
@336
|
[336]
|
07/20/10 17:50:53 |
sean |
Issue 3604 - extern(C) callable function with array parameters … |
|
|
|
@335
|
[335]
|
07/20/10 17:34:06 |
sean |
Changed the application shutdown process to be as follows. When Dmain() … |
|
|
|
@334
|
[334]
|
07/15/10 12:38:25 |
sean |
Changed unit testing yet again. Now, asserts all throw an AssertError? and … |
|
|
|
@333
|
[333]
|
07/15/10 03:26:30 |
Don Clugston |
Fixed CPUID bug for recent Intel machines. Might possibly fix bug 4462 … |
|
|
|
@331
|
[331]
|
07/14/10 06:07:07 |
schveiguy |
Forgot a comma |
|
|
|
@330
|
[330]
|
07/13/10 15:24:57 |
schveiguy |
Added APPENDABLE flag to BlkInfo? everywhere.
Now the array append function … |
|
|
|
@329
|
[329]
|
07/13/10 15:09:22 |
walter |
reverted unittest change |
|
|
|
@324
|
[324]
|
07/06/10 16:50:16 |
sean |
Changed unit tester to trap test failures and continue. Also now aborting … |
|
|
|
@322
|
[322]
|
07/06/10 15:16:39 |
sean |
Set native eol-style for some files that didn't have it. |
|
|
|
@320
|
[320]
|
07/06/10 14:13:40 |
sean |
Changed tabs to spaces. |
|
|
|
@319
|
[319]
|
07/06/10 14:13:16 |
sean |
Added Runtime.args() property to get the process arguments. |
|
|
|
@316
|
[316]
|
06/23/10 01:24:38 |
sean |
Now using "monitor" to access monitor. |
|
|
|
@315
|
[315]
|
06/22/10 04:55:23 |
Don Clugston |
Improve const correctness of core.cpuid. |
|
|
|
@314
|
[314]
|
06/21/10 16:20:01 |
Don Clugston |
B sting: a&b==c bug. |
|
|
|
@313
|
[313]
|
06/08/10 16:47:15 |
Don Clugston |
Fixed two more OSX PIC bugs. |