root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @519 [519] 01/23/11 04:26:02 jmdavis Added Throwable and default arguments to most Exception and Error …
(edit) @518 [518] 01/18/11 02:04:30 braddr merge in some 64 bit fixes from the d1 gc
(edit) @517 [517] 01/18/11 01:56:14 braddr fix printf's throughout the gc, no functional changes
(edit) @516 [516] 01/17/11 00:52:12 walter bugzilla 5320 gcstub/gc.d: SEGV because of missing returns
(edit) @515 [515] 01/16/11 02:21:08 walter detab
(edit) @514 [514] 01/16/11 02:18:28 walter don't ignore exceptions
(edit) @513 [513] 01/16/11 02:14:56 walter add gc_isCollecting
(edit) @512 [512] 01/15/11 15:26:36 braddr Remove another catch(Object)
(edit) @511 [511] 01/15/11 14:27:41 walter remove catching Object
(edit) @510 [510] 01/15/11 00:55:12 sean Moved CLOCK_MONOTONIC to the correct spot.
(edit) @509 [509] 01/14/11 19:46:57 Don Clugston Improvement to Exception Chaining: When an exception is thrown and not …
(edit) @508 [508] 01/14/11 05:52:15 Don Clugston No longer need to catch non-Throwables.
(edit) @507 [507] 01/14/11 03:00:57 Don Clugston No longer need to throw and catch Objects.
(edit) @506 [506] 01/12/11 00:37:50 braddr fix array sort
(edit) @505 [505] 01/11/11 23:02:45 jmdavis Small tweak to core.time.
(edit) @504 [504] 01/11/11 17:12:10 sean Fixed demangle so it handles nested types properly.
(edit) @503 [503] 01/11/11 15:50:01 Don Clugston Implements TDPL exception chaining for Windows, using the rule that a …
(edit) @502 [502] 01/11/11 00:54:11 braddr Fix rt/dmain2 to properly declare one missing symbol (probably visible due …
(edit) @501 [501] 01/11/11 00:31:56 jmdavis Made other failing unit test in core.time posix-only.
(edit) @500 [500] 01/10/11 23:48:42 braddr With the struct literal fixes, object now passes its unit tests once again
(edit) @499 [499] 01/10/11 23:27:41 jmdavis Shifted attributes on constructors in core.time due to bug# 5427.
(edit) @498 [498] 01/10/11 23:27:36 jmdavis Temporarily make tests which are failing on Windows Posix-only. When I …
(edit) @497 [497] 01/10/11 14:44:10 walter new functions to replace varargs ones
(edit) @496 [496] 01/10/11 09:56:19 schveiguy Array append LRU cache prevents array memory from being collected. This …
(edit) @495 [495] 01/10/11 02:51:27 braddr reenable core/time, core/sync/condition, core/sync/rwmutex, and …
(edit) @494 [494] 01/09/11 14:52:07 Don Clugston Removed usage of Phobos in druntime, which is causing the Windows build to …
(edit) @493 [493] 01/09/11 02:59:39 braddr merge fixes from d1
(edit) @492 [492] 01/09/11 02:56:24 braddr 64bit changes: enable the now working adi tests. Disable the now broken …
(edit) @491 [491] 01/09/11 01:39:21 andrei .dup should only work for mutable associative arrays
(edit) @490 [490] 01/08/11 16:20:00 braddr add the missing CLOCK_* enums
(edit) @489 [489] 01/08/11 15:48:18 Don Clugston Fixed inadvertent change to the unwinding for 'goto' and return statements …
(edit) @488 [488] 01/08/11 14:59:15 andrei .dup property for associative arrays
(edit) @487 [487] 01/08/11 14:35:23 sean Made a few more changes (explained in comments) to deal with deadlocks and …
(edit) @486 [486] 01/08/11 13:58:01 sean A few Windows fixes using core.time.
(edit) @485 [485] 01/08/11 10:45:57 Don Clugston Added exception frame handling for debugging.
(edit) @484 [484] 01/08/11 01:32:57 sean Added a comment to core.thread explaining the rationale behind the latest …
(edit) @483 [483] 01/08/11 01:09:01 sean Added new core.time. Tested on OSX. Still need to test on Windows.
(edit) @482 [482] 01/07/11 17:11:15 Don Clugston 1513 try/catch/finally misbehavior on windows This one's for Brad.
(edit) @481 [481] 01/06/11 05:33:44 braddr restore -O to 32 bit builds
(edit) @480 [480] 01/06/11 02:35:09 braddr Ok, all the sync tests pass now, sweet.
(edit) @479 [479] 01/06/11 02:32:54 braddr Fix atomicLoad for 64 bit. Add a little unit testing for atomic …
(edit) @478 [478] 01/06/11 02:30:35 braddr Add more unit testing
(edit) @477 [477] 01/06/11 02:05:26 braddr Oops, didn't mean to check in the posix.mak change, that test doesn't …
(edit) @476 [476] 01/06/11 02:04:31 braddr Fix AA's on 64bit. The key aligntsize stuff was pretty messed up. Move the …
(edit) @475 [475] 01/05/11 17:09:15 Don Clugston Added a brief explanation of Windows SEH, which is incredibly poorly …
(edit) @474 [474] 01/04/11 01:58:40 braddr Fix aa.keys and aa.values to work on 64 bit.
(edit) @473 [473] 01/04/11 01:51:40 braddr Update the aligntsize() implementations here with the ones from …
(edit) @472 [472] 01/03/11 01:39:41 braddr Merge d1's changes into d2 to fix profiling.
(edit) @471 [471] 01/02/11 13:39:10 braddr Add const to FD_ISSET.
(edit) @470 [470] 01/02/11 03:03:36 braddr Fix a bunch of bad %.*s'
(edit) @469 [469] 01/01/11 18:10:37 braddr Integrate changes from the d1 branch. Enable the now-working rt/trace and …
(edit) @468 [468] 01/01/11 14:36:38 sean Added support for position arg in TraceInfo? opApply and fixed newlines for …
(edit) @467 [467] 01/01/11 14:18:52 sean Fixed TraceInfo?.toString.
(edit) @466 [466] 01/01/11 14:14:19 sean Applied diffs from branch creation to r465. Aside from GC diffs, this …
(edit) @465 [465] 12/31/10 18:43:34 andrei clear() for classes should first check if argument is null
(edit) @464 [464] 12/31/10 13:42:56 braddr Disable a failing test, it's the one I've been working on.
(edit) @463 [463] 12/31/10 13:10:10 braddr Switch druntime over to a phobos-like unittest mechanism.
(edit) @462 [462] 12/31/10 01:56:33 braddr Revert the previous change as it causes dmd test23 to fail.
(edit) @461 [461] 12/30/10 23:44:45 braddr Sync d2 up with d1 64 bit changes
(edit) @460 [460] 12/28/10 15:17:17 braddr Fix regression bug 5381.
(edit) @459 [459] 12/28/10 08:22:12 Don Clugston Remove dependence on the C stdlib for exception handling. This is a …
(edit) @458 [458] 12/27/10 14:19:11 Don Clugston Converted the Windows exception handling code to D. This is a fairly …
(edit) @457 [457] 12/23/10 18:50:05 braddr Don't build with -O on 64 bit yet, focusing on non-opt until that's nice …
(edit) @456 [456] 12/23/10 15:37:29 braddr A bunch of 64 bit fixes, primarily merging from d1.
(edit) @455 [455] 12/22/10 23:33:42 sean Added const to param of non-official function.
(edit) @454 [454] 12/21/10 19:52:26 braddr Add unit tests from bug 5209.
(edit) @453 [453] 12/21/10 17:13:02 braddr Bug 5209: Fix FD_ISSET function across all platforms to be bool and …
(edit) @452 [452] 12/17/10 14:36:41 sean Changed implied atomic load to explicit atomic load, since DMD doesn't do …
(edit) @451 [451] 12/15/10 15:23:53 schveiguy Fixed issue where clear calls a destructor on a temporary T when a T is …
(edit) @450 [450] 12/15/10 14:34:03 walter fix typo
(edit) @449 [449] 12/15/10 07:34:30 Don Clugston DDoc: Fix wrong url in sync/config. Fix wrong ddoc version in atomic.
(edit) @448 [448] 12/12/10 00:17:27 sean Added -defaultlib and -debuglib to unittest build so it will build on a …
(edit) @447 [447] 12/11/10 13:12:49 sean Fixed x86_64 compile error. I'm wondering if I should change …
(edit) @446 [446] 12/11/10 02:05:17 braddr Temporary / hacky work around for x86_64 bit compilation failure. Just …
(edit) @445 [445] 12/10/10 17:49:48 sean Modified remainint wait routines to use Duration. This should eliminate a …
(edit) @444 [444] 12/10/10 07:04:55 braddr Prepare druntime's AssocArray? code for dmd2's 64 bit interface changes.
(edit) @443 [443] 12/10/10 07:03:55 braddr Fix another bad use of printf + string
(edit) @442 [442] 12/10/10 03:38:55 braddr Sync up typeinfo changes that were only done on the d1 branch.
(edit) @441 [441] 12/09/10 13:53:32 sean Moved boilerplate copyright blurb out of DDoc block.
(edit) @440 [440] 12/08/10 06:04:39 braddr Copy d1's alloca 64 bit asm code. Fix a debug printf.
(edit) @439 [439] 12/07/10 09:11:56 Don Clugston 5330 Druntime/Phobos: remove special treatment for GDC
(edit) @438 [438] 12/04/10 03:20:27 braddr 64 bit vararg support.
(edit) @437 [437] 12/04/10 03:11:52 braddr Update druntime version of the file to match the phobos version.
(edit) @436 [436] 12/04/10 03:02:43 braddr Fixes for 64 bit support
(edit) @435 [435] 12/02/10 04:54:23 braddr tab -> space changes
(edit) @434 [434] 12/02/10 04:48:47 braddr tab -> space fixes
(edit) @433 [433] 12/01/10 18:47:27 sean http://d.puremagic.com/issues/show_bug.cgi?id=5264 Applied all changes …
(edit) @432 [432] 11/29/10 00:40:48 sean Added tzset for OSX.
(edit) @431 [431] 11/24/10 14:32:34 Don Clugston Move Boost copyright declaration from ddoc to normal comment. Fixes broken …
(edit) @430 [430] 11/23/10 21:33:48 dsimcha Fix array resizing bug that only affects systems without x86 inline ASM …
(edit) @429 [429] 11/20/10 13:29:47 sean Disabled use of clock_gettime, since using it requires an additional …
(edit) @428 [428] 11/19/10 14:15:11 sean Tabs to spaces.
(edit) @427 [427] 11/19/10 14:13:36 sean Added clock_gettime and clock_settime for Linux.
(edit) @426 [426] 11/15/10 16:36:07 schveiguy Oops, didn't do this if statement correctly -- standalone ctor/dtors …
(edit) @425 [425] 11/15/10 16:18:32 sean Changed output of log file so the aggregate results (after the '=') are …
(edit) @424 [424] 11/15/10 16:16:57 sean Changed use of ModuleInfo? array so null elements are skipped. This was …
(edit) @423 [423] 11/10/10 13:54:52 sean Modified comment.
(edit) @422 [422] 11/10/10 13:53:35 sean Fixed an issue with multiplexing fibers across threads. Thanks to Fawzi …
(edit) @421 [421] 11/09/10 15:18:21 walter add ddoc for .classinfo
(edit) @420 [420] 11/09/10 15:04:53 sean Streamlined assert in commonly-used code.
Note: See TracRevisionLog for help on using the revision log.