about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added remove wrapped function to libcptitSeb2021-03-231-1/+1
* Added a few more libc wrapped functionsptitSeb2021-03-231-15/+15
* Fixed mbsrtowcs function signatureptitSeb2021-03-234-5/+5
* Added a few more wrapped functions to libcptitSeb2021-03-234-9/+17
* Added wrapped libalut and libalureptitSeb2021-03-137-0/+141
* Wrapped some more functionsptitSeb2021-03-136-10/+17
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-1310-113/+149
* Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m...ptitSeb2021-03-1313-18/+902
* Added a few libc wrapped functionsptitSeb2021-03-131-5/+5
* Added wrapped qsort and qsort_r functionsptitSeb2021-03-125-4/+12
* Added wrapped libpulse and libpulsesimpleptitSeb2021-03-127-0/+1955
* Added nanosleep wrapped functionptitSeb2021-03-121-2/+2
* Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...ptitSeb2021-03-121-2/+2
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-1012-25/+35
* Fixed the already wrapped non-valist __Xprintf_chk functionsptitSeb2021-03-105-11/+22
* Wrapped system functionptitSeb2021-03-101-3/+3
* Wrapped some more libc funcsptitSeb2021-03-101-8/+8
* Wrapped sprintfptitSeb2021-03-105-14/+11
* A handfull libc wrapped functionsptitSeb2021-03-091-6/+6
* Added fdopen and fdopendirptitSeb2021-03-091-6/+6
* Added uname, ungetc, ungetwc, unlink and __underflow wrapped functionsptitSeb2021-03-091-5/+5
* Added statfs64 fstatfs64 and _IO_xxxx wrapped functionsptitSeb2021-03-095-65/+112
* Add freopen wrapped functionsptitSeb2021-03-091-8/+8
* A __printf_chk wrapped functionsptitSeb2021-03-094-1/+4
* A few sigXXX wrapped functionsptitSeb2021-03-091-3/+3
* Aligned struct stat64 for fxstat(64) alsoptitSeb2021-03-095-105/+15
* Added waitpid and dl_iterate_phdr wrapped functionsptitSeb2021-03-094-3/+7
* Alignement of struct stat / stat64ptitSeb2021-03-092-21/+5
* Added kill and killpg wrapped functionsptitSeb2021-03-095-20/+22
* Added clock wrapped functionptitSeb2021-03-091-1/+1
* More wrapped libc functionsptitSeb2021-03-095-19/+22
* Added strtol wrapped functionptitSeb2021-03-094-1/+5
* Fixed an issue with SDL Thread CreationptitSeb2021-03-092-2/+4
* A large batch of wrapped libc functionsptitSeb2021-03-095-115/+174
* More libc wrapped functionsptitSeb2021-03-094-11/+15
* Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libsptitSeb2021-03-0913-0/+1190
* Added more libc wrapped functionsptitSeb2021-03-094-12/+16
* Fixed XOpenIM wrapped function signatureptitSeb2021-03-091-1/+1
* Added some more libc wrapped functionsptitSeb2021-03-094-7/+19
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...ptitSeb2021-03-096-11/+40
* Added a few libc wrapped functionsptitSeb2021-03-094-3/+6
* Added some more libc wrapped functionsptitSeb2021-03-094-41/+39
* Added some phtreads wrapped functionsptitSeb2021-03-094-20/+24
* Added a few more libc wrapped functionsptitSeb2021-03-094-22/+42
* Remove isCpuTopology function call to the open wrapped functions that is not ...ptitSeb2021-03-081-33/+0
* Added sigismember wrapped functionptitSeb2021-03-081-1/+1
* Added more wrapped functions to libc and libpthreadptitSeb2021-03-085-47/+68
* Added a few more libc wrapped libsptitSeb2021-03-084-3/+7
* Added a few more libc wrapped functionsptitSeb2021-03-085-51/+39
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-085-34/+31