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