quakeforge/libs/util
Brian Koropoff e9ca911e34 Added the ability to use curly braces to enclose tokens. Tokens in braces
won't be processed except for escape characters, so that escaped braces
can be used within.  If an uneven number of curly braces are within a
token, it will be misparsed, so escaped braces are important if you
don't want them to be considered in the parsing of the token.  Ideally,
braces within quotes within braces should not need to be escaped, but this
would require a redesign of the parser to be recursive.  Maybe I will do
this later.
2002-03-16 21:17:01 +00:00
..
.gitignore Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +00:00
checksum.c whitespace 2001-12-03 22:56:34 +00:00
cmd.c Added the ability to use curly braces to enclose tokens. Tokens in braces 2002-03-16 21:17:01 +00:00
crc.c break the loop from CRC_Block into CRC_ProcessBlock so that crcs can be 2002-01-28 18:00:48 +00:00
cvar.c cvarlist cfg will now give output suitable for a config file 2001-10-30 23:33:47 +00:00
dirent.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
dstring.c dstring.[ch]: 2002-03-08 23:11:42 +00:00
fendian.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
fnmatch.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
getopt.c move the getopt files from qfcc/source to libs/util, link qw-master against 2002-02-12 17:44:41 +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 various cleanups including TODOs and FIXMEs and rewrite va to use a dynamic 2002-01-12 04:34:53 +00:00
info.c properly terminate the string created by Info_MakeString (this was the source 2001-12-03 21:24:48 +00:00
link.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
Makefile.am This is the first commit to the newcmd branch, which is a mostly-rewritten 2002-03-03 03:36:27 +00:00
math.S BSD compile fixes 2002-01-31 07:37:56 +00:00
mathlib.c various cleanups including TODOs and FIXMEs and rewrite va to use a dynamic 2002-01-12 04:34:53 +00:00
mdfour.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
msg.c start getting const-correct on vec3_t params 2002-01-03 05:29:38 +00:00
pcx.c Minor pcx loader cleanup. 2001-12-21 21:12:01 +00:00
plugin.c Hide the reason for a plugin load failure unless developer is set. 2002-02-22 11:17:20 +00:00
qargs.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
qendian.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
qfplist.c the majority of raptor's sgi build patch. I'll look at the last two bits 2002-03-03 06:03:51 +00:00
quakefs.c get back to work on creating a good command line pak file util. currently 2002-03-12 23:45:36 +00:00
quakeio.c dstring.[ch]: 2002-03-08 23:11:42 +00:00
sizebuf.c fix more bugs caused by the Hunk_TempAlloc changes and do some more jump 2001-12-03 22:11:21 +00:00
string.c the majority of raptor's sgi build patch. I'll look at the last two bits 2002-03-03 06:03:51 +00:00
sys.c dstring.[ch]: 2002-03-08 23:11:42 +00:00
tga.c kill some dead code 2001-12-21 19:38:49 +00:00
va.c dstring.[ch]: 2002-03-08 23:11:42 +00:00
ver_check.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
wad.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
zone.c several little tweaks that more than make up for the reversion of low-copy 2001-12-03 08:46:56 +00:00