quakeforge/libs/util
Bill Currie d8d21b00f4 Fix some issues found found by valgrind.
Buffer underflow and though strcpy has always been safe there, change to
memmove. Had the added benefit of helping me create more test cases for
better coverage.
2012-01-24 19:54:21 +09:00
..
test Fix some issues found found by valgrind. 2012-01-24 19:54:21 +09:00
bspfile.c Lots of win32 (mingw cross) build fixes. 2010-12-23 11:40:16 +09:00
buildnum.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
cbuf.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
checksum.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
cmd.c Simplify and slightly improve Cmd_StuffCmds(). 2011-09-08 12:37:52 +09:00
crc.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
cvar.c Fix a potential crash with the cvar reset command. 2011-09-07 21:07:52 +09:00
dirent.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
dstring.c New function: dstring_strdup 2010-08-25 13:31:00 +09:00
fendian.c "long" audit. can't use long when we want 32 bits. May be a few more cases. 2005-10-23 13:19:21 +00:00
fnmatch.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
getopt.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
getopt1.c move the getopt files from qfcc/source to libs/util, link qw-master against 2002-02-12 17:44:41 +00:00
hash.c Move min/max/bound and field_offset into better locations. 2011-12-24 10:04:33 +09:00
idparse.c Allow cbuf interpreter to handle completion finding. Enhance completion logic a bit. 2007-03-20 21:31:07 +00:00
info.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
link.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
llist.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
Makefile.am Split out vrect_t to its own file and add support functions. 2012-01-06 09:52:14 +09:00
math.S export BoxOnPlaneSide properly in windows so it doesn't cause a segfault 2004-01-22 02:26:08 +00:00
mathlib.c Implement QuatExp and fix up QuatBlend's param names. 2012-01-12 21:22:06 +09:00
mdfour.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
msg.c Partially document the message api. 2011-09-04 09:58:12 +09:00
pakfile.c Move QFS_CreatePath() to Sys_CreatePath(). 2010-08-25 13:52:24 +09:00
plugin.c Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
qargs.c Move the config file/command line parsing into qargs.c 2011-09-11 14:57:05 +09:00
qendian.c hopefully speed up byte swaps 2007-05-26 23:18:46 +00:00
qfplist.c Some compile fixes for OpenBSD 2011-08-25 22:35:20 +09:00
quakefs.c Fix some issues found found by valgrind. 2012-01-24 19:54:21 +09:00
quakeio.c Some compile fixes for OpenBSD 2011-08-25 22:35:20 +09:00
riff.c Fix a "set but not used" warning/error. 2011-06-13 16:44:30 +09:00
script.c Permit control of single character tokens. 2011-08-11 14:22:27 +09:00
sizebuf.c patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years. 2007-03-22 23:20:57 +00:00
string.c hah, should have been using __attribute__((used)) all that time (rather 2005-08-04 15:27:09 +00:00
sys.c Move min/max/bound and field_offset into better locations. 2011-12-24 10:04:33 +09:00
sys_ia32.S needed EXPORT in both ends if the #if/#else/#endif 2004-02-18 03:19:57 +00:00
va.c Make nva a little more memory efficient. 2011-11-15 13:47:05 +09:00
ver_check.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
vrect.c Add union and merge functions and tests. 2012-01-06 12:57:25 +09:00
wad.c the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
wadfile.c Make sure unterminated lump names don't cause propblems when comparing. 2010-11-28 15:31:40 +09:00
zone.c Avoid a division by zero. 2012-01-23 16:46:52 +09:00