phobos/std
David Nadlinger 73aa70f716 Merge pull request #1208 from denis-sh/std.math.FloatingPointControl-fixes
`std.math.FloatingPointControl` fixes
2013-03-23 14:16:58 -07:00
..
c std.c.windows.winsock: Fix servent structure for Win64 2013-02-24 03:51:07 +02:00
digest workaround Bug 9378 2013-01-24 03:16:26 +01:00
internal workaround Bug 9378 2013-01-24 03:16:26 +01:00
net Changed default SSL peer and host verify to TRUE. Added verifyPeer and verifyHost @properties. 2013-01-22 14:30:49 -08:00
windows Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
algorithm.d Fix issue 4909 2013-03-10 22:38:25 -04:00
array.d std.array: Fix inefficient appending of const(char)[] (Issue 9725) 2013-03-15 04:40:14 +00:00
ascii.d
base64.d std.base64: Introduce Base64Exception 2013-02-11 17:25:44 +02:00
bigint.d Fixes Issue 8837 - BigInt needs better operator constraints. 2013-02-04 22:06:41 +01:00
bitmanip.d Decommented unittest that was blocked by bug 6354, which has since been fixed. 2012-12-28 00:10:15 +11:00
compiler.d
complex.d Improved unittest 2012-12-13 14:20:48 +01:00
concurrency.d Merge pull request #1092 from AndrejMitrovic/Fix6224 2013-03-08 09:53:48 -08:00
container.d Remov workaround 8763 2013-02-09 12:21:20 +01:00
conv.d Remove all uses of toStringNow. 2013-02-24 18:23:51 -08:00
cpuid.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
cstream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
csv.d fix Issue 8908 - Collapse of std.csv by the specifications change of std.conv.parse 2012-12-18 09:11:57 +09:00
ctype.d Added more deprecation messages. 2012-10-15 21:40:36 -07:00
datetime.d Fix qualifier to call correct constructor 2013-03-06 21:36:41 +09:00
demangle.d Fixes Issue 2445 - std.demangle example won't compile. 2012-12-02 13:27:56 +01:00
encoding.d Remove all uses of sizediff_t in favor of ptrdiff_t. 2012-10-15 04:24:09 +02:00
exception.d Merge pull request #1090 from someboddy/add-ml-style-exception-handling 2013-03-08 15:23:51 -08:00
file.d std.file: Document and test that copy clobbers 2013-03-11 05:14:35 +02:00
format.d Remove unnecessary cast 2013-03-19 15:10:26 +09:00
functional.d Remove all uses of std.metastrings.Format. 2013-02-24 18:42:46 -08:00
getopt.d Merge pull request #1050 from AndrejMitrovic/Fix9260 2013-03-08 10:38:55 -08:00
json.d Fixes Issue 9794 - std.json cannot handle delete character 2013-03-23 17:39:30 +01:00
math.d [docs] Improve std.math.FloatingPointControl example. 2013-03-14 18:57:56 +04:00
mathspecial.d
md5.d
metastrings.d Deprecate std.metastrings. 2013-02-24 16:01:36 -08:00
mmfile.d Get rid of transitional lfs API 2012-09-30 10:47:40 +02:00
numeric.d Add workaround for bug 9382, which introduced by fixing bug 5933 2013-01-24 14:28:49 +09:00
outbuffer.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
parallelism.d Braces should be placed their own line 2013-02-24 12:02:44 +09:00
path.d Merge pull request #951 from monarchdodra/count3 2012-12-13 09:17:47 -08:00
perf.d Revert "Merge pull request #1170 from jmdavis/perf" 2013-02-26 01:18:14 -08:00
process.d std.process: Add an additional unit test for escapeShellCommand (issue 9310) 2013-02-25 01:45:54 +02:00
random.d Fixes Issue 9339 - Uniform for enums. 2013-01-22 02:20:43 +01:00
range.d Fixup for cycle RangeError invocation 2013-03-10 22:16:12 +01:00
regex.d fix Issue 9280 2013-03-10 13:03:00 +04:00
signals.d
socket.d Fix mismatched parens in DDoc. 2013-01-06 23:32:52 +02:00
socketstream.d
stdint.d
stdio.d Merge pull request #1139 from monarchdodra/stdio 2013-03-06 20:16:45 -08:00
stdiobase.d
stream.d Fixes Issue 1397 - Add default argument to buffer size param in ctor. 2012-12-26 03:36:18 +01:00
string.d Fixes Issue 9753 - Remove unnecessary asserts. 2013-03-18 23:44:18 +01:00
syserror.d Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
system.d
traits.d Merge pull request #948 from denis-sh/add-traits-for-nested-structs 2013-03-23 14:04:20 -07:00
typecons.d tweak in scoped 2013-03-23 10:19:35 +01:00
typelist.d
typetuple.d Make std.typetuple.template{And, Or, Not} public as intended. 2012-11-26 19:11:04 +01:00
uni.d Remove remain redundant parenthesis. 2012-12-03 00:53:38 +09:00
uri.d
utf.d Remove all uses of std.metastrings.Format. 2013-02-24 18:42:46 -08:00
uuid.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
variant.d fix Issue 3789 - Structs members that require non-bitwise comparison not correctly compared 2013-03-09 16:52:43 +09:00
xml.d Merge pull request #870 from alexrp/hash_t 2012-10-15 03:13:34 -07:00
zip.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
zlib.d