phobos/std
Jonathan M Davis 11f2899ab5 Various adjustments to the documentation in std.datetime and std.file.
This should fix the current ddoc build errors or Windows.
2011-01-22 09:48:29 +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 Improvements to replicate(); documented splitter() for strings; renamed replace() in place to replaceInPlace(); removed replace() that takes void* in the last position; moved replace() from string to array and generalized it; attached constraint to functional.not; more cleanup of std.string; improved std.algorithm.util and count to accept ranges; improved constraint in std.algorithm.remove 2011-01-21 08:39:39 +00:00
array.d Changed replaceInPlace back to replace as it cannot be confused 2011-01-22 03:54:45 +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 Fix for bug 4922 2011-01-22 06:35:11 +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 Phobos has now been changed to use std.datetime. Also, bug# 3848 has been fixed. 2011-01-19 11:10:18 +00:00
datebase.d Converted "static this" to "shared static this" where appropriate. 2010-03-09 03:54:06 +00:00
dateparse.d Phobos has now been changed to use std.datetime. Also, bug# 3848 has been fixed. 2011-01-19 11:10:18 +00:00
datetime.d Various adjustments to the documentation in std.datetime and std.file. 2011-01-22 09:48:29 +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 Various adjustments to the documentation in std.datetime and std.file. 2011-01-22 09:48:29 +00:00
format.d Fix bad %.*s usage. 2011-01-03 04:48:22 +00:00
functional.d Improvements to replicate(); documented splitter() for strings; renamed replace() in place to replaceInPlace(); removed replace() that takes void* in the last position; moved replace() from string to array and generalized it; attached constraint to functional.not; more cleanup of std.string; improved std.algorithm.util and count to accept ranges; improved constraint in std.algorithm.remove 2011-01-21 08:39:39 +00:00
getopt.d Moved split from string to array, made one more pass through array 2011-01-19 06:44:46 +00:00
gregorian.d Phobos has now been changed to use std.datetime. Also, bug# 3848 has been fixed. 2011-01-19 11:10:18 +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 Fix for bugzilla 5366 2011-01-12 02:38:02 +00:00
loader.d another stray auto => scope 2010-08-29 18:30:41 +00:00
math.d unconditionalized unittest for round 2011-01-09 20:47:20 +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 Fix and enable std.outbuffer's tests for 64 bit 2011-01-13 03:50:55 +00:00
path.d Improvements to replicate(); documented splitter() for strings; renamed replace() in place to replaceInPlace(); removed replace() that takes void* in the last position; moved replace() from string to array and generalized it; attached constraint to functional.not; more cleanup of std.string; improved std.algorithm.util and count to accept ranges; improved constraint in std.algorithm.remove 2011-01-21 08:39:39 +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 Phobos has now been changed to use std.datetime. Also, bug# 3848 has been fixed. 2011-01-19 11:10:18 +00:00
range.d Moved split from string to array, made one more pass through array 2011-01-19 06:44:46 +00:00
regex.d Fix 64 bit issues throughout regex and regexp and enable those tests 2011-01-18 08:41:35 +00:00
regexp.d Moved replace from string to array 2011-01-19 09:04:29 +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 Don't throw non-Throwables 2011-01-14 08:01:49 +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 Fix for bug 4922 2011-01-22 06:35:11 +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 Improvements to replicate(); documented splitter() for strings; renamed replace() in place to replaceInPlace(); removed replace() that takes void* in the last position; moved replace() from string to array and generalized it; attached constraint to functional.not; more cleanup of std.string; improved std.algorithm.util and count to accept ranges; improved constraint in std.algorithm.remove 2011-01-21 08:39:39 +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 Phobos has now been changed to use std.datetime. Also, bug# 3848 has been fixed. 2011-01-19 11:10:18 +00:00
zlib.d build break in zlib 2011-01-11 18:54:12 +00:00