.. |
c
|
C function pointers -> D syntax
|
2010-10-02 02:42:48 +00:00 |
internal/math
|
Fix bug 4742 int % BigInt should work.
|
2010-09-21 01:49:44 +00:00 |
windows
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
__fileinit.d
|
Set native eol-style for some files that didn't have it.
|
2010-07-06 19:16:04 +00:00 |
algorithm.d
|
Removed slack filter() code; changed filter such that filter is curryable
|
2010-10-03 18:39:33 +00:00 |
array.d
|
Bug 4888: Heavy reliance on Bug 3534 in Phobos range usage. I used a different approach here than the first one I tried. I only did what was necessary to make Phobos work instead of trying to fix the deeper issue of making std.algorithm to work w/ const/immutable arrays.
|
2010-09-18 21:00:52 +00:00 |
base64.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
bigint.d
|
Fix bug 4742 int % BigInt should work.
|
2010-09-21 01:49:44 +00:00 |
bind.d
|
Moved static asserts at module level into unittests. This reduces the size of many client object files by up to 20x.
|
2010-06-09 19:34:20 +00:00 |
bitmanip.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
boxer.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
compiler.d
|
|
|
complex.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
concurrency.d
|
Made LinkTerminated message work like OwnerTerminated (ie. the user can trap it in a receive call).
|
2010-10-08 17:36:15 +00:00 |
container.d
|
BinaryHeap was silently broken because of the unspeakably ridiculous C 'function type' syntax. That syntax must die.
|
2010-10-04 07:03:23 +00:00 |
contracts.d
|
Scheduled for deprecation in favor of std.exception
|
2010-07-04 21:16:47 +00:00 |
conv.d
|
4959: std.conv.parse error "no digits seen" on string starting with zero
|
2010-09-30 13:42:58 +00:00 |
cpuid.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
cstream.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
ctype.d
|
Add pure to isalnum, isalpha, iscntrl, isdigit, islower, ispunct, isspace, isxdigit, isgraph, isprint, isascii, toupper
|
2009-10-26 22:41:15 +00:00 |
date.d
|
This would fix the runnable/testdate failure.
|
2010-09-27 05:18:23 +00:00 |
datebase.d
|
Converted "static this" to "shared static this" where appropriate.
|
2010-03-09 03:54:06 +00:00 |
dateparse.d
|
|
|
datetime.d
|
std.datetime: Added benchmark
|
2010-09-18 11:04:14 +00:00 |
demangle.d
|
Replaced std.contracts with std.exception throughout
|
2010-07-04 22:09:03 +00:00 |
encoding.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
exception.d
|
Fixed unlisted bug: std.exception.pointsTo() calls postblit on subobjects.
|
2010-09-17 21:39:52 +00:00 |
file.d
|
Fix for bugzilla 2838 and others regarding isdir and isfile
|
2010-09-26 22:09:38 +00:00 |
format.d
|
Minimal support for toString use on shared objects. format now generates a meaningful compile error when attempting to format a shared object, and Tuple can now contain shared objects (the toString operation returns typeinfo for the object instead of calling toString).
|
2010-10-07 20:44:06 +00:00 |
functional.d
|
Fix for bugzilla 2424
|
2010-09-26 18:32:50 +00:00 |
getopt.d
|
Fix for bugzilla 2142
|
2010-09-26 15:24:50 +00:00 |
gregorian.d
|
Commented out unittests
|
2010-07-28 07:49:58 +00:00 |
intrinsic.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
iterator.d
|
Replace static opCall with Constructor. static opCall for struct construction is old style.
|
2010-06-01 19:44:00 +00:00 |
json.d
|
Bug 4888: Heavy reliance on Bug 3534 in Phobos range usage. I used a different approach here than the first one I tried. I only did what was necessary to make Phobos work instead of trying to fix the deeper issue of making std.algorithm to work w/ const/immutable arrays.
|
2010-09-18 21:00:52 +00:00 |
loader.d
|
another stray auto => scope
|
2010-08-29 18:30:41 +00:00 |
math.d
|
Fix for bugzilla 2944
|
2010-09-27 01:10:12 +00:00 |
md5.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
metastrings.d
|
Moved static asserts at module level into unittests. This reduces the size of many client object files by up to 20x.
|
2010-06-09 19:34:20 +00:00 |
mmfile.d
|
Replaced std.contracts with std.exception throughout
|
2010-07-04 22:12:18 +00:00 |
numeric.d
|
Bug 4888: Heavy reliance on Bug 3534 in Phobos range usage. I used a different approach here than the first one I tried. I only did what was necessary to make Phobos work instead of trying to fix the deeper issue of making std.algorithm to work w/ const/immutable arrays.
|
2010-09-18 21:00:52 +00:00 |
openrj.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
outbuffer.d
|
64-bit compatibility work
|
2010-08-22 20:55: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
|
Fixed std.process.environment unittest to account for yet another Wine bug.
|
2010-09-17 08:48:44 +00:00 |
random.d
|
randomShuffle should work with sealed ranges.
|
2010-09-09 19:52:19 +00:00 |
range.d
|
unittest to avoid regression for bugzilla 3181
|
2010-09-27 01:22:14 +00:00 |
regex.d
|
Fixed: Bug 5003
|
2010-10-06 18:21:19 +00:00 |
regexp.d
|
interim fix for bug 941
|
2010-09-25 08:38:35 +00:00 |
signals.d
|
Improved signal import (svn 1837). Thanks Michel.
|
2010-08-12 13:00:31 +00:00 |
socket.d
|
Mark std.socket unittests broken because they succeed or fail depending on running environment.
|
2010-09-29 04:54:25 +00:00 |
socketstream.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
stdarg.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
stdint.d
|
|
|
stdio.d
|
Fix (build failure): no pclose() on Windows
|
2010-09-27 04:02:55 +00:00 |
stdiobase.d
|
Converted "static this" to "shared static this" where appropriate.
|
2010-03-09 03:54:06 +00:00 |
stream.d
|
Fix for bugzilla 2718
|
2010-09-26 21:19:14 +00:00 |
string.d
|
Fix for bugzilla 2718
|
2010-09-26 21:19:14 +00:00 |
syserror.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
system.d
|
|
|
traits.d
|
Fix for Bugzilla 2073
|
2010-09-26 04:35:12 +00:00 |
typecons.d
|
Minimal support for toString use on shared objects. format now generates a meaningful compile error when attempting to format a shared object, and Tuple can now contain shared objects (the toString operation returns typeinfo for the object instead of calling toString).
|
2010-10-07 20:44:06 +00:00 |
typelist.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
typetuple.d
|
Fixed unlisted bug: std.typetuple.staticMap!() doesn't work with empty/single tuples.
|
2010-09-17 21:40:05 +00:00 |
uni.d
|
detab sources
|
2010-08-23 02:14:45 +00:00 |
uri.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
utf.d
|
Fix for bugzilla 2718
|
2010-09-26 21:19:14 +00:00 |
variant.d
|
Minimal support for shared types within a Variant.
|
2010-10-07 21:27:13 +00:00 |
xml.d
|
Bug 4888: Heavy reliance on Bug 3534 in Phobos range usage. I used a different approach here than the first one I tried. I only did what was necessary to make Phobos work instead of trying to fix the deeper issue of making std.algorithm to work w/ const/immutable arrays.
|
2010-09-18 21:00:52 +00:00 |
zip.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
zlib.d
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |