jmdavis
cf6ba6ebda
Finally remove std.regexp.
...
It's been deprecated for some time now, and we no longer have anything
in Phobos which depends on it. So, it's long past time for it to be
fully removed.
2013-02-23 18:07:54 -08:00
Alex Rønne Petersen
e951594cc0
Merge pull request #1150 from kiith-sa/patch-1
...
DDoc clarification: std.process.shell throws ErrnoException.
2013-02-23 10:33:24 -08:00
Dmitry Olshansky
09b5e109a8
even more spaces around operators
2013-02-23 15:59:24 +04:00
Dmitry Olshansky
f8e3bbe838
try to unify code style to use spaces between operators
2013-02-23 15:56:41 +04:00
Ferdinand Majerech
d8097b046d
DDoc clarification: std.process.shell throws ErrnoException.
2013-02-23 11:13:23 +01:00
Dmitry Olshansky
a91b866790
an awful typo in std.regex; fix issue 9512
2013-02-18 19:01:05 +04:00
k-hara
0610220281
Property and non-property function cannot overload each other.
...
Today, compiler does not check it if they are just defined. It is another compiler bug, but this code is essentially illegal.
2013-02-18 17:13:19 +09:00
Andrej Mitrovic
1d24c8edf5
Fixes Issue 9523 - Regression: Enum to Enum conversion should work in std.conv.
2013-02-17 06:34:55 +01:00
Walter Bright
0bfa9f27d4
Merge pull request #1135 from AndrejMitrovic/Fix9444
...
Issue 9444 - Exception must be thrown on Posix when shell() call fails
2013-02-14 19:08:09 -08:00
Andrei Alexandrescu
6a3ffa5e13
Merge pull request #1086 from AndrejMitrovic/Fix9339
...
Issue 9339 - std.random.uniform for enums
2013-02-12 17:24:55 -08:00
k-hara
9e613f8cb6
Japanese spell check
2013-02-13 09:48:31 +09:00
Andrei Alexandrescu
8bf6997acf
Merge pull request #1136 from AndrejMitrovic/Fix9457
...
Issue 9457 - isSorted(string) does not work.
2013-02-12 14:43:27 -08:00
Andrej Mitrovic
2844f0ef3b
Fixes Issue 9444 - Exception must be thrown on Posix when shell() call fails.
2013-02-12 23:42:42 +01:00
Andrej Mitrovic
98cb833137
Fixes Issue 9457 - isSorted(string) does not work.
2013-02-12 23:41:05 +01:00
Jonathan M Davis
556c42a17b
Merge pull request #1134 from timotheecour/master
...
missing space in assert message
2013-02-11 16:52:03 -08:00
timotheecour
7244ea276d
Update std/regex.d
2013-02-11 14:41:31 -08:00
Alex Rønne Petersen
35a2504baf
Merge pull request #1131 from CyberShadow/std-base64-20130211
...
std.base64: Fix AssertError on certain bad input
2013-02-11 09:08:11 -08:00
Vladimir Panteleev
ba922fd94b
std.base64: Introduce Base64Exception
2013-02-11 17:25:44 +02:00
Vladimir Panteleev
1a5f7f33d8
std.base64: Fix AssertError on certain bad input
2013-02-11 17:13:53 +02:00
Andrei Alexandrescu
9b1137a9e6
Update std/algorithm.d
...
minor typo
2013-02-10 19:07:57 -05:00
Alex Rønne Petersen
ad80aef23e
Merge pull request #1128 from AndrejMitrovic/Fix7819
...
Issue 7819 - setTimes should support folders on Windows
2013-02-10 15:42:47 -08:00
Alex Rønne Petersen
f110604b59
Merge pull request #897 from AndrejMitrovic/Fix_8143
...
Fix Issue 8143 - Safe std.conv.to enum conversion
2013-02-10 10:15:21 -08:00
Andrei Alexandrescu
8eb8671b06
Merge pull request #1075 from torje/patch-1
...
Correction of setIntersection's description in the cheat sheet.
2013-02-10 10:08:03 -08:00
Alex Rønne Petersen
222ea0f2b1
Merge pull request #1080 from monarchdodra/postblit
...
Extra doc and tests for hasElaborateAssign
2013-02-10 09:45:49 -08:00
Alex Rønne Petersen
b314344b90
Merge pull request #1103 from monarchdodra/Nullable
...
Fix Nullalble to throw logic errors instead of exceptions
2013-02-10 09:44:08 -08:00
Alex Rønne Petersen
cac8c6705a
Merge pull request #1124 from AndrejMitrovic/RefactorLockstep
...
Refactor lockstep and simplify opApply string mixin generator.
2013-02-10 09:42:18 -08:00
Alex Rønne Petersen
51a7943a17
Merge pull request #1123 from quickfur/cartprod_unittest
...
Re-enable unittest that is now working.
2013-02-10 09:40:14 -08:00
Andrej Mitrovic
480b51c6a1
setTimes should throw FileException on Posix.
2013-02-10 04:19:39 +01:00
Andrej Mitrovic
6655cc1848
Update getTimes params and docs to reflect it supports directories.
2013-02-10 04:19:02 +01:00
Andrej Mitrovic
26edcdd305
Fixes Issue 7819 - setTimes should work on folders.
2013-02-10 04:02:07 +01:00
unknown
2992800aa1
Remov workaround 8763
2013-02-09 12:21:20 +01:00
Andrej Mitrovic
c0713f1b79
Refactor lockstep and simplify opApply string mixin generator.
2013-02-08 22:57:39 +01:00
H. S. Teoh
30fca5f703
Re-enable unittest that is now working.
2013-02-07 16:24:02 -08:00
Andrei Alexandrescu
eec793e18c
Merge pull request #1120 from quickfur/multi_cartprod
...
Implement variadic cartesianProduct
2013-02-07 15:01:15 -08:00
H. S. Teoh
96ae34ea53
Showcase precise ordering of output.
2013-02-07 14:20:24 -08:00
Andrej Mitrovic
ec1dcf53e3
Fixup Pull1555 - Zero-arg text() should return null string.
2013-02-07 21:06:01 +01:00
Alex Rønne Petersen
ad44a7dd9e
Merge pull request #1115 from AndrejMitrovic/SpeedUpText
...
Specialize textImpl for 1-argument case.
2013-02-07 11:46:28 -08:00
Alex Rønne Petersen
046ad90efc
Merge pull request #1121 from 1100110/patch-2
...
Fix broken example in std.stdio;
2013-02-07 11:45:51 -08:00
1100110
8b8ed8c652
Fix broken example.
...
That one example wouldn't compile, so I fixed it.
2013-02-07 13:07:01 -06:00
Andrej Mitrovic
0b9ace7f34
Specialize textImpl for 1-argument case.
2013-02-07 19:41:37 +01:00
H. S. Teoh
bcdb07d1c2
Expand docs to showcase 3-argument cartesianProduct.
...
Use same code in unittest (it's good to make sure examples actually
work! :-P)
2013-02-07 10:10:46 -08:00
Andrej Mitrovic
92b7d19000
Fixes Issue 4287 - Implement concat-assign operator for Appender.
2013-02-07 18:49:53 +01:00
Andrej Mitrovic
10745625bc
Detab std.array.
2013-02-07 18:49:01 +01:00
H. S. Teoh
ef259db8d2
Disable unittest that eats too much memory.
2013-02-07 08:16:58 -08:00
H. S. Teoh
206c3b4cc7
Fix compile error.
...
Add unittest.
2013-02-07 08:16:58 -08:00
H. S. Teoh
1b90ce3702
Variadic version of cartesianProduct.
2013-02-07 08:16:58 -08:00
jmdavis
aecbaea6cf
Workaround for bug# 8763 for std.container.make.
2013-02-06 23:41:18 -08:00
jmdavis
7c91df868f
Make std.container.make alias-able.
...
make is particularly useful for handling the construction of different
range types in unit tests, but it works much better if it can be aliased
so that the construction is fully generic. Also, the fact that make has
not been able to construct structs with no arguments is needlessly
restrictive.
2013-02-06 22:22:23 -08:00
Alex Rønne Petersen
7e31be5f14
Merge pull request #1113 from jmdavis/maxSize
...
Make std.variant.maxSize public.
2013-02-05 01:42:14 -08:00
Andrei Alexandrescu
e57c8c7393
Merge pull request #1008 from monarchdodra/save
...
Consolidating forward range requirements
2013-02-04 21:03:08 -08:00