|
|
|
@519
|
[519]
|
01/23/11 04:26:02 |
jmdavis |
Added Throwable and default arguments to most Exception and Error … |
|
|
|
@509
|
[509]
|
01/14/11 19:46:57 |
Don Clugston |
Improvement to Exception Chaining: When an exception is thrown and not … |
|
|
|
@491
|
[491]
|
01/09/11 01:39:21 |
andrei |
.dup should only work for mutable associative arrays |
|
|
|
@488
|
[488]
|
01/08/11 14:59:15 |
andrei |
.dup property for associative arrays |
|
|
|
@476
|
[476]
|
01/06/11 02:04:31 |
braddr |
Fix AA's on 64bit.
The key aligntsize stuff was pretty messed up.
Move the … |
|
|
|
@473
|
[473]
|
01/04/11 01:51:40 |
braddr |
Update the aligntsize() implementations here with the ones from … |
|
|
|
@468
|
[468]
|
01/01/11 14:36:38 |
sean |
Added support for position arg in TraceInfo? opApply and fixed newlines for … |
|
|
|
@465
|
[465]
|
12/31/10 18:43:34 |
andrei |
clear() for classes should first check if argument is null |
|
|
|
@451
|
[451]
|
12/15/10 15:23:53 |
schveiguy |
Fixed issue where clear calls a destructor on a temporary T when a T is … |
|
|
|
@437
|
[437]
|
12/04/10 03:11:52 |
braddr |
Update druntime version of the file to match the phobos version. |
|
|
|
@405
|
[405]
|
10/13/10 05:40:45 |
walter |
add 2 members to TypeInfo? |
|
|
|
@395
|
[395]
|
10/01/10 22:37:15 |
Don Clugston |
C-syntax function pointer -> D syntax (object.d doesn't have this problem, … |
|
|
|
@376
|
[376]
|
08/27/10 18:03:02 |
sean |
Reverted changes to stdc.math. The routines aren't pure. |
|
|
|
@371
|
[371]
|
08/22/10 17:12:59 |
andrei |
64-bit compatibility work |
|
|
|
@363
|
[363]
|
08/08/10 03:18:19 |
andrei |
workaround for bug 4436 |
|
|
|
@325
|
[325]
|
07/07/10 17:13:26 |
sean |
Added setSameMutex. The current implementation locks the mutex to operate … |
|
|
|
@300
|
[300]
|
06/02/10 16:21:38 |
sean |
Moved all files other than object.di from import into src. Like lib, … |
|
|
|
@299
|
[299]
|
06/02/10 13:53:08 |
sean |
Added @property where appropriate in core routines (haven't checked … |
|
|
|
@295
|
[295]
|
05/13/10 20:55:31 |
walter |
bugzilla 4184 associative array with certain key types results in corrupt … |
|
|
|
@293
|
[293]
|
05/05/10 18:01:56 |
sean |
Fixed prior checkins. |
|
|
|
@292
|
[292]
|
05/05/10 17:54:26 |
sean |
Issue 4116 - object.di does not match object_.d
Fixed. |
|
|
|
@291
|
[291]
|
05/05/10 17:44:14 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=4146
Unavailable: … |
|
|
|
@290
|
[290]
|
05/03/10 16:38:49 |
sean |
- Removed the overriable unittestHandler for now as a side-effect of some … |
|
|
|
@284
|
[284]
|
04/14/10 15:17:12 |
sean |
A post of Steve's in the NG reminded me that delegates for opApply need to … |
|
|
|
@278
|
[278]
|
03/23/10 16:21:10 |
walter |
add overlooked name() |
|
|
|
@270
|
[270]
|
03/18/10 23:51:18 |
schveiguy |
Fixing posix.mak so it build unittests on linux (somehow a windows linker … |
|
|
|
@269
|
[269]
|
03/17/10 08:44:39 |
schveiguy |
added some unittests to lifetime.d
fixed clear(Object obj) so it compiles. |
|
|
|
@266
|
[266]
|
03/15/10 14:56:14 |
walter |
add base class destruction to clear() |
|
|
|
@262
|
[262]
|
03/11/10 08:41:57 |
schveiguy |
Data requested in arraysetcapacity was not being initialized to zero if … |
|
|
|
@260
|
[260]
|
03/11/10 00:36:00 |
walter |
Rainer Schuetze's threading dll fix |
|
|
|
@258
|
[258]
|
03/07/10 11:49:40 |
sean |
Added opEquals(Object,Object). |
|
|
|
@256
|
[256]
|
03/06/10 22:37:16 |
schveiguy |
changed setCapacity to reserve. |
|
|
|
@255
|
[255]
|
03/03/10 14:15:44 |
walter |
support == for diverse array types |
|
|
|
@254
|
[254]
|
03/01/10 07:51:48 |
schveiguy |
Added functions to set/get the capacity of an array (The number of … |
|
|
|
@248
|
[248]
|
02/20/10 02:59:30 |
walter |
add AssociativeArray?.get() |
|
|
|
@247
|
[247]
|
02/20/10 02:27:51 |
walter |
add byKey() and byValue() for AAs |
|
|
|
@244
|
[244]
|
02/11/10 19:07:46 |
walter |
change design of opEquals for typeinfo |
|
|
|
@243
|
[243]
|
02/10/10 04:39:15 |
walter |
fix opEquals |
|
|
|
@242
|
[242]
|
02/08/10 01:58:04 |
walter |
added Object.opEquals() |
|
|
|
@241
|
[241]
|
02/06/10 11:08:57 |
sean |
<http://d.puremagic.com/issues/show_bug.cgi?id=3776> Wrong CHAR_MIN value … |
|
|
|
@240
|
[240]
|
02/05/10 00:33:35 |
sean |
<http://d.puremagic.com/issues/show_bug.cgi?id=3582> core.stdc.ctype … |
|
|
|
@239
|
[239]
|
02/05/10 00:28:18 |
sean |
<http://d.puremagic.com/issues/show_bug.cgi?id=3644> Wrong UCHAR_MAX value … |
|
|
|
@237
|
[237]
|
01/31/10 01:49:05 |
walter |
compress ModuleInfo? |
|
|
|
@236
|
[236]
|
01/25/10 17:28:08 |
walter |
partial fix for bugzilla 3491 |
|
|
|
@235
|
[235]
|
01/25/10 16:55:19 |
walter |
class ModuleInfo? => struct, needs dmd update too |
|
|
|
@224
|
[224]
|
01/04/10 03:05:31 |
walter |
add support for TLS constructors and destructors |
|
|
|
@221
|
[221]
|
12/20/09 05:51:24 |
walter |
added typeinfo for inout |
|
|
|
@219
|
[219]
|
12/19/09 02:44:49 |
walter |
inout to ref |
|
|
|
@215
|
[215]
|
12/07/09 02:28:00 |
sean |
Yet more cleanup. The non-D runtime files have been moved back into rt/, … |
|
|
|
@210
|
[210]
|
12/05/09 23:43:03 |
sean |
Issue 3458 - int fsync(int) commented out in core.sys.posix.unistd
* Added … |
|
|
|
@206
|
[206]
|
12/02/09 05:58:12 |
walter |
remove nothrow from windows.d |
|
|
|
@205
|
[205]
|
11/30/09 02:08:27 |
walter |
added annotations to some C libraries |
|
|
|
@202
|
[202]
|
11/20/09 06:37:48 |
walter |
merge ClassInfo? into TypeInfo?_Class |
|
|
|
@196
|
[196]
|
11/03/09 14:52:35 |
sean |
Fixed the previous commit. Right now, _isStaticArray is a new global … |
|
|
|
@191
|
[191]
|
11/02/09 23:38:38 |
walter |
unittests shouldn't be in .di files |
|
|
|
@187
|
[187]
|
11/02/09 00:06:40 |
walter |
add @property's |
|
|
|
@186
|
[186]
|
11/01/09 23:06:43 |
sean |
Added clear() per request. |
|
|
|
@180
|
[180]
|
10/26/09 05:13:12 |
walter |
more fixes for value static arrays |
|
|
|
@179
|
[179]
|
10/25/09 05:07:10 |
walter |
add opApply |
|
|
|
@177
|
[177]
|
10/20/09 15:56:33 |
andrei |
Added "pure" to the relevant functions |
|
|
|
@176
|
[176]
|
10/19/09 21:55:22 |
walter |
partially convert T[U] to AssociativeArray? |
|
|
|
@174
|
[174]
|
09/12/09 16:15:42 |
sean |
Reverted accidental changes to bitop.di. |
|
|
|
@173
|
[173]
|
09/12/09 16:12:16 |
sean |
Fixed license link--the href had mismathed quotes. |
|
|
|
@163
|
[163]
|
06/07/09 22:19:48 |
braddr |
Fix constness of wcslen's input parameter. |
|
|
|
@159
|
[159]
|
05/12/09 17:31:57 |
walter |
2.030 |
|
|
|
@158
|
[158]
|
05/08/09 01:04:54 |
walter |
add shared |
|
|
|
@156
|
[156]
|
05/06/09 13:43:32 |
sean |
Coverted tabs to spaces (sorry, I'm picky that way). |
|
|
|
@155
|
[155]
|
05/04/09 12:20:42 |
walter |
added shared for shared globals |
|
|
|
@154
|
[154]
|
05/03/09 18:09:13 |
walter |
add .typeinfo to classinfo (needs 2.030) |
|
|
|
@153
|
[153]
|
04/28/09 23:05:42 |
sean |
Set svn eol-style to 'native' for files that didn't have it already |
|
|
|
@152
|
[152]
|
04/28/09 22:56:38 |
sean |
Changed all remaining source code files to use the Boost license. If I've … |
|
|
|
@151
|
[151]
|
04/28/09 22:31:56 |
sean |
Standardized the license for the DMD compiler runtime to use the Boost … |
|
|
|
@150
|
[150]
|
04/10/09 23:16:41 |
sean |
Added GetFileTime? and SetFileTime? functions. |
|
|
|
@146
|
[146]
|
03/31/09 10:34:27 |
sean |
Declared pselect() on OSX as well. |
|
|
|
@145
|
[145]
|
03/31/09 02:12:22 |
walter |
added missing select() |
|
|
|
@144
|
[144]
|
03/30/09 21:09:20 |
sean |
Replacing LARGEFILE64 logic. |
|
|
|
@143
|
[143]
|
03/30/09 18:27:59 |
sean |
Cleaned up the issue with posix/sys/select.d and posix/sys/time.d for … |
|
|
|
@142
|
[142]
|
03/30/09 17:01:11 |
walter |
fix phobos build breaks |
|
|
|
@138
|
[138]
|
03/26/09 14:46:46 |
sean |
Removed temporary workaround for a supposed build problem that … |
|
|
|
@137
|
[137]
|
03/26/09 11:12:24 |
sean |
-- |
|
|
|
@136
|
[136]
|
03/25/09 23:04:19 |
sean |
* Added core.sys.posix modules containing function definitions to the lib … |
|
|
|
@131
|
[131]
|
03/19/09 14:29:31 |
sean |
I came up with a better way to deal with errno. stdc.errno no longer has … |
|
|
|
@120
|
[120]
|
03/16/09 15:09:20 |
sean |
Verified modules against C99 spec and labeled all non-standard public … |
|
|
|
@119
|
[119]
|
03/16/09 14:33:42 |
sean |
* Added stdc.float_, which corresponds to float.h in C.
* Added "complex" … |
|
|
|
@118
|
[118]
|
03/12/09 18:54:25 |
sean |
* Changed some remaining references to core.bitmanip to core.bitop.
* … |
|
|
|
@117
|
[117]
|
03/11/09 23:52:34 |
sean |
First cut of changes to bring stdc headers more in line with spec |
|
|
|
@116
|
[116]
|
03/11/09 23:46:16 |
sean |
Added declarations for mach semaphores. |
|
|
|
@115
|
[115]
|
03/10/09 20:40:09 |
sean |
Renamed core.bitmanip to core.bitop. std.intrinsic will go away with … |
|
|
|
@114
|
[114]
|
03/10/09 16:30:45 |
sean |
Removed std.stdarg and std.c.stdarg, since they were only present for GDC … |
|
|
|
@112
|
[112]
|
03/09/09 18:46:55 |
sean |
* Copied stdc and posix changes to D_1.0 branch.
* Updated trunk import … |
|
|
|
@107
|
[107]
|
03/03/09 14:01:22 |
sean |
Modified to match new 2.026 definition for std.intrinsic. |
|
|
|
@104
|
[104]
|
02/17/09 18:19:01 |
sean |
Fixed a bad const value on OSX/freebsd. |
|
|
|
@101
|
[101]
|
02/13/09 11:35:31 |
sean |
* ModuleInit? array is now being properly built on OSX.
* Eliminated ctor … |
|
|
|
@100
|
[100]
|
02/13/09 00:56:18 |
sean |
* Eliminated static ctor from stdc.stdio
* Cheated and added … |
|
|
|
@97
|
[97]
|
02/12/09 18:10:17 |
sean |
Fixed ModuleInfo? declaration. |
|
|
|
@96
|
[96]
|
02/12/09 18:08:21 |
walter |
ModuleInfo? declarations out of sync |
|
|
|
@91
|
[91]
|
02/11/09 16:24:52 |
sean |
* Removed pthread_mach_thread_np() from core.sys.osx.mach.thread_act, … |
|
|
|
@90
|
[90]
|
02/10/09 18:52:37 |
sean |
Fixes for OSX. |
|
|
|
@87
|
[87]
|
02/05/09 14:55:21 |
sean |
Minor cleanup. |
|
|
|
@86
|
[86]
|
02/03/09 01:29:16 |
sean |
Changed 'invariant' type label to 'immutable'. |