..
c
https://github.com/D-Programming-Language/phobos/pull/23
2011-05-01 12:11:46 -05:00
internal /math
Just unused variables.
2011-06-12 16:57:27 +04:00
net
Replaced calls to std.string and std.ctype's tolower with their toLower counterparts.
2011-06-12 16:59:52 -07:00
windows
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
__fileinit.d
add source links
2011-02-26 15:32:21 -06:00
algorithm.d
Replaced calls to std.string and std.ctype's toupper with their toUpper counterparts.
2011-06-12 16:59:52 -07:00
array.d
Improvement to popBack's template constraint.
2011-06-12 22:06:26 -07:00
base64.d
add source links
2011-02-26 15:32:21 -06:00
bigint.d
5928 Bigint modulo problem
2011-05-06 07:30:07 +02:00
bind.d
Change struct const member variables to manifest constants.
2011-06-08 03:03:34 +09:00
bitmanip.d
https://github.com/D-Programming-Language/phobos/pull/23
2011-05-01 12:11:46 -05:00
compiler.d
add source links
2011-02-26 15:32:21 -06:00
complex.d
Complex: opAssign and opOpAssign return by ref
2011-04-26 18:44:17 +02:00
concurrency.d
added clarifying comment for why a shared static ctor is used for a local variable.
2011-05-05 14:38:18 -07:00
container.d
Issue 5792 - Tuple!(real,string) fails (Make Array!hasIndirectionsType works)
2011-05-03 20:38:48 +08:00
contracts.d
add source links
2011-02-26 15:32:21 -06:00
conv.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
cpuid.d
add source links
2011-02-26 15:32:21 -06:00
cstream.d
Fix imports to be in line with what the documentation says.
2011-05-25 08:28:06 +02:00
ctype.d
Removed extra nothrow.
2011-06-13 09:06:16 -07:00
date.d
add source links
2011-02-26 15:32:21 -06:00
datebase.d
add source links
2011-02-26 15:32:21 -06:00
dateparse.d
add source links
2011-02-26 15:32:21 -06:00
datetime.d
Replaced calls to std.string and std.ctype's tolower with their toLower counterparts.
2011-06-12 16:59:52 -07:00
demangle.d
Replaced calls to std.ctype.isalnum and std.ctype.isalpha.
2011-06-12 16:59:50 -07:00
encoding.d
Replaced calls to std.string and std.ctype's tolower with their toLower counterparts.
2011-06-12 16:59:52 -07:00
exception.d
Made most of the overloads for enforce @safe.
2011-06-09 02:44:41 -07:00
file.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
format.d
Replaced calls to std.ctype.islower with isLower.
2011-06-12 16:59:51 -07:00
functional.d
Replaced calls to std.ctype.isspace with std.ctype.isWhite.
2011-06-12 16:59:50 -07:00
getopt.d
Replaced calls to std.string and std.ctype's toupper with their toUpper counterparts.
2011-06-12 16:59:52 -07:00
gregorian.d
add source links
2011-02-26 15:32:21 -06:00
intrinsic.d
https://github.com/D-Programming-Language/phobos/pull/23
2011-05-01 12:11:46 -05:00
json.d
Replaced calls to std.string and std.ctype's toupper with their toUpper counterparts.
2011-06-12 16:59:52 -07:00
loader.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
math.d
Revert "Merge pull request #24 from braddr/intrinsics."
2011-05-04 22:47:49 +08:00
mathspecial.d
add source links
2011-02-26 15:32:21 -06:00
md5.d
Replaced uses of std.string constants which are scheduled for deprecation.
2011-06-12 16:59:52 -07:00
metastrings.d
add source links
2011-02-26 15:32:21 -06:00
mmfile.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
numeric.d
https://github.com/D-Programming-Language/phobos/pull/23
2011-05-01 12:11:46 -05:00
outbuffer.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
parallelism.d
Make std.parallelism unittests compile on 64-bit again.
2011-06-08 22:54:35 -04:00
path.d
add source links
2011-02-26 15:32:21 -06:00
perf.d
add source links
2011-02-26 15:32:21 -06:00
process.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
random.d
Merge pull request #86 from andralex/website
2011-06-09 09:33:13 -07:00
range.d
Fixed 672 broken links
2011-06-09 09:48:53 -05:00
regex.d
Replaced calls to std.string and std.ctype's toupper with their toUpper counterparts.
2011-06-12 16:59:52 -07:00
regexp.d
Replaced calls to std.string and std.ctype's toupper with their toUpper counterparts.
2011-06-12 16:59:52 -07:00
signals.d
Fixed 672 broken links
2011-06-09 09:48:53 -05:00
socket.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
socketstream.d
add source links
2011-02-26 15:32:21 -06:00
stdarg.d
add source links
2011-02-26 15:32:21 -06:00
stdint.d
add source links
2011-02-26 15:32:21 -06:00
stdio.d
Replaced calls to toStringz with toStringZ.
2011-06-12 16:59:52 -07:00
stdiobase.d
add source links
2011-02-26 15:32:21 -06:00
stream.d
Removed std.stream's versions of various std.ctype functions.
2011-06-12 17:10:57 -07:00
string.d
Removed capWords.
2011-06-14 02:10:08 -07:00
syserror.d
add source links
2011-02-26 15:32:21 -06:00
system.d
add source links
2011-02-26 15:32:21 -06:00
traits.d
bugzilla 3785 + improvements
2011-06-06 13:31:09 -05:00
typecons.d
Fix std.typecons unittest on 64-bit.
2011-04-27 21:16:09 -04:00
typelist.d
add source links
2011-02-26 15:32:21 -06:00
typetuple.d
Added missing format specifier in call to writefln.
2011-05-24 21:38:08 +02:00
uni.d
Updates to std.uni.
2011-06-12 16:59:48 -07:00
uri.d
Replaced calls to std.ctype.isxdigit with isHexDigit.
2011-06-12 16:59:51 -07:00
utf.d
Improved std.string.indexOf and std.string.lastIndexOf.
2011-06-12 16:59:50 -07:00
variant.d
add source links
2011-02-26 15:32:21 -06:00
xml.d
Replaced calls to rjustify with rightJustify.
2011-06-12 16:59:52 -07:00
zip.d
https://github.com/D-Programming-Language/phobos/pull/23
2011-05-01 12:11:46 -05:00
zlib.d
add source links
2011-02-26 15:32:21 -06:00