quakeforge/ruamoko
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
..
cl_menu [cl_menu] Remove a stale FIXME 2020-03-27 22:12:45 +09:00
game [build] Fix ruamoko/gui's auto dependencies 2020-03-26 16:53:53 +09:00
gui [build] Fix ruamoko/gui's auto dependencies 2020-03-26 16:53:53 +09:00
include [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
lib [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
qwaq [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
scheme [build] Fix ruamoko/gui's auto dependencies 2020-03-26 16:53:53 +09:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makefile.am [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00