Simplification of uio Stream functions. No more internal seeks.

Taking advantage of the POSIX/SUSv2/C requirement that input and output
operations may not immediately follow eachother.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2631 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2006-12-20 20:15:43 +00:00
parent 9cb412b41f
commit 97626d2ab5
4 changed files with 187 additions and 274 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Changes towards version 0.7:
- None yet
- Simplification of uio Stream functions. No more internal seeks. - SvdB
Changes towards version 0.6:
- Fixed a bug where an input delay was used for non-network games - SvdB