quakeforge/libs/console
Bill Currie 7970525ef4 [util] Make va thread-safe
It now takes a context pointer (opaque data) that holds the buffers it
uses for the temporary strings. If the context pointer is null, a static
context is used (making those uses of va NOT thread-safe). Most calls to
va use the static context, but all such calls have been formatted
consistently so they are easy to find when it comes time to do a full
audit.
2021-01-31 16:05:48 +09:00
..
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
bi_inputline.c [build] Fix a pile of gcc 10 issues 2020-12-21 14:14:29 +09:00
buffer.c Fix some warnings picked up in an optimized build 2020-02-24 11:28:43 +09:00
client.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
complete.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
console.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
filelist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
inputline.c Use memmove instead of strcpy when deleting chars. 2012-06-23 20:54:55 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
menu.c [console] Call PR_RunPostLoadFuncs 2020-06-24 22:47:12 +09:00
server.c Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
view.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00