about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added alternative to __secure_getenv not always present in libcptitSeb2021-03-261-1/+1
* Added even more libc wrapped functionsptitSeb2021-03-264-4/+9
* Added more libc and libfontconfig wrapped functionsptitSeb2021-03-265-17/+23
* Added some more libc wrapped functionsptitSeb2021-03-264-9/+13
* Added wrapped __swprintf_chk functionptitSeb2021-03-262-13/+6
* Added wrapped memalign and friendsptitSeb2021-03-261-4/+4
* Even more libc wrapped functionsptitSeb2021-03-255-12/+15
* Added wrapped libgnutlsptitSeb2021-03-256-1/+1275
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-259-17/+752
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-256-20/+24
* More libc wrapped symbolsptitSeb2021-03-255-10/+18
* Added wrapped libICE and libSM plus a few more libc wrapped functionsptitSeb2021-03-259-53/+409
* A bit more libc wrapped functionptitSeb2021-03-254-2/+6
* Added some more libc wrapped functionsptitSeb2021-03-254-8/+16
* Added wrapped libuuidptitSeb2021-03-252-0/+38
* Added a few more wrapped functionsptitSeb2021-03-257-13/+187
* Added a bunch of X11 related wrapped libsptitSeb2021-03-2523-0/+1334
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-255-31/+74
* Added wrapped libvorbis and libvorbisfileptitSeb2021-03-257-0/+394
* Added 2 more libc wrapped functionptitSeb2021-03-251-2/+2
* Added wrapped liboggptitSeb2021-03-255-0/+104
* Added a few more libc wrapped functionsptitSeb2021-03-254-7/+11
* Fixed longjmp wrapped function signatureptitSeb2021-03-251-1/+1
* Added wrapped mmap64 and friendsptitSeb2021-03-255-34/+21
* Added a bunch of libc wrapped functionsptitSeb2021-03-255-100/+156
* 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