[Issue 17563] gc_inFinalizer should be public

2017-09-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17563 safety0ff.bugz changed: What|Removed |Added CC||safety0ff.b...@gmail.com --- Comment #3 fro

[Issue 14336] Invalid memory access in struct destructor in std.uni

2017-09-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14336 safety0ff.bugz changed: What|Removed |Added CC||safety0ff.b...@gmail.com --- Comment #2 fro

[Issue 14336] Invalid memory access in struct destructor in std.uni

2017-09-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14336 --- Comment #1 from Dmitry Olshansky --- (In reply to Vladimir Panteleev from comment #0) > Created attachment 1495 [details] > Valgrind log > > Valgrind (with my Valgrind branch [1]) reports an incorrect memory access in > std.uni.CowArray destruct

[Issue 13829] std.uni.byCodePoint for strings has length

2017-09-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13829 --- Comment #6 from Dmitry Olshansky --- https://github.com/dlang/phobos/pull/5733 --