This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-10 20:01:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
test
/
common
History
Max Horn
05b4370c21
Fix for bug
#2664460
: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions
...
svn-id: r39135
2009-03-05 20:37:53 +00:00
..
array.h
…
bufferedreadstream.h
…
bufferedseekablereadstream.h
Fix for bug
#2664460
: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions
2009-03-05 20:37:53 +00:00
fixedstack.h
Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests
2009-01-21 02:23:09 +00:00
func.h
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +00:00
hashmap.h
test re-adding elements to emptied hashmap
2009-01-11 15:24:11 +00:00
list.h
…
memoryreadstream.h
Fix for bug
#2664460
: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions
2009-03-05 20:37:53 +00:00
pack.h
…
ptr.h
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +00:00
queue.h
Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests
2009-01-21 02:23:09 +00:00
seekablesubreadstream.h
Fix for bug
#2664460
: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions
2009-03-05 20:37:53 +00:00
stack.h
Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests
2009-01-21 02:23:09 +00:00
str.h
…
stream.h
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +00:00
subreadstream.h
…