quakeforge/ruamoko/qwaq
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
..
builtins [qwaq] Set event.when for mouseauto events 2020-03-30 23:41:20 +09:00
debugger [qwaq] Pass debug target into the def views 2020-04-01 00:03:53 +09:00
editor [qwaq] Move scroll bar management into View 2020-03-31 14:28:38 +09:00
ui [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
.gdbinit [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
Makefile.am [qwaq] Use TableView to show locals 2020-03-31 21:15:57 +09:00
gcd.r [qwaq] Bring in qc gcd to use for debugger testing 2020-03-24 23:02:19 +09:00
qwaq-app.h [qwaq] Clean up the qwaq directory 2020-03-30 02:34:08 +09:00
qwaq-app.r [qwaq] Rework allocation to use retain/release 2020-03-30 16:58:36 +09:00
qwaq.h [qwaq] Add an editor buffer 2020-03-22 21:31:30 +09:00