phobos/std
Johannes Bblume 9211f1aad1 fix Issue 10948 - BitArray.opEquals is invalid
https://issues.dlang.org/show_bug.cgi?id=10948

Implemented the fix as proposed by nbelov on Bugzilla. Included are unit tests which would have triggered this bug and also fixed it in opCmp.

The issue was that the 32 bit expression "(1 << n)" was treated as being of size_t, which lead to incorrect bit patterns on 64 bit environments.
2014-05-27 13:47:03 +02:00
..
c Remove trailing whitespaces 2014-05-17 15:35:25 +02:00
digest Remove trailing whitespaces 2014-05-17 15:35:25 +02:00
experimental Fixup spelling mistake. 2014-05-21 22:18:07 +02:00
internal Merge pull request #2182 from WalterBright/annotate-biguint 2014-05-22 11:31:35 +02:00
net Fix Issue 8767 - Add note on where to download the curl static library when using x86 Windows. 2014-04-24 20:52:36 +02:00
windows Move various deprecations along. 2013-12-11 23:44:12 -08:00
algorithm.d Merge pull request #2167 from monarchdodra/pointsTo 2014-05-23 22:44:25 +04:00
array.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
ascii.d Minor stylistic cleanup in std.ascii. 2014-05-22 16:08:27 -07:00
base64.d Convert to new alias syntax 2014-02-11 15:27:05 +09:00
bigint.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
bitmanip.d fix Issue 10948 - BitArray.opEquals is invalid 2014-05-27 13:47:03 +02:00
compiler.d
complex.d Merge pull request #2145 from WalterBright/nogc-complex 2014-05-19 15:57:52 +02:00
concurrency.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
container.d Update container.d 2014-05-12 20:24:38 +01:00
conv.d std.conv: parse not handling some cases 2014-05-19 11:59:38 -07:00
cstream.d
csv.d Remove use of automatic adjacent string literal concatenation from phobos 2014-01-20 03:42:21 +11:00
datetime.d Reformat some ddoc-ed examples so that they're not so long. 2014-05-20 04:27:10 -07:00
demangle.d Remove trailing white 2014-01-08 08:30:28 +01:00
encoding.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
exception.d Rewrite pointsTo documentation 2014-05-14 21:59:02 +02:00
file.d Merge pull request #1940 from JakobOvrum/fixgloblink 2014-02-15 12:32:00 +01:00
format.d va_list fix for win64 2014-05-23 09:03:46 -07:00
functional.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
getopt.d Supply the lacked local import 2014-04-03 12:37:30 +09:00
json.d Avoid double lookup in opIndex for std.json. 2014-05-23 11:50:21 +02:00
math.d Merge pull request #2146 from monarchdodra/safePureNothrow 2014-05-06 14:12:02 -07:00
mathspecial.d annotate mathspecial functions 2014-05-18 10:37:49 -07:00
metastrings.d Removed DDOC comments from deprecated std.metastrings 2014-04-28 22:25:17 +02:00
mmfile.d Remove cases where an array is used in a boolean context 2013-11-27 18:23:07 +11:00
numeric.d Trivial documentation fix for issue 12557 2014-05-14 15:44:58 +02:00
outbuffer.d OutBuffer is now an OutputRange 2014-03-20 18:19:59 -07:00
parallelism.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
path.d fix property enforcement 2014-05-17 19:00:26 +09:00
process.d Fix Issue 11308 - Don't use Voldemort types for std.process output 2014-04-18 08:10:35 +02:00
random.d Merge pull request #2051 from tom-tan/safe-pure-nothrow-std-random-generators 2014-04-05 23:32:46 +02:00
range.d Merge pull request #2156 from monarchdodra/stringMixin 2014-05-12 02:26:42 -07:00
regex.d Merge pull request #2170 from DmitryOlshansky/issue-12747 2014-05-22 10:36:57 +02:00
signals.d Convert to new alias syntax 2014-02-11 15:27:05 +09:00
socket.d Remove uses of the comma operator 2014-02-18 00:48:40 +11:00
socketstream.d
stdint.d
stdio.d Merge pull request #2184 from WalterBright/annotate-stdio 2014-05-22 10:47:36 +02:00
stdiobase.d
stream.d Don't assume va_list is void* 2014-05-21 12:19:23 -07:00
string.d Remove trailing whitespaces 2014-05-17 15:35:25 +02:00
syserror.d
system.d
traits.d Add some missing docs to std.traits. 2014-05-24 22:19:48 +02:00
typecons.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
typelist.d
typetuple.d Convert to new alias syntax 2014-02-11 15:27:05 +09:00
uni.d Fix Issue 12184 - Implement advanced formatting support for std.uni.InversionList. 2014-04-30 22:29:37 +02:00
uri.d Allow mutable char/wchar/dchar[] to be used in std.uri 2014-03-13 02:42:14 -04:00
utf.d Merge pull request #2038 from blackwhale/issue-12419 2014-03-24 18:51:23 +00:00
uuid.d Sed "@safe pure nothrow" 2014-05-06 08:21:13 +02:00
variant.d Remove trailing whitespaces 2014-05-17 15:35:25 +02:00
xml.d [Trivial] Fix documentation typos 2014-02-28 21:08:19 +02:00
zip.d Merge pull request #1870 from MartinNowak/fix1832 2014-02-16 21:01:54 +01:00
zlib.d Replace implicit catches of Throwables with explicit catches. 2014-04-21 23:05:50 +02:00