.. |
c
|
https://github.com/D-Programming-Language/phobos/pull/23
|
2011-05-01 12:11:46 -05:00 |
internal/math
|
5285 bigint won't compile in 64 bit
|
2011-04-30 04:57:52 +08:00 |
net
|
Cut down to the 120 column limit. Converted tabs to spaces.
|
2011-04-24 13:00:34 +02:00 |
windows
|
Hide some implementation details
|
2011-06-03 19:47:32 +02:00 |
__fileinit.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
algorithm.d
|
Fix test compilation error on 64-bit.
|
2011-06-04 23:22:48 -07:00 |
array.d
|
https://github.com/D-Programming-Language/phobos/pull/23
|
2011-05-01 12:11:46 -05: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
|
add source links
|
2011-02-26 15:32:21 -06: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
|
remove case fallthrough
|
2011-06-03 19:41: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
|
add source links
|
2011-02-26 15:32:21 -06: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
|
Fix to get around issue# 6013.
|
2011-05-15 19:18:01 -07:00 |
demangle.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
encoding.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
exception.d
|
Fixed incorrect commit 416f01ec documentation fix (!! added, because !a == false equals to !!a == true (it is correct for reals and it is impossible to overload it apart for structs (impossible to overload it for classes anyhow)).
|
2011-05-30 03:12:59 -07:00 |
file.d
|
Improvements to std.file.remove's error message
|
2011-06-05 10:59:13 -05:00 |
format.d
|
bugzilla 3479 - writef/writefln: positional precision not working
|
2011-06-05 17:55:17 -05:00 |
functional.d
|
Bug 5474: unaryFun byRef is borked for custom parameter name
|
2011-04-12 20:26:55 -04:00 |
getopt.d
|
Two changes for enum handling in getopt
|
2011-04-06 19:46:54 +02: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
|
add source links
|
2011-02-26 15:32:21 -06:00 |
loader.d
|
add source links
|
2011-02-26 15:32:21 -06: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
|
add source links
|
2011-02-26 15:32:21 -06:00 |
metastrings.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
mmfile.d
|
remove octal literals
|
2011-04-01 22:34:46 -07:00 |
numeric.d
|
https://github.com/D-Programming-Language/phobos/pull/23
|
2011-05-01 12:11:46 -05:00 |
outbuffer.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
parallelism.d
|
Fix some unlisted bugs in std.parallelism.
|
2011-06-02 09:24:47 -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
|
Fixed the OSX bug fix. Explicitly qualify "static this()" instead of putting it under "static:"
|
2011-06-05 00:43:15 +01:00 |
random.d
|
bugzilla 3785 + improvements
|
2011-06-06 13:31:09 -05:00 |
range.d
|
Fix Bug 5891
|
2011-05-05 18:44:15 -04:00 |
regex.d
|
remove case fallthrough
|
2011-06-03 19:41:52 -07:00 |
regexp.d
|
remove case fallthrough
|
2011-06-03 19:41:52 -07:00 |
signals.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
socket.d
|
Added std.socket.socketPair() which returns a pair of connected sockets.
|
2011-06-03 01:48:15 +02: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
|
fix bugzilla 3752
|
2011-06-05 21:12:55 -05:00 |
stdiobase.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
stream.d
|
remove case fallthrough
|
2011-06-03 19:41:52 -07:00 |
string.d
|
Fixed startsWith and endsWith with regards to the default predicate and strings.
|
2011-06-02 21:42:24 -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
|
add source links
|
2011-02-26 15:32:21 -06:00 |
uri.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
utf.d
|
another attempt at stride/strideBack
|
2011-05-27 18:50:14 +04:00 |
variant.d
|
add source links
|
2011-02-26 15:32:21 -06:00 |
xml.d
|
remove case fallthrough
|
2011-06-03 19:41: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 |