quakeforge/libs/gib
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_gib.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
exp.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_buffer.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_builtin.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_classes.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_execute.c Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
gib_function.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
gib_handle.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gib_init.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
gib_object.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_parse.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_process.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gib_regex.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
gib_semantics.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_thread.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
gib_tree.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gib_vars.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
ops.c Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c Include stdint.h in regex.c 2013-01-22 21:02:50 +09:00