.. |
c
|
Update COM header with CoInitializeEx
|
2012-10-04 23:15:31 +09:00 |
digest
|
Add SHA-1 message digest
|
2012-09-16 12:25:43 +02:00 |
internal
|
Merge pull request #870 from alexrp/hash_t
|
2012-10-15 03:13:34 -07:00 |
net
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
windows
|
Merge pull request #406 from denis-sh/get-rid-of-win9x-support
|
2012-02-18 12:32:37 -08:00 |
algorithm.d
|
Merge pull request #859 from alexrp/sizediff_t-to-ssize_t
|
2012-10-14 19:26:59 -07:00 |
array.d
|
Changes required for issue# 6277.
|
2012-07-21 01:57:28 -07:00 |
ascii.d
|
|
|
base64.d
|
Runnable examples - std.base64
|
2012-07-15 21:26:32 +00:00 |
bigint.d
|
Fix example in BigInt docs
|
2012-07-19 10:55:44 +02:00 |
bitmanip.d
|
hash_t -> size_t.
|
2012-10-15 04:45:17 +02:00 |
compiler.d
|
Adding myself as author to the modules I have contributed to.
|
2012-07-16 05:31:09 +02:00 |
complex.d
|
Removed asm code from std.complex.expi()
|
2012-05-11 19:08:12 +02:00 |
concurrency.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
container.d
|
{SD}List [front|back] primitives
|
2012-10-01 11:11:33 +02:00 |
conv.d
|
Merge pull request #768 from jmdavis/deprecations
|
2012-10-06 21:49:52 -07:00 |
cpuid.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
cstream.d
|
Fix modules which incorrectly use std.string's public imports.
|
2012-09-30 03:29:37 -07:00 |
csv.d
|
Revert all const qualifier of class member functions that inherited from Object.
|
2012-07-31 10:05:59 +09:00 |
ctype.d
|
Remove std.ctype from the index.
|
2012-09-30 04:04:58 -07:00 |
datetime.d
|
Undocumented September deprecations.
|
2012-09-30 04:15:56 -07:00 |
demangle.d
|
|
|
encoding.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
exception.d
|
Fix issue 8637
|
2012-09-11 11:31:29 +04:00 |
file.d
|
Get rid of transitional lfs API
|
2012-09-30 10:47:40 +02:00 |
format.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
functional.d
|
fix Issue 5358 - std.functional.binaryReverseArgs missing from documentation
|
2012-04-21 15:49:48 +09:00 |
getopt.d
|
remove empty statements
|
2011-12-29 00:05:45 -08:00 |
json.d
|
fix for "some std.json improvements"
|
2012-07-08 23:51:18 -04:00 |
math.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
mathspecial.d
|
Change second paramater of gammaIncompleteComplInverse from x to p
|
2012-05-21 06:10:34 -05:00 |
md5.d
|
Add new hash API
|
2012-09-16 12:25:43 +02:00 |
metastrings.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
mmfile.d
|
Get rid of transitional lfs API
|
2012-09-30 10:47:40 +02:00 |
numeric.d
|
Changes required for issue# 6277.
|
2012-07-21 01:57:28 -07:00 |
outbuffer.d
|
Fix modules which incorrectly use std.string's public imports.
|
2012-09-30 03:29:37 -07:00 |
parallelism.d
|
Update std/parallelism.d
|
2012-10-12 22:00:19 -06:00 |
path.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
perf.d
|
Old deprecations which were not properly taken care of previously.
|
2012-07-07 02:03:49 -07:00 |
process.d
|
Fix modules which incorrectly use std.string's public imports.
|
2012-09-30 03:29:37 -07:00 |
random.d
|
Add std.random.partialShuffle.
|
2012-07-25 21:37:41 -04:00 |
range.d
|
Update std/range.d
|
2012-10-19 09:27:02 +03:00 |
regex.d
|
Update std/regex.d
|
2012-10-02 11:25:24 -07:00 |
regexp.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
signals.d
|
Replace delete with destroy in std.signals
|
2012-06-10 15:40:40 +04:00 |
socket.d
|
Add required cast for 64 bit.
|
2012-09-02 20:36:03 +02:00 |
socketstream.d
|
Minimal reverting of Issue 1824 - Object not const correct
|
2012-07-22 15:21:51 +09:00 |
stdint.d
|
|
|
stdio.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
stdiobase.d
|
|
|
stream.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
string.d
|
Merge pull request #859 from alexrp/sizediff_t-to-ssize_t
|
2012-10-14 19:26:59 -07:00 |
syserror.d
|
|
|
system.d
|
Minor documentation tweak to std.system.
|
2012-01-20 22:19:17 -08:00 |
traits.d
|
Improve isAssignable to support identity assignable check.
|
2012-10-06 14:37:59 +09:00 |
typecons.d
|
Minor style cleanup for Redindable.
|
2012-10-13 19:57:19 -07:00 |
typelist.d
|
|
|
typetuple.d
|
Moved filter to the public section.
|
2012-09-16 21:14:08 -07:00 |
uni.d
|
Undocumented September deprecations.
|
2012-09-30 04:15:56 -07:00 |
uri.d
|
|
|
utf.d
|
Minor adjustment to better workaround bug# 8521.
|
2012-08-22 02:26:21 -07:00 |
uuid.d
|
Make std.uuid use the new hash API
|
2012-09-16 12:25:43 +02:00 |
variant.d
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
xml.d
|
Merge pull request #870 from alexrp/hash_t
|
2012-10-15 03:13:34 -07:00 |
zip.d
|
fixed wrong headers for decompression
|
2012-08-25 17:06:37 +03:00 |
zlib.d
|
fix Issue 8694 - (Un)Compress may cause an InvalidMemoryOperationError
|
2012-09-19 12:14:05 +02:00 |