Skip to content
Snippets Groups Projects
Commit 095c9a1d authored by Arne Goedeke's avatar Arne Goedeke
Browse files

CHANGES: document Stdio.Buffer bugfixes

parent 81c27adf
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,15 @@ New Features ...@@ -7,6 +7,15 @@ New Features
Bug fixes Bug fixes
--------- ---------
o Stdio.Buffer
- Some methods (add_int*, input_from, add_padding) did not trigger
a call to the fd output function. When using an Stdio.Buffer instance
in Stdio.File buffer mode, this could result in new data not being
written.
- Due to an error in the realloc strategy, in some cases unread() did
not succeed after reading or writing data to a fd.
Changes since Pike 8.0.438 (release 9) Changes since Pike 8.0.438 (release 9)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment