root/trunk/import


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