[Issue 19412] std.algorithm.cmp with default ordering can use memcmp for all size 1 unsigned types (instead of just char)

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19412 Nathan S. changed: What|Removed |Added Summary|std.algorithm.cmp with |std.algorithm.cmp with

[Issue 19412] std.algorithm.cmp with default ordering can use memcmp for all big-endian or size 1 unsigned types (instead of just char)

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19412 --- Comment #3 from Nathan S. --- Benchmarking shows that whether memcmp is an improvement or not for wider-than-byte types depends on input length, so this is conservatively being changed to just unsigned byte-width types. --

[Issue 19412] std.algorithm.cmp with default ordering can use memcmp for all big-endian or size 1 unsigned types (instead of just char)

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19412 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @n8sh

[Issue 19725] [Oh No! Page Not Found]

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19725 --- Comment #3 from Vasyl Teliman --- Actually, only 25 packages in `dmd.backend` have documentation out of 85 declared. --

[Issue 19725] [Oh No! Page Not Found]

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19725 --- Comment #2 from Vasyl Teliman --- (In reply to Seb from comment #1) > From where did you reach this page? It's in library reference section under `dmd.backend` package --

[Issue 19725] [Oh No! Page Not Found]

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19725 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb ---

[Issue 18728] std.math.fdim does not handle nan correctly

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18728 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @tibi77

[Issue 5725] ubyte/ushort infinite foreach loops

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5725 Tiberiu Lepadatu changed: What|Removed |Added CC||tiberiulepadat...@gmail.com --- Comment

[Issue 19601] Running -profile=gc when no gc is logged leaves old misleading file contents

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19601 Tiberiu Lepadatu changed: What|Removed |Added CC||tiberiulepadat...@gmail.com --- Comment

[Issue 19726] New: Visual D does not link C standard library with D-only project

2019-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19726 Issue ID: 19726 Summary: Visual D does not link C standard library with D-only project Product: D Version: D2 Hardware: All OS: Windows Status: NEW