quakeforge/libs/util
Bill Currie 0dab26ce8f [cexpr] Allow untyped result values
If the result object type pointer is null, then the parsed result type
and value pointers are written directly to the result object rather than
testing the parsed result type against the object type and copying the
parsed result value data to the location of the object value. It is then
up to the caller to check the type and copy the value data.
2022-11-26 22:10:29 +09:00
..
test [util] Add a comment to darray test 2022-09-22 09:35:57 +09:00
bsearch.c
bspfile.c [util] Allow zero-sized lumps to be at end of file 2022-05-26 12:35:50 +09:00
buildnum.c
cbuf.c
cexpr-lex.l [cexpr] Add optional error message prefix string 2022-04-24 19:15:22 +09:00
cexpr-lib.c [cexpr] Add support for casting plitems 2021-12-24 06:45:13 +09:00
cexpr-parse.y [cexpr] Allow untyped result values 2022-11-26 22:10:29 +09:00
cexpr-type.c [cexpr] Allow assignment of double to float 2022-04-24 19:15:22 +09:00
cexpr-vars.c [hash] Rename the publicly visible hashlink_t to hashctx_t 2022-05-12 18:02:01 +09:00
checksum.c
cmd.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cmem.c Fix some null pointer shenanigans 2022-03-31 00:25:22 +09:00
crc.c
cvar.c [cvar] Remove reliance on line number for developer parsing 2022-09-24 18:26:25 +09:00
dirent.c
dstring.c
fendian.c
fnmatch.c
getopt.c
getopt1.c
hash.c [hash] Clean up some duplicate code 2022-05-12 18:52:36 +09:00
heapsort.c [util] Support custom swap function for heapsort 2022-10-31 10:52:03 +09:00
idparse.c
info.c
link.c
llist.c
Makemodule.am [cexpr] Add a small library with some useful functions 2021-12-24 06:45:12 +09:00
math.S
mathlib.c [model] Move plane info into mnode_t, and visframe out 2022-05-22 12:41:23 +09:00
mdfour.c
mersenne.c [util] Add mtwist float random number functions 2021-12-24 06:45:13 +09:00
msg.c [util] Reject non-shortest encoded utf-8 sequences 2022-10-15 22:54:24 +09:00
pakfile.c
plist.c [hash] Rename the publicly visible hashlink_t to hashctx_t 2022-05-12 18:02:01 +09:00
plugin.c [plugin] Pull plugin from list before calling its shutdown 2022-05-13 09:50:24 +09:00
qargs.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
qendian.c
qsort_r.c
quakefs.c [util] Check share path too when filling file lists 2022-11-11 22:05:10 +09:00
quakeio.c
riff.c
script.c
segtext.c
set.c
simd.c [simd] Split out the ivec implementations 2022-01-02 16:02:57 +09:00
sizebuf.c
string.c
sys.c [build] Correct cygwin system type 2022-09-19 16:36:29 +01:00
sys_ia32.S
va.c
ver_check.c
wad.c [util] Return null for missing wad lumps 2022-11-10 14:44:08 +09:00
wadfile.c
zone.c [zone] Fix bad suggested mem calculation 2022-06-06 14:05:52 +09:00