jmdavis
|
3d92608c47
|
Added more deprecation messages.
|
2012-10-15 21:40:36 -07:00 |
|
Andrei Alexandrescu
|
0db13f5966
|
Merge pull request #859 from alexrp/sizediff_t-to-ssize_t
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-14 19:26:59 -07:00 |
|
alexrp
|
b202180295
|
Remove all uses of sizediff_t in favor of ptrdiff_t.
|
2012-10-15 04:24:09 +02:00 |
|
Andrei Alexandrescu
|
204ddf49ee
|
Merge pull request #865 from jmdavis/string
Added deprecation messages to std.string.
|
2012-10-14 08:28:35 -07:00 |
|
Andrei Alexandrescu
|
5037dd00bd
|
Merge pull request #866 from jmdavis/tests
Expanded test for issue# 8792.
|
2012-10-14 08:28:05 -07:00 |
|
Andrei Alexandrescu
|
61439a3cea
|
Merge pull request #855 from monarchdodra/slice1
Save fixes in std.range
|
2012-10-14 08:27:34 -07:00 |
|
Andrei Alexandrescu
|
443f395600
|
Merge pull request #834 from JakobOvrum/patch-1
Update COM header with CoInitializeEx
|
2012-10-14 07:52:31 -07:00 |
|
monarch dodra
|
df798d4356
|
save consolidation
|
2012-10-14 12:19:10 +02:00 |
|
jmdavis
|
3bd05ba379
|
Minor style cleanup for Redindable.
|
2012-10-13 19:57:19 -07:00 |
|
jmdavis
|
a723713475
|
Small tweak to Rebindable.
It should use inout rather than duplicating the get function for mutable
and const.
|
2012-10-13 19:44:25 -07:00 |
|
jmdavis
|
5a0c67f085
|
Expanded test for issue# 8792.
|
2012-10-13 18:31:47 -07:00 |
|
H. S. Teoh
|
dd58276c00
|
Coding style.
|
2012-10-13 14:38:04 -07:00 |
|
H. S. Teoh
|
01a690654a
|
Add unittest for issue 7992.
|
2012-10-13 14:38:04 -07:00 |
|
H. S. Teoh
|
fc1d661f4b
|
Fix wrong haystack emptiness check in simpleMindedFind.
|
2012-10-13 14:38:04 -07:00 |
|
Jonathan M Davis
|
a3289101b1
|
Merge pull request #853 from quickfur/issue8792
Fix issue 8792
|
2012-10-13 14:26:22 -07:00 |
|
jmdavis
|
cd75c2c7cb
|
Added deprecation messages to std.string.
|
2012-10-13 14:08:03 -07:00 |
|
Jameson Little
|
bb03a77219
|
Update std/parallelism.d
|
2012-10-12 22:00:19 -06:00 |
|
H. S. Teoh
|
d215dabbe2
|
Add unittest for issue 8792.
|
2012-10-09 22:03:48 -07:00 |
|
H. S. Teoh
|
0c4ebc2ce7
|
Fix issue 8792.
std.algorithm.joiner(ror).Result.save fails to copy over _valid_current,
resulting in a defective copy returned by .save.
|
2012-10-09 21:58:19 -07:00 |
|
H. S. Teoh
|
965e591101
|
Fix typo in ddoc.
|
2012-10-08 07:41:01 -07:00 |
|
Walter Bright
|
04f452fc5d
|
add Win64 to stdio
|
2012-10-07 02:12:31 -07:00 |
|
Andrei Alexandrescu
|
cbc0b9a9ca
|
Merge pull request #761 from jmdavis/string
Removed deprecated functions in std.string
|
2012-10-06 21:50:28 -07:00 |
|
Andrei Alexandrescu
|
6cc2408804
|
Merge pull request #768 from jmdavis/deprecations
September 2012 Deprecations
|
2012-10-06 21:49:52 -07:00 |
|
Andrei Alexandrescu
|
a37e919421
|
Merge pull request #819 from jpf91/lfs
Get rid of transitional lfs API
|
2012-10-06 21:34:05 -07:00 |
|
Andrei Alexandrescu
|
0e22a37c83
|
Merge pull request #844 from 9rnsr/fix8705
More fix for Issue 8705 - std.conv.to bug, from documentation
|
2012-10-06 21:32:12 -07:00 |
|
Brad Roberts
|
99d729e6cf
|
properly handle negative values
|
2012-10-06 17:53:29 -07:00 |
|
Brad Roberts
|
7583e5f60c
|
Merge pull request #845 from klickverbot/xml-unittest
Don't assume string pooling in std.xml unit test.
|
2012-10-06 17:24:22 -07:00 |
|
Brad Roberts
|
c11c8e3964
|
Merge pull request #846 from torarin/curl
Insert missing "HTTP." prefix in std.net.curl (2)
|
2012-10-06 13:47:39 -07:00 |
|
Daniel Murphy
|
c5d080b1db
|
Replace a floating.min with floating.min_normal in preparation for .min being deprecated.
|
2012-10-07 03:38:26 +11:00 |
|
Torarin
|
25e4acd1b5
|
More tests for std.net.curl.byLine and std.net.curl.byChunk
|
2012-10-06 14:34:22 +02:00 |
|
torarin
|
2b234a264f
|
Insert missing "HTTP." in front of Method.undefined in std.net.curl._getForRange.
|
2012-10-06 14:34:16 +02:00 |
|
David Nadlinger
|
e4fe4f3a77
|
Don't assume string pooling in std.xml unit test.
|
2012-10-06 12:13:59 +02:00 |
|
k-hara
|
ce805a7603
|
Mask extra cases caused by unexpected linker error in posix platforms
|
2012-10-06 18:50:51 +09:00 |
|
k-hara
|
7afe2408dc
|
fix Issue 8705 - std.conv.to bug, from documentation
Mutable care is just necessary for value type, and doesn't need for key types.
|
2012-10-06 16:41:58 +09:00 |
|
k-hara
|
f7f33b0cf7
|
Improve isAssignable to support identity assignable check.
|
2012-10-06 14:37:59 +09:00 |
|
monarch dodra
|
191dc5f5c6
|
Revert unqual for AA
|
2012-10-06 00:16:04 +03:00 |
|
monarch dodra
|
93d9f1bab8
|
bad usage of unqual for AA
|
2012-10-06 00:15:06 +03:00 |
|
Andrei Alexandrescu
|
b2101fe8b5
|
Merge pull request #838 from monarchdodra/fillv
fill(value) reimplementation
|
2012-10-05 07:50:24 -07:00 |
|
Andrei Alexandrescu
|
d018eb689a
|
Merge pull request #790 from monarchdodra/SDList
{SD}List [front|back] primitives
|
2012-10-05 07:49:38 -07:00 |
|
monarch dodra
|
70923719ca
|
fill(value) reimplementation
|
2012-10-05 17:19:19 +03:00 |
|
Andrei Alexandrescu
|
2aceab7064
|
Merge pull request #836 from monarchdodra/bug8705
Fix for issue 8705 (from doc) (again)
|
2012-10-05 04:38:51 -07:00 |
|
monarch dodra
|
7a716b4a08
|
Avoid extra complicated unit tests.
|
2012-10-05 13:49:05 +03:00 |
|
unknown
|
8f3e74b744
|
Fix for issue 8705 (from doc) (again)
|
2012-10-05 07:58:40 +02:00 |
|
Andrei Alexandrescu
|
28e1c98d69
|
Faster integer to text conversion
|
2012-10-04 17:39:00 -04:00 |
|
jmdavis
|
08722ad38a
|
Revert "fix issue 8709, from documentation"
This reverts commit d028ef99ed .
This is causing the build to fail and needs to be fixed before being
merged in again.
|
2012-10-04 13:11:32 -07:00 |
|
Andrei Alexandrescu
|
4bd36016e2
|
Merge pull request #822 from monarchdodra/unqual
fix issue 8737 Unqual for AA
|
2012-10-04 11:55:53 -07:00 |
|
Andrei Alexandrescu
|
bbdbfc7bc0
|
Merge pull request #823 from monarchdodra/toAA
fix issue 8709, from documentation
|
2012-10-04 11:54:58 -07:00 |
|
Brad Roberts
|
c07bce765c
|
Merge pull request #821 from AndrejMitrovic/patch-2
Fix Issue 8676
|
2012-10-04 10:43:38 -07:00 |
|
Andrei Alexandrescu
|
ad87f38197
|
Merge pull request #778 from denis-sh/std.stdio.File-fixes
Std.stdio.file fixes
|
2012-10-04 09:51:12 -07:00 |
|
Hara Kenji
|
25c4328aef
|
Merge pull request #833 from monarchdodra/bug8729
fix issue 8729 do not skip leading ws in parse (again)
|
2012-10-04 09:32:52 -07:00 |
|