quakeforge/libs
Bill Currie 535a2363bb [ruamoko] Create a va_copy for progs
In testing variable fw/precision in PR_Sprintf, I got a nasty reminder
of the limitations of the current progs ABI: passing @args to another QC
function does not work because the args list gets trampled but the
called function's locals. Thus, the need for a va_copy. It's not quite
the same as C's as it returns the destination args instead of copying
like memcpy, but it does copy the list from the source args to a
temporary buffer that is freed when the calling function returns.
2020-04-01 19:48:05 +09:00
..
audio [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
client Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
console [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
gamecode [gamecode] Support variable field width and precision 2020-04-01 19:45:33 +09:00
gib [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
image Separate file search from loading. 2014-01-28 16:22:05 +09:00
models [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
net Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
qw Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
ruamoko [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
util [ruamoko] Tag object memory with the class name 2020-03-31 16:43:10 +09:00
video [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
Makefile.am Avoid building unneeded libs. 2012-08-20 14:12:20 +09:00