phobos/std
Andrei Alexandrescu 0b4df6a57b Merge pull request #669 from alexrp/errno
Use errno instead of getErrno in Phobos.
2012-07-08 18:31:55 -07:00
..
c
internal Merge pull request #642 from donc/bigint7993div 2012-07-01 19:50:17 -07:00
net Fix documentation build 2012-04-13 22:05:29 -05:00
windows
algorithm.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
array.d Replace typeof(<type>.init[0]) with templates 2012-07-06 13:38:06 +04:00
ascii.d
base64.d
bigint.d Merge pull request #642 from donc/bigint7993div 2012-07-01 19:50:17 -07:00
bitmanip.d Made BitArray.toHash pure. 2012-06-25 08:34:09 +02:00
compiler.d
complex.d Removed asm code from std.complex.expi() 2012-05-11 19:08:12 +02:00
concurrency.d Kill some public imports of core.sync.* in std.concurrency. 2012-05-02 04:46:54 +02:00
container.d Merge pull request #520 from NilsBossung/std.container.Array.replace 2012-07-01 19:04:54 -07:00
conv.d Merge pull request #664 from denis-sh/add-ArrayTarget-template 2012-07-08 13:08:27 -07:00
cpuid.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
cstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
csv.d
ctype.d
datetime.d Merge pull request #664 from denis-sh/add-ArrayTarget-template 2012-07-08 13:08:27 -07:00
demangle.d
encoding.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
exception.d Use errno instead of getErrno in Phobos. 2012-07-09 01:26:02 +02:00
file.d Use errno instead of getErrno in Phobos. 2012-07-09 01:26:02 +02:00
format.d Merge pull request #664 from denis-sh/add-ArrayTarget-template 2012-07-08 13:08:27 -07:00
functional.d fix Issue 5358 - std.functional.binaryReverseArgs missing from documentation 2012-04-21 15:49:48 +09:00
getopt.d
json.d
math.d Merge pull request #667 from alexrp/std-math-exp 2012-07-08 00:17:38 -07:00
mathspecial.d Change second paramater of gammaIncompleteComplInverse from x to p 2012-05-21 06:10:34 -05:00
md5.d std.md5: Lower buffer size in mdFile example 2012-03-31 20:02:07 +03:00
metastrings.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
mmfile.d Use errno instead of getErrno in Phobos. 2012-07-09 01:26:02 +02:00
numeric.d
outbuffer.d
parallelism.d Replace typeof(<type>.init[0]) with templates 2012-07-06 13:38:06 +04:00
path.d Do not call getcwd (or other base) in absolutePath and relativePath if not needed. 2012-05-03 17:37:19 +04:00
perf.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
process.d remove windows declarations 2012-05-24 00:21:11 +02:00
random.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
range.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
regex.d unittest for bug 8203 2012-06-08 01:33:56 +04:00
regexp.d
signals.d Replace delete with destroy in std.signals 2012-06-10 15:40:40 +04:00
socket.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
socketstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
stdint.d
stdio.d Merge pull request #669 from alexrp/errno 2012-07-08 18:31:55 -07:00
stdiobase.d
stream.d Revert "Deprecate crc32 and move it into std.hash.crc32." 2012-06-25 03:06:15 -07:00
string.d Fixed deprecations, since we had no release in June. 2012-07-06 22:15:53 -07:00
syserror.d
system.d
traits.d Replace typeof(<type>.init[0]) with templates 2012-07-06 13:38:06 +04:00
typecons.d Old deprecations which were not properly taken care of previously. 2012-07-07 02:03:49 -07:00
typelist.d
typetuple.d Fix using F!() syntax instead of F[] in typetuple.d documentation 2012-03-22 11:58:49 +00:00
uni.d
uri.d
utf.d Merge pull request #664 from denis-sh/add-ArrayTarget-template 2012-07-08 13:08:27 -07:00
uuid.d Add std.uuid module 2012-07-01 14:44:36 +02:00
variant.d Replace typeof(<type>.init[0]) with templates 2012-07-06 13:38:06 +04:00
xml.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
zip.d
zlib.d