mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Document the most recent win32 bugfix for large writes.
This commit is contained in:
parent
1bcb73f0f8
commit
c54a673f79
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2021-05-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSStream.m:
|
||||
When we get an event saying that there is space available, we should
|
||||
change the stream status from writing to open (because the write
|
||||
operation completed). This makes the -hasSpaceAvailable method return
|
||||
the correct value when a callback routine is checking to see if it
|
||||
can write.
|
||||
|
||||
2021-05-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/win32/GSFileHandle.m:
|
||||
|
|
Loading…
Reference in a new issue