root/trunk/src/core


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) @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) @508 [508] 01/14/11 05:52:15 Don Clugston No longer need to catch non-Throwables.
(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) @501 [501] 01/11/11 00:31:56 jmdavis Made other failing unit test in core.time posix-only.
(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) @496 [496] 01/10/11 09:56:19 schveiguy Array append LRU cache prevents array memory from being collected. This …
(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) @490 [490] 01/08/11 16:20:00 braddr add the missing CLOCK_* enums
(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) @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) @479 [479] 01/06/11 02:32:54 braddr Fix atomicLoad for 64 bit. Add a little unit testing for atomic …
(edit) @471 [471] 01/02/11 13:39:10 braddr Add const to FD_ISSET.
(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) @463 [463] 12/31/10 13:10:10 braddr Switch druntime over to a phobos-like unittest mechanism.
(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) @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) @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) @441 [441] 12/09/10 13:53:32 sean Moved boilerplate copyright blurb out of DDoc block.
(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) @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) @429 [429] 11/20/10 13:29:47 sean Disabled use of clock_gettime, since using it requires an additional …
(edit) @427 [427] 11/19/10 14:13:36 sean Added clock_gettime and clock_settime for Linux.
(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) @420 [420] 11/09/10 15:04:53 sean Streamlined assert in commonly-used code.
(edit) @419 [419] 11/09/10 14:57:52 sean Changed ucontext_t initialization based on some info from …
(edit) @413 [413] 11/05/10 01:11:39 sean Another fix.
(edit) @412 [412] 11/05/10 01:10:15 sean This should fix the Windows compile error.
(edit) @411 [411] 11/04/10 17:45:13 sean Added accreditation to boost::time_duration in the docs for Duration.
(edit) @410 [410] 11/04/10 15:09:04 sean Added core.time, which has a Duration type used to communicate time …
(edit) @409 [409] 11/02/10 18:45:48 sean http://d.puremagic.com/issues/show_bug.cgi?id=4852
(edit) @408 [408] 10/31/10 18:22:48 walter fix ddoc output
(edit) @406 [406] 10/13/10 14:22:14 walter add source link
(edit) @399 [399] 10/09/10 14:10:09 sean Changed stack trace generation for exceptions to occur on throw instead of …
(edit) @396 [396] 10/01/10 22:39:55 Don Clugston C function pointers syntax -> D
(edit) @394 [394] 09/23/10 15:52:29 sean http://d.puremagic.com/issues/show_bug.cgi?id=4439 Changed in6_addr …
(edit) @393 [393] 09/21/10 16:24:27 sean http://d.puremagic.com/issues/show_bug.cgi?id=4439 Made extern (C) extern …
(edit) @392 [392] 09/20/10 18:05:27 sean http://d.puremagic.com/issues/show_bug.cgi?id=4890 This should fix the …
(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) @390 [390] 09/09/10 16:31:01 sean Fix.
(edit) @389 [389] 09/09/10 16:30:08 sean Added demangling for linux. Untested... will test shortly.
(edit) @388 [388] 09/09/10 12:17:41 andrei Oops, meant _flags, not flags
(edit) @387 [387] 09/09/10 12:01:31 andrei Added missing flags member in struct _iobuf on Linux
(edit) @386 [386] 09/08/10 18:15:32 sean Fixed a demangler issue where input that isn't a valid D symbol was …
(edit) @385 [385] 09/05/10 10:31:35 sean Oops.
(edit) @381 [381] 09/04/10 00:34:04 walter fix ddoc comment
(edit) @378 [378] 09/02/10 19:00:41 sean This closes #28
(edit) @377 [377] 09/02/10 18:59:06 sean Added core.demangle. The code is still a bit messy, but it seems to work …
(edit) @376 [376] 08/27/10 18:03:02 sean Reverted changes to stdc.math. The routines aren't pure.
(edit) @375 [375] 08/27/10 17:24:19 sean Fixed ssize_t alias.
(edit) @374 [374] 08/27/10 15:37:05 walter Rainer Schuetze's threading fix
(edit) @372 [372] 08/26/10 17:15:23 walter added new files from bugzilla 4080 Patch for building dynamic libraries on …
(edit) @371 [371] 08/22/10 17:12:59 andrei 64-bit compatibility work
(edit) @370 [370] 08/17/10 11:27:01 andrei Now large files work with both osx and linux
(edit) @362 [362] 08/07/10 20:10:25 walter more 64 bit porting
(edit) @361 [361] 08/07/10 01:46:06 walter some 64 bit support
(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) @355 [355] 08/05/10 05:55:54 walter fix seg fault regression on linux
(edit) @354 [354] 08/04/10 22:12:39 walter freebsd => FreeBSD
(edit) @349 [349] 07/27/10 17:08:07 sean This should fix the test suite issues. Will test to make sure.
(edit) @348 [348] 07/27/10 16:57:09 sean An assertion failure inside a unittest will once again abort the test. …
(edit) @347 [347] 07/26/10 17:37:42 walter reverted change 334 because it broke unittests (they wouldn't print the …
(edit) @346 [346] 07/26/10 15:52:41 Don Clugston Fix broken Windows build.
(edit) @345 [345] 07/22/10 18:53:04 sean Got rid of gc_atomic(). I think there was a chicken & egg problem …
(edit) @344 [344] 07/21/10 19:13:10 sean Finally got around to reviewing the thread support for DLLs added a while …
(edit) @339 [339] 07/20/10 18:13:12 sean Issue 3853 - core.sys.posix.stdio.pclose is missing
(edit) @338 [338] 07/20/10 18:00:43 sean Issue 3782 - The POSIX sys/un.h header
(edit) @336 [336] 07/20/10 17:50:53 sean Issue 3604 - extern(C) callable function with array parameters …
(edit) @335 [335] 07/20/10 17:34:06 sean Changed the application shutdown process to be as follows. When Dmain() …
(edit) @334 [334] 07/15/10 12:38:25 sean Changed unit testing yet again. Now, asserts all throw an AssertError? and …
(edit) @333 [333] 07/15/10 03:26:30 Don Clugston Fixed CPUID bug for recent Intel machines. Might possibly fix bug 4462 …
(edit) @331 [331] 07/14/10 06:07:07 schveiguy Forgot a comma
(edit) @330 [330] 07/13/10 15:24:57 schveiguy Added APPENDABLE flag to BlkInfo? everywhere. Now the array append function …
(edit) @329 [329] 07/13/10 15:09:22 walter reverted unittest change
(edit) @324 [324] 07/06/10 16:50:16 sean Changed unit tester to trap test failures and continue. Also now aborting …
(edit) @322 [322] 07/06/10 15:16:39 sean Set native eol-style for some files that didn't have it.
(edit) @320 [320] 07/06/10 14:13:40 sean Changed tabs to spaces.
(edit) @319 [319] 07/06/10 14:13:16 sean Added Runtime.args() property to get the process arguments.
(edit) @316 [316] 06/23/10 01:24:38 sean Now using "monitor" to access monitor.
(edit) @315 [315] 06/22/10 04:55:23 Don Clugston Improve const correctness of core.cpuid.
(edit) @314 [314] 06/21/10 16:20:01 Don Clugston B sting: a&b==c bug.
(edit) @313 [313] 06/08/10 16:47:15 Don Clugston Fixed two more OSX PIC bugs.
Note: See TracRevisionLog for help on using the revision log.