quakeforge/libs/util
Bill Currie 38319d01b2 Fix some null pointer shenanigans
clang doesn't like anything but a bare 0 as null (and in some of the
cases, it was quite right: '\0' should not be treated as a null
pointer). And the crashers were just for paranoia and probably aren't
needed any more (kept for now, though).
2022-03-31 00:25:22 +09:00
..
test [math] Add some bit-op functions 2022-01-23 13:47:14 +09:00
bsearch.c
bspfile.c
buildnum.c
cbuf.c
cexpr-lex.l
cexpr-lib.c
cexpr-parse.y
cexpr-type.c [cexpr] Use correct functions for double trunc/floor 2022-01-02 01:13:17 +09:00
cexpr-vars.c
checksum.c
cmd.c
cmem.c Fix some null pointer shenanigans 2022-03-31 00:25:22 +09:00
crc.c
cvar.c [cvar] Ensure floats can round-trip when setting 2022-03-18 11:42:14 +09:00
dirent.c
dstring.c
fendian.c
fnmatch.c
getopt.c
getopt1.c
hash.c
heapsort.c
idparse.c
info.c
link.c
llist.c
Makemodule.am
math.S
mathlib.c [mathlib] Remove suspicious IS_NAN 2022-03-19 12:50:08 +09:00
mdfour.c
mersenne.c
msg.c
pakfile.c
plist.c
plugin.c
qargs.c
qendian.c
qsort_r.c
quakefs.c
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 [sys] Override strdup for 32-bit windows 2022-03-21 19:23:49 +09:00
sys_ia32.S
va.c
ver_check.c
wad.c
wadfile.c
zone.c [zone] Be more informative when catching memory errors 2022-02-12 01:57:03 +09:00