Jonathan M Davis
|
82b4f1c901
|
Merge pull request #1154 from 9rnsr/fix_indent
Fix code format issues in std.parallelism
|
2013-02-23 22:23:23 -08:00 |
|
k-hara
|
d4b6479093
|
fix incorrect method access
|
2013-02-24 13:05:39 +09:00 |
|
k-hara
|
9985101830
|
Tuple member defaultInit requires 'this', so use std.traits.defaultInit with selective import.
|
2013-02-24 13:05:39 +09:00 |
|
k-hara
|
2538ace0c3
|
Braces should be placed their own line
|
2013-02-24 12:02:44 +09:00 |
|
k-hara
|
8b02b387ad
|
Prefer Template!ident than Template!(ident)
|
2013-02-24 12:02:41 +09:00 |
|
k-hara
|
e76d200dfa
|
Fix line wrap (based on column <= 120)
|
2013-02-24 12:02:40 +09:00 |
|
k-hara
|
acbfceff78
|
Fix incorrect indentation
|
2013-02-24 12:02:38 +09:00 |
|
k-hara
|
b08ffbd6b5
|
Remove trailing spaces
|
2013-02-24 12:02:36 +09:00 |
|
k-hara
|
651f09f0d8
|
Fix undefined identifier error
|
2013-02-24 12:02:34 +09:00 |
|
Alex Rønne Petersen
|
cc994cf212
|
Merge pull request #1155 from CyberShadow/std-c-windows-winsock-fix-types
std.c.windows.winsock: Win64 and type fixes
|
2013-02-23 17:57:57 -08:00 |
|
Vladimir Panteleev
|
0e1c228d99
|
std.c.windows.winsock: Fix servent structure for Win64
|
2013-02-24 03:51:07 +02:00 |
|
Vladimir Panteleev
|
5dff08ca3c
|
std.c.windows.winsock: Fix types of SOCKET and socklen_t
|
2013-02-24 03:17:27 +02: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 |
|