.. |
c
|
Disable SIGPIPE on send()ing to a Socket on OS X.
|
2011-07-05 15:33:07 +02:00 |
internal/math
|
Revert "not really pure"
|
2011-07-07 01:40:07 -07:00 |
net
|
Reverted toAsciiLower and toAsciiUpper to toLower and toUpper.
|
2011-06-22 19:22:27 -07:00 |
windows
|
Reverted change from toStringz to toStringZ.
|
2011-06-18 01:13:21 -07:00 |
__fileinit.d
|
|
|
algorithm.d
|
Merged master into branch with changes to std.string.
|
2011-06-22 21:38:17 -07:00 |
array.d
|
Merge pull request #101 from jmdavis/string
|
2011-07-03 00:12:57 -07:00 |
ascii.d
|
Improved module documentation for std.ascii and std.uni.
|
2011-06-22 21:00:09 -07:00 |
base64.d
|
|
|
bigint.d
|
Revert "not really pure"
|
2011-07-07 01:40:07 -07:00 |
bind.d
|
|
|
bitmanip.d
|
|
|
compiler.d
|
|
|
complex.d
|
Revert "not really pure"
|
2011-07-07 01:40:07 -07:00 |
concurrency.d
|
Adjusting deprecation dates for a July release.
|
2011-07-04 01:46:26 -07:00 |
container.d
|
pass improved value range propagation
|
2011-06-27 12:02:39 -07:00 |
contracts.d
|
|
|
conv.d
|
Renamed isUniAlpha to isAlpha.
|
2011-06-22 20:46:34 -07:00 |
cpuid.d
|
|
|
cstream.d
|
|
|
ctype.d
|
Adjusting deprecation dates for a July release.
|
2011-07-04 01:46:26 -07:00 |
date.d
|
Renamed endOfMonthDay to daysInMonth.
|
2011-06-25 09:03:48 -07:00 |
datebase.d
|
|
|
dateparse.d
|
Renamed endOfMonthDay to daysInMonth.
|
2011-06-25 09:03:48 -07:00 |
datetime.d
|
Revert "not really pure"
|
2011-07-07 01:40:07 -07:00 |
demangle.d
|
|
|
encoding.d
|
|
|
exception.d
|
|
|
file.d
|
rewrite dirEntries unittest so that...
|
2011-07-08 14:08:55 +02:00 |
format.d
|
Reverted isAsciiWhite to isWhite.
|
2011-06-22 19:20:15 -07:00 |
functional.d
|
Reverted isAsciiWhite to isWhite.
|
2011-06-22 19:20:15 -07:00 |
getopt.d
|
Merge pull request #101 from jmdavis/string
|
2011-07-03 00:12:57 -07:00 |
gregorian.d
|
Renamed endOfMonthDay to daysInMonth.
|
2011-06-25 09:03:48 -07:00 |
intrinsic.d
|
|
|
json.d
|
Reverted toAsciiLower and toAsciiUpper to toLower and toUpper.
|
2011-06-22 19:22:27 -07:00 |
loader.d
|
Reverted change from toStringz to toStringZ.
|
2011-06-18 01:13:21 -07:00 |
math.d
|
Improve the precision of the std.math constants.
|
2011-07-06 19:41:11 +08:00 |
mathspecial.d
|
|
|
md5.d
|
|
|
metastrings.d
|
|
|
mmfile.d
|
Reverted change from toStringz to toStringZ.
|
2011-06-18 01:13:21 -07:00 |
numeric.d
|
|
|
outbuffer.d
|
Reverted change from toStringz to toStringZ.
|
2011-06-18 01:13:21 -07:00 |
parallelism.d
|
Revert "not really pure"
|
2011-07-07 01:40:07 -07:00 |
path.d
|
|
|
perf.d
|
|
|
process.d
|
Reverted change from toStringz to toStringZ.
|
2011-06-18 01:13:21 -07:00 |
random.d
|
Remove the DDoc specialization for std.random.uniform.
|
2011-07-04 17:39:53 +08:00 |
range.d
|
Fix unlisted bug found by implementing http://d.puremagic.com/issues/show_bug.cgi?id=5399.
|
2011-06-30 02:39:47 +10:00 |
regex.d
|
Merged master into branch with changes to std.string.
|
2011-06-22 21:38:17 -07:00 |
regexp.d
|
Reverted toAsciiLower and toAsciiUpper to toLower and toUpper.
|
2011-06-22 19:22:27 -07:00 |
signals.d
|
|
|
socket.d
|
Disable SIGPIPE on send()ing to a Socket on OS X.
|
2011-07-05 15:33:07 +02:00 |
socketstream.d
|
|
|
stdarg.d
|
|
|
stdint.d
|
|
|
stdio.d
|
Fixed http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=139182 and unlisted bug in std.stdio.write
|
2011-06-21 09:41:59 -05:00 |
stdiobase.d
|
|
|
stream.d
|
Reverted isAsciiWhite to isWhite.
|
2011-06-22 19:20:15 -07:00 |
string.d
|
Adjusting deprecation dates for a July release.
|
2011-07-04 01:46:26 -07:00 |
syserror.d
|
|
|
system.d
|
|
|
traits.d
|
update for pure inference
|
2011-06-20 01:10:33 -07:00 |
typecons.d
|
Merge pull request #105 from blackwhale/regexp-to-regex
|
2011-06-21 11:55:27 -07:00 |
typelist.d
|
|
|
typetuple.d
|
|
|
uni.d
|
Adjusting deprecation dates for a July release.
|
2011-07-04 01:46:26 -07:00 |
uri.d
|
|
|
utf.d
|
Merged master into branch with changes to std.string.
|
2011-06-22 21:38:17 -07:00 |
variant.d
|
Fixed http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=139182 and unlisted bug in std.stdio.write
|
2011-06-21 09:41:59 -05:00 |
xml.d
|
|
|
zip.d
|
|
|
zlib.d
|
|
|