root/trunk/src/rt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @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) @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) @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) @493 [493] 01/09/11 02:59:39 braddr merge fixes from d1
(edit) @489 [489] 01/08/11 15:48:18 Don Clugston Fixed inadvertent change to the unwinding for 'goto' and return statements …
(edit) @485 [485] 01/08/11 10:45:57 Don Clugston Added exception frame handling for debugging.
(edit) @482 [482] 01/07/11 17:11:15 Don Clugston 1513 try/catch/finally misbehavior on windows This one's for Brad.
(edit) @478 [478] 01/06/11 02:30:35 braddr Add more unit testing
(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) @472 [472] 01/03/11 01:39:41 braddr Merge d1's changes into d2 to fix profiling.
(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) @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) @456 [456] 12/23/10 15:37:29 braddr A bunch of 64 bit fixes, primarily merging from d1.
(edit) @444 [444] 12/10/10 07:04:55 braddr Prepare druntime's AssocArray? code for dmd2's 64 bit interface changes.
(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) @438 [438] 12/04/10 03:20:27 braddr 64 bit vararg support.
(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) @430 [430] 11/23/10 21:33:48 dsimcha Fix array resizing bug that only affects systems without x86 inline ASM …
(edit) @428 [428] 11/19/10 14:15:11 sean Tabs to spaces.
(edit) @425 [425] 11/15/10 16:18:32 sean Changed output of log file so the aggregate results (after the '=') are …
(edit) @407 [407] 10/25/10 01:12:54 walter bugzilla 4398 dmd always uses Windows name mangling for _d_throw
(edit) @405 [405] 10/13/10 05:40:45 walter add 2 members to TypeInfo?
(edit) @404 [404] 10/12/10 17:59:19 sean _d_setUnhandled() was added to _d_throw by mistake. Commenting it out for …
(edit) @403 [403] 10/12/10 17:52:47 sean Eliminated simple circular exception chain.
(edit) @402 [402] 10/11/10 23:27:16 walter 64 bit
(edit) @401 [401] 10/11/10 19:52:20 walter 64 bit
(edit) @400 [400] 10/10/10 17:40:24 walter upgrade to 64 bit
(edit) @399 [399] 10/09/10 14:10:09 sean Changed stack trace generation for exceptions to occur on throw instead of …
(edit) @397 [397] 10/01/10 22:40:38 Don Clugston C function pointers syntax -> D
(edit) @391 [391] 09/20/10 14:31:37 sean http://d.puremagic.com/issues/show_bug.cgi?id=4890 A bunch of changes to …
(edit) @385 [385] 09/05/10 10:31:35 sean Oops.
(edit) @384 [384] 09/05/10 10:17:10 sean Making static exceptions exempt from chaining.
(edit) @379 [379] 09/03/10 04:34:28 walter bugzilla 3418 link error with cast(ulong)(ulong*real)
(edit) @372 [372] 08/26/10 17:15:23 walter added new files from bugzilla 4080 Patch for building dynamic libraries on …
(edit) @369 [369] 08/16/10 14:19:05 sean One more fix for issue 4622.
(edit) @368 [368] 08/16/10 10:24:56 sean Fixed issue where Runtime.initialize() wasn't running all module ctors.
(edit) @366 [366] 08/08/10 17:53:36 walter one more reversion necessary to pass test suite on Linux and OSX too
(edit) @365 [365] 08/08/10 16:26:26 walter more reversions to fix break of dll test suite (testmydll)
(edit) @364 [364] 08/08/10 15:36:31 walter reverted change to deh.c because it broke dll test suite (testmydll)
(edit) @361 [361] 08/07/10 01:46:06 walter some 64 bit support
(edit) @360 [360] 08/06/10 13:07:12 sean This closes #15
(edit) @359 [359] 08/05/10 17:48:53 sean I think the prior commit would only have worked for system-generated …
(edit) @358 [358] 08/05/10 17:19:43 sean Changed how exception chaining works. Now, the original exception will be …
(edit) @357 [357] 08/05/10 13:17:35 sean Added test code to call abort() on unhandled exception. Versioned out for …
(edit) @356 [356] 08/05/10 05:59:37 walter bugzilla 3528 FreeBSD patches for druntime.
(edit) @353 [353] 07/28/10 21:34:30 sean Simplified the exception chaining code. Still works on OSX, will try next …
(edit) @352 [352] 07/28/10 19:29:38 sean --
(edit) @351 [351] 07/28/10 19:13:46 sean First attempt at automatically linking exceptions when one is thrown from …
(edit) @342 [342] 07/21/10 10:10:58 sean Unrolled the fix for Issue 4385, since it won't work. Should have tested …
(edit) @341 [341] 07/20/10 18:22:47 sean Issue 4385 - Uncaught exceptions should dump a core
(edit) @335 [335] 07/20/10 17:34:06 sean Changed the application shutdown process to be as follows. When Dmain() …
(edit) @332 [332] 07/14/10 16:26:05 schveiguy Fixed newCapacity to be more sane no matter the element size Added some …
(edit) @330 [330] 07/13/10 15:24:57 schveiguy Added APPENDABLE flag to BlkInfo? everywhere. Now the array append function …
(edit) @328 [328] 07/13/10 10:45:45 schveiguy Remove ghost length from allocating a new object, I will flag such objects …
(edit) @327 [327] 07/10/10 01:41:27 sean Now clobbering dynamically allocated class data with the init value after …
(edit) @325 [325] 07/07/10 17:13:26 sean Added setSameMutex. The current implementation locks the mutex to operate …
(edit) @324 [324] 07/06/10 16:50:16 sean Changed unit tester to trap test failures and continue. Also now aborting …
(edit) @323 [323] 07/06/10 15:19:33 sean Now using mutex attr. This closes #26
(edit) @322 [322] 07/06/10 15:16:39 sean Set native eol-style for some files that didn't have it.
(edit) @319 [319] 07/06/10 14:13:16 sean Added Runtime.args() property to get the process arguments.
(edit) @318 [318] 07/02/10 14:59:35 schveiguy oops, missed a critical line here.
(edit) @317 [317] 07/02/10 14:57:35 schveiguy Fixing bug in arraysetcapacity that returned the wrong capacity in some …
(edit) @310 [310] 06/08/10 15:34:49 sean Issue 4207 - std.cover.setDestDir does not work. Patch applied.
(edit) @299 [299] 06/02/10 13:53:08 sean Added @property where appropriate in core routines (haven't checked …
(edit) @290 [290] 05/03/10 16:38:49 sean - Removed the overriable unittestHandler for now as a side-effect of some …
(edit) @288 [288] 04/30/10 21:50:44 walter fixed to make unittest changes work with dlls
(edit) @287 [287] 04/30/10 01:13:19 walter bugzilla 4131 break does not work correctly with foreach and associative …
(edit) @285 [285] 04/28/10 01:38:37 walter add support for unittests running to completion
(edit) @283 [283] 04/08/10 15:22:18 sean Issue 1001 - print stack trace (in debug mode) when program die Added …
(edit) @282 [282] 04/06/10 14:36:04 schveiguy Fixed very subtle bug that caused memory corruption.
(edit) @281 [281] 04/01/10 23:26:58 sean Forgot to save one of the files I'd modified.
(edit) @274 [274] 03/19/10 23:02:20 walter switch to different representation
(edit) @273 [273] 03/19/10 20:39:39 walter reduce memory consumption of small AA's again
(edit) @271 [271] 03/19/10 15:59:20 walter reduce memory consumption of small AA's
(edit) @269 [269] 03/17/10 08:44:39 schveiguy added some unittests to lifetime.d fixed clear(Object obj) so it compiles.
(edit) @267 [267] 03/16/10 15:19:38 schveiguy Fixed some bugs that Andrei found with array …
(edit) @262 [262] 03/11/10 08:41:57 schveiguy Data requested in arraysetcapacity was not being initialized to zero if …
(edit) @261 [261] 03/11/10 08:00:19 schveiguy Fixing issue where array isn't correctly initialized in all instances. …
(edit) @254 [254] 03/01/10 07:51:48 schveiguy Added functions to set/get the capacity of an array (The number of …
(edit) @252 [252] 02/22/10 11:34:04 schveiguy Applying patch for eliminating array stomping from the runtime. See …
(edit) @249 [249] 02/21/10 21:21:32 walter asserts to use ModuleInfo?
(edit) @246 [246] 02/19/10 04:13:25 walter add AA equality support
(edit) @238 [238] 02/02/10 17:48:20 sean Changed "static this" to "shared static this".
Note: See TracRevisionLog for help on using the revision log.