[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2016-01-03 Thread via Digitalmars-d-bugs
- Error in stdio.d in LockingTextReader.readFront() https://github.com/D-Programming-Language/phobos/commit/99741241a1f57cffe61dad74c1f97a0822be872e Merge pull request #3698 from WalterBright/fix14861 --

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-11-12 Thread via Digitalmars-d-bugs
- Error in stdio.d in LockingTextReader.readFront() https://github.com/D-Programming-Language/phobos/commit/99741241a1f57cffe61dad74c1f97a0822be872e Merge pull request #3698 from WalterBright/fix14861 [REG] fix Issue 14861 - Error in stdio.d in LockingTextReader.readFront() --

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14861 --- Comment #4 from ag0ae...@gmail.com --- (In reply to ag0aep6g from comment #3) > Here's a PR that replaces the ungetc calls with ftell/fseek: > https://github.com/D-Programming-Language/phobos/pull/3622 That one's been closed. New PR to make

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14861 Walter Bright changed: What|Removed |Added CC|

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14861 ag0ae...@gmail.com changed: What|Removed |Added Keywords||pull CC|

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14861 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14861 --- Comment #1 from MGW m...@yandex.ru --- Size ring buffer = 16384 bytes in struct _iobuf*. If Utf-8 sequence is broken off on buffer boundary, it is impossible to return earlier read characters, as in the buffer absolutely other data. --