quakeforge/libs/util
Bill Currie 09f257cdcb [cexpr] Fix bool printing and support int casts
Strangely, valid pointers are always true. Also, bool now accepts 0 for
false and non-0 for true (doing a proper conversion to bool).
2023-06-30 21:48:22 +09:00
..
test Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
bsearch.c [util] Fix an out-by-one in QF_bsearch_r 2023-03-05 18:31:30 +09:00
bspfile.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
buildnum.c
cbuf.c [util] Add a function to reverse delete cbuf stacks 2023-03-05 18:31:30 +09:00
cexpr-lex.l [cexpr] Fall back to a linear search if no hash 2023-06-26 11:51:12 +09:00
cexpr-lib.c [cexpr] Add support for casting plitems 2021-12-24 06:45:13 +09:00
cexpr-parse.y [cexpr] Use func instead of result type for end of list 2023-02-14 12:45:04 +09:00
cexpr-type.c [cexpr] Fix bool printing and support int casts 2023-06-30 21:48: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 Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
cmem.c Fix some null pointer shenanigans 2022-03-31 00:25:22 +09:00
crc.c
cvar.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
dirent.c
dstring.c [glsl] Be more null-safe for free/destroy functions 2023-03-06 18:21:13 +09:00
fendian.c
fnmatch.c
getopt.c
getopt1.c
hash.c [glsl] Be more null-safe for free/destroy functions 2023-03-06 18:21:13 +09:00
heapsort.c [util] Support custom swap function for heapsort 2022-10-31 10:52:03 +09:00
idparse.c [util] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
info.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
link.c
llist.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
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 [util] Fix a local variable address warning 2023-06-13 18:11:11 +09:00
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 [plist] Put quotes around the unknown field name 2023-06-16 18:47:24 +09:00
plugin.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
qargs.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
qendian.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
qsort_r.c
quakefs.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
quakeio.c [util] Fix incorrect check for result of Qgetc 2023-03-25 21:21:13 +09:00
riff.c
script.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
segtext.c [util] Fix a linked-list error in segtext 2023-03-05 18:31:30 +09:00
set.c [set] Check for 0 count correctly 2023-05-27 00:55:22 +09:00
simd.c [simd] Split out the ivec implementations 2022-01-02 16:02:57 +09:00
sizebuf.c
string.c
sys.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
sys_ia32.S
va.c [util] Fix a pile of memory leaks 2023-03-05 18:31:30 +09:00
ver_check.c
wad.c [util] Return null for missing wad lumps 2022-11-10 14:44:08 +09:00
wadfile.c
zone.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00