phobos/std
2011-01-09 06:58:12 +00:00
..
c C function pointers -> D syntax 2010-10-02 02:42:48 +00:00
internal/math A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
windows Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
__fileinit.d Fix Windows circular import. 2010-11-11 08:06:35 +00:00
algorithm.d Added filterBidirectional for completeness 2011-01-03 17:54:35 +00:00
array.d Fixed reserve function to use GC.extend when possible. 2010-12-27 19:40:19 +00:00
base64.d Retry Issue 5340 2010-12-10 15:01:25 +00:00
bigint.d Minor ddoc fixes for std.math and std.bigint 2010-11-17 20:42:28 +00:00
bind.d deprecated module doesn't work 2011-01-03 01:30:20 +00:00
bitmanip.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
compiler.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
complex.d All of std.complex (except toString()) is now @safe pure nothrow. 2010-11-12 07:53:40 +00:00
concurrency.d Changed thisTid to construct a MessageBox if one doesn't exist (true for the main thread and threads created with core.thread instead of spawn). This eliminates a double construction for spawned threads or the alternative of a segfault when sending to a thread not created by spawn. 2011-01-03 01:15:22 +00:00
container.d Replaced ell with en in the complexity column for better readability 2011-01-02 22:49:00 +00:00
contracts.d Scheduled for deprecation in favor of std.exception 2010-07-04 21:16:47 +00:00
conv.d Fixed unlisted bug in readf 2010-12-24 03:05:42 +00:00
cpuid.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
cstream.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
ctype.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
date.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
datebase.d Converted "static this" to "shared static this" where appropriate. 2010-03-09 03:54:06 +00:00
dateparse.d Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
datetime.d std.datetime: Added benchmark 2010-09-18 11:04:14 +00:00
demangle.d Changed std.demangle to call core.demangle. This should provide the desired behavior without breaking any user code. 2010-12-23 04:34:41 +00:00
encoding.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
exception.d Made std.exception.pointsTo "@trusted pure nothrow". 2010-11-18 21:26:03 +00:00
file.d Fix Windows circular import. 2010-11-11 08:06:35 +00:00
format.d Fix bad %.*s usage. 2011-01-03 04:48:22 +00:00
functional.d Added link to memoize documentation 2011-01-04 03:52:04 +00:00
getopt.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
gregorian.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
intrinsic.d Remove redundant 'nothrow' from each method, the entire file is nothrow. 2010-12-04 08:08:03 +00:00
json.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
loader.d another stray auto => scope 2010-08-29 18:30:41 +00:00
math.d Fix 64-bit segfaults in std.math. 2011-01-04 22:15:32 +00:00
mathspecial.d Added std.mathspecial. Only 14 functions are included at this stage. 2010-11-18 19:55:57 +00:00
md5.d detab sources 2010-08-23 02:14:45 +00:00
metastrings.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
mmfile.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
numeric.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
outbuffer.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
path.d Fix for bugzilla 2655 2010-09-26 20:02:47 +00:00
perf.d Added std.datetime 2010-09-18 06:20:26 +00:00
process.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
random.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
range.d Retry Issue 5340 2010-12-10 15:01:25 +00:00
regex.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
regexp.d Undeprecated std.regexp 2011-01-03 03:21:09 +00:00
signals.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
socket.d Fixed static destructor so sockets aren't closed on every thread exit in windows. (see bug 4344 and 4951) 2010-10-19 13:15:30 +00:00
socketstream.d detab sources 2010-08-23 02:14:45 +00:00
stdarg.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
stdint.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
stdio.d Added size property to File 2011-01-09 06:58:12 +00:00
stdiobase.d Converted "static this" to "shared static this" where appropriate. 2010-03-09 03:54:06 +00:00
stream.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
string.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
syserror.d detab sources 2010-08-23 02:14:45 +00:00
system.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
traits.d Fixed the fail of dmd test. 2010-12-25 12:37:48 +00:00
typecons.d A bunch of 64 bit fixes, including disabling tests that don't pass 2010-12-23 20:39:22 +00:00
typelist.d detab sources 2010-08-23 02:14:45 +00:00
typetuple.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
uni.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
uri.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
utf.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
variant.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
xml.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00
zip.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
zlib.d Move Boost copyright declaration from ddoc to normal comment. Fixes ugly ddoc output. 2010-11-24 19:34:47 +00:00