index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
fs
/
stdiostream.cpp
Age
Commit message (
Expand
)
Author
2009-12-30
remove bad hackery caused by n64 port and avoid polluting StdioStream using a...
Fabio Battaglia
2009-12-30
Add Nintendo 64 port to trunk.
Fabio Battaglia
2009-11-23
PS2: Add new PS2FileStream class for std I/O.
Max Horn
2009-11-23
Remove unnecessary #include errno.h
Max Horn
2009-11-23
PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...
Max Horn
2009-11-23
PS2: cleanup
Max Horn
2009-11-23
Remove obsolete OSX & NDS specific stuff from StdioStream code
Max Horn
2009-03-06
Added more ps2_* pseudo-posix entries for PS2 backend in
Max Lingua
2009-01-02
disable buffering for newlib's poor fread() implementation
Andre Heider
2008-11-29
Remove warnings from NDS build.
Robin Watts
2008-09-14
DS: Some more compile fixes (prope solution would of course be to overload ::...
Max Horn
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-07
Remove symbian defines from stdiostream.cpp
Lars Persson
2008-09-06
Unlike ferror, our Stream::ioFailed() is also supposed to return true when th...
Max Horn
2008-09-05
Updated filehandling for Symbian OS
Lars Persson
2008-09-05
Ported AMIGA specific file buffering 'hack' from class File to StdioStream
Max Horn
2008-09-03
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...
Max Horn
2008-09-03
Moved StdioStream to its own files inside backends
Max Horn