H. S. Teoh
9969d60a88
Fix issues raised in pull request.
2012-03-29 20:30:56 -07:00
H. S. Teoh
62d9a71592
Indicate that std.algorithm.sort also returns SortedRange.
2012-03-28 07:43:39 -07:00
H. S. Teoh
dfd99cd91c
Grammar correction.
2012-03-28 07:43:39 -07:00
H. S. Teoh
a16a5ac7ef
A first stab at improving std.range's documentation.
2012-03-28 07:43:39 -07:00
Andrei Alexandrescu
9273c74aa8
Merge branch 'master' of github.com:D-Programming-Language/phobos
2012-03-27 20:11:25 -06:00
Andrei Alexandrescu
9d7168be5f
Fix documentation error in stableRemoveAny
2012-03-27 20:08:16 -06:00
Martin Nowak
c4db50c986
pointsTo moved to std.exception
2012-03-27 05:35:28 +03:00
H. S. Teoh
5f03c6b75d
Add spacing to make example array output nicer.
2012-03-24 15:49:01 -07:00
H. S. Teoh
a27d82dc27
Document %( %| %) array formatting specifiers.
...
With juicy examples from Kenji Hara. :-)
2012-03-24 12:06:57 -07:00
jmdavis
84340af538
Some fixes to std.file's documentation.
...
getcwd wasn't showing up in the docs when they were generated on Linux,
because the versioning for it wasn't done correctly.
2012-03-23 22:03:48 -07:00
Andrei Alexandrescu
5a7384f313
Merge pull request #486 from jmdavis/deprecated
...
Deprecation stuff for March
2012-03-22 22:50:55 -07:00
Andrei Alexandrescu
b90e2835eb
Merge pull request #488 from 9rnsr/fix_aliasthis_fmt
...
std.format improvement for alias this type interaction
2012-03-22 22:49:32 -07:00
Andrei Alexandrescu
89106f3ea2
Merge pull request #504 from ntrel/typetuple-doc-fix
...
Fix using F!() syntax instead of F[] in typetuple.d documentation
2012-03-22 22:41:53 -07:00
dawg
47f5929059
workaround Bug 2962
...
- ICE with nested template functions
- there is no need to templatize bailOut
2012-03-22 23:52:52 +01:00
Nick Treleaven
22aa73ae92
Fix using F!() syntax instead of F[] in typetuple.d documentation
...
This applies for staticMap, allSatisfy, anySatisfy documentation.
2012-03-22 11:58:49 +00:00
Andrei Alexandrescu
20ab5c2c8d
Merge pull request #503 from alexrp/master
...
Fix opCast() overloads in BitArray.
2012-03-20 11:27:49 -07:00
alexrp
5abc66aec1
Fix overloads of opCast() on BitArray.
2012-03-20 18:32:16 +01:00
Andrei Alexandrescu
8494d138e0
Merge pull request #500 from alexrp/master
...
Allow casting BitArray to size_t[].
2012-03-20 09:35:37 -07:00
k-hara
844b1e16ad
final @property
2012-03-20 01:55:31 +09:00
k-hara
80f0da80f8
More @property
2012-03-20 01:03:05 +09:00
k-hara
348f68a159
Add @property more
2012-03-19 21:28:18 +09:00
Andrei Alexandrescu
ce83f49cf1
Add commonPrefix algorithm
2012-03-19 02:05:23 -05:00
alexrp
d70f621afd
Allow casting BitArray to size_t[].
2012-03-19 02:58:33 +01:00
Andrei Alexandrescu
7a98048be7
Merge pull request #497 from alexrp/master
...
A few improvements to BitArray docs.
2012-03-18 18:57:45 -07:00
jmdavis
61c3c09004
Fix dmd tests on Windows.
2012-03-17 19:03:13 -07:00
jmdavis
7513e81c51
Merged in latest master.
...
Conflicts:
std/file.d
2012-03-17 17:44:51 -07:00
alexrp
4f8b530ba6
More improvements/fixes to BitArray docs.
2012-03-18 00:17:57 +01:00
Andrei Alexandrescu
b110565048
Merge pull request #496 from adamdruppe/variant-fix
...
coerce string to other types workaround
2012-03-17 11:08:40 -07:00
Dmitry Olshansky
097faaca84
fix Issue 7674 - regex replace requires escaped format
...
Kill unnecessary escaping in replace format string.
2012-03-17 21:41:25 +04:00
Adam D. Ruppe
30a47fa942
string to int coerce unittest
2012-03-17 13:19:59 -04:00
Andrei Alexandrescu
58f1b2bc51
Merge pull request #495 from blackwhale/issue-7138
...
dirEntries issues 7264 & 7138
2012-03-17 10:19:45 -07:00
Andrei Alexandrescu
31111228e5
Typos - thanks Paul D. Anderson
2012-03-17 11:37:22 -05:00
alexrp
95da96d352
A few improvements to BitArray docs.
2012-03-17 13:06:50 +01:00
Adam D. Ruppe
34a90eb531
coerce string to other types workaround
2012-03-16 17:52:50 -04:00
David Simcha
8ed20feaf7
Merge pull request #481 from blackwhale/regex-fix-parser
...
fix unreported bug in std.regex parser
2012-03-15 19:13:48 -07:00
Dmitry Olshansky
e25d430b99
revert changes to deprecated stuff
2012-03-15 17:36:14 +04:00
Dmitry Olshansky
48f5915677
fix Issue 7138 - Can't call array() on dirEntries
...
Alias this now appears to work properly, hence all tricks & problems
with dual opDispatch are removed.
Also fixes:
Issue 7264 - Can't iterate result from 4-arg dirEntries as string
2012-03-15 13:29:45 +04:00
Dmitry Olshansky
9ce1020904
fix Issue 7679 - std.regex.split and splitter don't work w/ ctRegex
2012-03-15 12:20:57 +04:00
Walter Bright
7cecf0090f
Merge pull request #493 from donc/bug6681
...
Supplemental change required by regression bug 6681
2012-03-14 20:15:48 -07:00
David Simcha
17079d8913
Merge pull request #494 from jmdavis/toUTFz
...
Changed toUTF16z to use toUTFz
2012-03-14 18:55:58 -07:00
David Simcha
6d782c6efd
Merge pull request #491 from blackwhale/issue-1772
...
fix Issue 1772 - regexp.split behavior with captures needs to be documen...
2012-03-14 18:45:52 -07:00
jmdavis
69a221b9ee
Changed toUTFz to use an outer template.
...
It's easier to define aliases this way. I created two templates though
so that you can still pass both template arguments if you want to, and
it'll avoid breaking any code.
2012-03-14 00:28:48 -07:00
jmdavis
a58e19bc27
Change toUTF16z to use toUTFz.
2012-03-13 21:54:16 -07:00
Don Clugston
94b7a1a3c7
Supplemental change required by 6681
...
A unittest in std.format has been relying on a CTFE bug.
Setting one field of a union, and then reading from another, is not
currently supported in CTFE.
2012-03-12 18:53:59 +01:00
Dmitry Olshansky
62b464b48d
fix Issue 1772 - regexp.split behavior with captures needs to be documented
...
A documentation clarification, the report itself is largely outdated.
2012-03-12 14:26:51 +04:00
k-hara
0f0875021b
Fix std.format for the interaction with alias this
2012-03-12 16:00:00 +09:00
k-hara
db168a89fc
Fix stdio problem (boolean with writeln never displayed)
2012-03-12 14:13:44 +09:00
k-hara
a5cff8017e
Use SomethingTypeOf in isSomeThing templates
2012-03-12 14:13:43 +09:00
k-hara
196fa86364
Add SomethingTypeOf templates
2012-03-12 14:13:42 +09:00
k-hara
be181743c1
isMutable should return false for inout type
2012-03-12 14:13:40 +09:00