about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added wrapped ldiv functionptitSeb2021-04-064-1/+5
* Added wrapped libcrypto and libsslptitSeb2021-04-067-0/+5324
* Fixed __realpath_chk wrappingptitSeb2021-04-064-4/+4
* Fixed SDL AudioSpec structure definitionptitSeb2021-04-061-0/+1
* Added a couple of libc wrapped functionsptitSeb2021-04-052-16/+8
* Added some more GL wrapped functionsptitSeb2021-04-054-0/+27
* Merge pull request #1 from rajdakin/wrapper_addptitSeb2021-04-042-926/+1658
|\
| * [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-042-926/+1658
* | Added some more libc wrapped functionsptitSeb2021-04-041-6/+6
* | Ooops, that typo was breaking some C#/Unity stuffptitSeb2021-04-041-1/+1
|/
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-6/+9
* One more libc wrapped functionptitSeb2021-04-034-1/+5
* Added some more libc wrapped functionsptitSeb2021-04-034-5/+9
* Added wrapped pwrite functionptitSeb2021-04-031-1/+1
* Changed the way alignment of mutex is doneptitSeb2021-04-031-1/+1
* Added a few more libc wrapped function and fixed munmap wrappingptitSeb2021-04-024-5/+9
* Added wrapped swscanfptitSeb2021-04-022-1/+9
* Fixed trace on mremapptitSeb2021-04-021-1/+2
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+7
* Added wrapped rawmemchr functionptitSeb2021-04-021-2/+2
* Added wrapped libutilptitSeb2021-04-022-0/+51
* Added a few more libc wrapped functionsptitSeb2021-04-011-4/+4
* Added some more libc wrapped functionsptitSeb2021-04-014-3/+7
* Added wrapped glob64 and freeglob64 functionsptitSeb2021-04-012-6/+4
* Added wrapped fdatasync functionptitSeb2021-04-011-1/+1
* Added wrapped fchmodat functionptitSeb2021-04-011-1/+1
* Wrapped malloc to call calloc instead (not sure it's really needed)ptitSeb2021-04-012-6/+3
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-302-5/+11
* Added a few more libc wrapped functionsptitSeb2021-03-304-4/+12
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-932/+932
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-306-13/+6
* Added wrapped swprintfptitSeb2021-03-302-15/+6
* Fixed wrapped SDL_GetThreadID function signatureptitSeb2021-03-301-1/+1
* Wraped some SDL2 printf functionsptitSeb2021-03-305-28/+21
* Added __strtol_internal wrapped functionptitSeb2021-03-304-1/+5
* Added wrapped __isoc99_vsscanf functionptitSeb2021-03-291-1/+1
* Added wrapped syslog and __syslog_chkptitSeb2021-03-295-2/+22
* Added wrapped libbz2 and liblzmaptitSeb2021-03-297-0/+461
* Goes with the new wrapped backtrace functionsptitSeb2021-03-293-0/+4
* Some work around backtrace to try get symbol from stack frame (not sure it do...ptitSeb2021-03-292-9/+66
* Added wrapped wcstombs functionptitSeb2021-03-291-1/+1
* Added wrapped asctime and friendsptitSeb2021-03-281-4/+4
* Simply wrapped pthread_exit, don't force emu->quit to 1ptitSeb2021-03-281-1/+2
* Removed a useless line in setjump wrapped functionptitSeb2021-03-281-1/+0
* Added more libc and pthreads wrapped functionsptitSeb2021-03-286-80/+27
* Fixed aio_suspend64 funciton signatureptitSeb2021-03-281-4/+4
* A few more libc wrapped functionsptitSeb2021-03-262-2/+3
* Added wrapped libudev0 and libudev1ptitSeb2021-03-267-0/+216
* Added more libc wrapped functionsptitSeb2021-03-266-25/+51
* Fixed a signature of an X11 wrapped functionptitSeb2021-03-264-5/+5