phobos/std/internal
H. S. Teoh 8f132413dd Fix issue 11583.
The problem is that the assumption that the first word of a BigUint is
always non-zero is false when BigUint == biguintcore.ZERO, which is
defined to be [0]. So we need to check for that case in
BigUint.opCmp(ulong).

Also, crash-proof BigUint's invariant, since it would cause an
out-of-bounds array access if a bug causes data.length==0.
2013-12-04 22:28:23 -08:00
..
digest Fix issue 313 & 314 2013-06-25 08:38:30 +09:00
math Fix issue 11583. 2013-12-04 22:28:23 -08:00
windows Change version( Win32 ) to version( Windows ) when Win64 would be supported as well. 2012-01-16 22:10:18 -05:00
processinit.d fix Issue 11112 - Unable to execute shell commands in different threads 2013-11-17 02:29:00 +01:00
uni.d Changing ByCodepoint's "save" signature 2012-12-12 20:19:05 +01:00
uni_tab.d quick shot at ctRegex issue 7740 2012-04-19 19:54:51 +04:00
unicode_comp.d split off rarely used unicode tables 2013-10-17 18:49:11 +04:00
unicode_decomp.d split off rarely used unicode tables 2013-10-17 18:49:11 +04:00
unicode_grapheme.d split off rarely used unicode tables 2013-10-17 18:49:11 +04:00
unicode_norm.d split off rarely used unicode tables 2013-10-17 18:49:11 +04:00
unicode_tables.d split off rarely used unicode tables 2013-10-17 18:49:11 +04:00