root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @510 [510] 07/24/06 13:22:46 sean Merged in DMD 163 changes.
(edit) @509 [509] 07/12/06 19:22:10 sean Buulk check-in of fixes. Added documentation, restructuring code where …
(edit) @508 [508] 07/10/06 15:25:44 sean Added std/c/posix/sys/select.
(edit) @507 [507] 07/10/06 15:25:00 sean Initial check-in.
(edit) @506 [506] 07/05/06 15:45:27 sean Changed to eliminate a few link dependencies.
(edit) @505 [505] 07/05/06 15:45:01 sean Moved a bunch of stuff into the XOpen block where it belongs.
(edit) @504 [504] 07/05/06 15:41:58 sean Change to address the bulk of bizarre ModuleInfo? link errors on Linux.
(edit) @503 [503] 07/02/06 04:34:27 sean Added a few missing Posix modules.
(edit) @502 [502] 06/30/06 21:32:56 sean Merged in DMD 162 changes.
(edit) @501 [501] 06/30/06 20:38:38 sean Roll-up of bug fixes. Some Posix issues have been corrected, and wchar_t …
(edit) @500 [500] 06/30/06 19:29:57 sean Future support for GDC.
(edit) @499 [499] 06/30/06 19:08:32 sean Fixed support for errno.
(edit) @498 [498] 06/28/06 15:22:05 sean * Changed file mode. * Tweaked documentaion. * Adjusted thread code to …
(edit) @497 [497] 06/27/06 13:51:41 sean Fix for compile error using complex numbers.
(edit) @496 [496] 06/27/06 12:52:48 sean Added _d_callfinalizer.
(edit) @495 [495] 06/27/06 01:23:57 sean Merged in DMD 161 changes.
(edit) @494 [494] 06/26/06 17:17:59 sean Added MAP_ANON for Linux.
(edit) @493 [493] 06/26/06 17:11:43 sean Added protection consts for Linux.
(edit) @492 [492] 06/16/06 14:42:20 sean No apparent changes, but SVN thinks there are, so.…
(edit) @491 [491] 06/16/06 14:40:47 sean Now allocating all Win32 arg buffer data on the stack using alloca. The …
(edit) @490 [490] 06/16/06 03:55:07 sean Replaced use of util.utf with Win32 library call to improve best-case link …
(edit) @489 [489] 06/16/06 03:06:27 sean Changed so Win32 properly supports non-ASCII command-line args.
(edit) @488 [488] 06/14/06 20:48:38 sean Yet more changes that should make the new C99 classification macros work …
(edit) @487 [487] 06/14/06 20:31:09 sean Changes that should make the new C99 classification macros work on Posix.
(edit) @486 [486] 06/14/06 18:12:25 sean Fixed to avoid link errors with DMD on Linux.
(edit) @485 [485] 06/14/06 16:51:53 sean Some quick patches to get build.sh to work properly. The docs will not …
(edit) @484 [484] 06/14/06 16:39:39 sean Some changes to (hopefully) automate building in Linux.
(edit) @483 [483] 06/14/06 14:23:07 sean Cleaned up makefile a bit. Also, it turns out that this attempt at fixing …
(edit) @482 [482] 06/13/06 19:56:54 sean First attempt at a fix for the linux build issues.
(edit) @481 [481] 06/13/06 19:49:02 sean Fixed some accidental rollbacks.
(edit) @480 [480] 06/13/06 18:06:21 sean Removed errant "extern" from errno declaration... again!
(edit) @479 [479] 06/13/06 15:20:15 sean Added module headers containing license information and such.
(edit) @478 [478] 06/13/06 15:19:19 sean Fixed documentation generation (thanks, Kris!).
(edit) @477 [477] 06/12/06 20:10:49 sean Added std.c.posix.sys.wait.
(edit) @476 [476] 06/12/06 20:08:46 sean Fixed a typo.
(edit) @475 [475] 06/12/06 20:07:50 sean Renamed ThreadError? to ThreadException?.
(edit) @474 [474] 06/12/06 19:25:04 sean Changed inline function to be extern (D).
(edit) @473 [473] 06/09/06 01:11:49 sean Changed around the build process a bit to prevent the need for any …
(edit) @471 [471] 06/05/06 17:32:48 sean Fix for Posix thread routine.
(edit) @470 [470] 06/05/06 16:46:25 sean Ares .121 commit.
(edit) @469 [469] 06/05/06 16:44:12 sean Merged in DMD 160 changes.
(edit) @468 [468] 06/05/06 16:41:34 sean Merged in DMD 160 changes.
(edit) @467 [467] 06/02/06 19:36:44 sean Removed an errant "static."
(edit) @466 [466] 06/02/06 19:35:16 sean Removed some unnecessary imports.
(edit) @465 [465] 05/26/06 19:06:10 sean Merged in DMD 159 changes
(edit) @464 [464] 05/25/06 15:23:38 sean Merged in DMD 158 changes.
(edit) @463 [463] 05/11/06 17:48:26 sean A few silly formatting fixes.
(edit) @462 [462] 05/07/06 16:00:36 sean Fixed some "extern" defs.
(edit) @461 [461] 05/07/06 15:32:19 sean --
(edit) @460 [460] 05/07/06 14:49:05 sean Fixed import.
(edit) @459 [459] 05/07/06 14:48:07 sean Removed reference to config module.
(edit) @458 [458] 05/05/06 17:40:05 sean ...and removing unfinished code, as it may never work as advertised.
(edit) @457 [457] 05/05/06 17:38:38 sean Commenting out unfinished code.
(edit) @456 [456] 05/05/06 16:52:59 sean Documentation tweaks (spelling corrections and the like).
(edit) @455 [455] 05/05/06 16:51:58 sean Added std.c.posix.ucontext.
(edit) @454 [454] 05/05/06 16:51:17 sean Documentation updates and other small refinements.
(edit) @453 [453] 05/05/06 15:56:51 sean * Added std.c.posix.ucontext.d. * Completed std.c.posix.signal.
(edit) @452 [452] 05/04/06 19:42:50 sean Updated to remove pre-156 workarounds.
(edit) @451 [451] 05/02/06 19:27:30 sean Fixed a corner case in the Posix suspendHandler. Additional work is …
(edit) @449 [449] 04/28/06 18:15:18 sean Makefile fixes.
(edit) @448 [448] 04/28/06 18:10:25 sean Makefile fixes.
(edit) @447 [447] 04/28/06 17:50:17 sean * Merged in Mango changes. * Merged in DMD 156 changes. * Renamed onAssert …
(edit) @446 [446] 04/28/06 17:40:19 sean Added sys.windows.winmain.d and sys.windows.winmain.def. These have been …
(edit) @445 [445] 04/28/06 17:38:47 sean Merged in DMD 156 changes
(edit) @444 [444] 04/28/06 17:38:12 sean Removed -I option from Linux makefiles, as it's presence is misleading. …
(edit) @443 [443] 04/28/06 17:37:39 sean Merged in DMD 156 changes
(edit) @442 [442] 04/28/06 17:37:20 sean * Merged in DMD 156 changes. * Renamed onOutOfMemory to …
(edit) @441 [441] 04/28/06 17:36:52 sean Renamed onAssert to onAssertError
(edit) @440 [440] 04/28/06 17:36:20 sean Renamed onOutOfMemory to onOutOfMemoryError
(edit) @439 [439] 04/28/06 17:35:05 sean Merged in DMD 156 changes (currently in TODO section until an equivalent …
(edit) @438 [438] 04/28/06 17:34:30 sean * Renamed onAssert to onAssertError. * Added a new callback, …
(edit) @437 [437] 04/28/06 17:33:20 sean Merged in Mango changes
(edit) @435 [435] 04/18/06 23:51:33 sean * Added a new callback, onFinalizeError, to be called when an exception is …
(edit) @434 [434] 04/17/06 16:10:46 sean Patch from JJC.
(edit) @433 [433] 04/12/06 18:37:12 sean Added "lib" prefix to Linux library files, as it seems to be the …
(edit) @431 [431] 04/12/06 18:29:38 sean * Merged in DMD 154 changes. * Added std.c.posix.dirent. * Removed …
(edit) @430 [430] 04/12/06 18:29:06 sean Update for build 19.
(edit) @429 [429] 04/12/06 18:28:18 sean Added std.math modules.
(edit) @428 [428] 04/12/06 16:52:48 sean * Fixed a nasty bug that was corrupting the global thread list. * Altered …
(edit) @427 [427] 04/12/06 16:52:00 sean * Changed call format of gc_malloc, gc_calloc, and gc_realloc. * Removed …
(edit) @426 [426] 04/12/06 16:51:03 sean * Merged in DMD 154 changes. * Changed gc_calloc, gc_malloc, and …
(edit) @425 [425] 04/12/06 16:49:00 sean * Added cr_finalize. * Changed code for new gc_calloc call format. * …
(edit) @424 [424] 04/12/06 16:48:01 sean Merged in DMD 154 changes.
(edit) @423 [423] 04/12/06 16:47:41 sean Merged in DMD 154 changes.
(edit) @422 [422] 04/11/06 17:48:44 sean Re-added OutBuffer? to the module. I'd missed a few lingering …
(edit) @421 [421] 04/11/06 15:08:06 sean Merged in DMD 153 changes.
(edit) @420 [420] 04/10/06 01:49:02 sean --
(edit) @419 [419] 04/09/06 22:21:23 sean Small fix for definition of DIR struct.
(edit) @418 [418] 04/07/06 22:09:05 sean Fixed various makefile issues.
(edit) @417 [417] 04/07/06 19:41:48 sean Corrected comment.
(edit) @416 [416] 04/07/06 19:39:03 sean Added std.c.posix.dirent.
(edit) @415 [415] 04/07/06 19:38:33 sean Corrected boilerplate comment.
(edit) @414 [414] 04/07/06 19:37:52 sean Added a missing extern(C) line, plus other misc fixes.
(edit) @413 [413] 04/07/06 19:36:54 sean Fixed/improved makefiles a bit.
(edit) @412 [412] 04/07/06 19:35:24 sean Shortened fully qualified function calls.
(edit) @411 [411] 04/07/06 19:34:48 sean Removed errant debug printf.
(edit) @410 [410] 04/07/06 19:33:40 sean Shortened a fully qualified function call.
(edit) @409 [409] 04/07/06 19:32:50 sean Added missing imports, shortened fully qualified function calls, and fixed …
(edit) @408 [408] 04/04/06 00:24:29 sean * Merged in DMD 151 changes. * Added std.c.posix.fcntl. * Added …
(edit) @407 [407] 04/04/06 00:12:30 sean * Added std.c.posix.fcntl. * Added std.c.posix.sys.stat.
Note: See TracRevisionLog for help on using the revision log.