Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
misc ungetc fixes
|
|
Implement SDL_Surface refcounting
|
|
eliminate default Module global
|
|
|
|
|
|
|
|
Implement glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS).
|
|
Add support for `SDL_RWFromConstMem()` for .ogg files.
|
|
|
|
added lchmod, new tests, fixed for mknod return values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add testcase for glGetAttachedShaders
|
|
Implement strftime
|
|
inside the SDL module.
|
|
fixed stderr output to use printErr
|
|
and need to be consistent with later Math.imul uses
|
|
|
|
to processing down the line.
Changed the `Pointer_stringify()` call to occur in `SDL_RWFromFile`
instead of downstream which makes more sense.
Cleaned up formatting.
|
|
|
|
|
|
|
|
|
|
Fixes in pread()
|
|
- fixed up errno values for mknod
- split up stat tests into test_stat, test_stat_chmod, test_stat_mknod
|
|
|
|
|
|
No functional change.
|
|
|
|
|
|
invalid label id shows up; fixes #1399
|
|
|
|
Embind updates pull request
|
|
|
|
The bug occurs when pread() doesn't return 0 when asked to read an
offset beyond its buffer.
This behavior is explicitly documented at:
http://pubs.opengroup.org/onlinepubs/000095399/functions/read.html
> If the starting position is at or after the end-of-file, 0
> shall be returned
|
|
|
|
|
|
to my knowledge, embind fully supports closure advanced mode.
|
|
|
|
|
|
|