quakeforge/libs/gamecode/engine
Bill Currie a533761770 Nuke PR_GarbageCollect as it's both redundant with the new temp strings
and wrong anyway (could free strings it wasn't supposed to).

Don't free the string pointed to by a strref since it's already been
implicity freed (whole memory space nuked). Fixes new map crash.
2004-01-04 02:03:30 +00:00
..
.gitignore - add libs/gamecode/builtins subdir, with libQFgamecode_builtins.la 2001-08-21 22:34:20 +00:00
Makefile.am split out the parsing code 2002-10-23 04:57:08 +00:00
pr_builtins.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
pr_debug.c PF_VarString return a plain char * and make it easier to add "at load" init 2003-11-20 07:46:56 +00:00
pr_edict.c PR_GetString should have been returning const char *. now does 2003-11-21 21:34:53 +00:00
pr_exec.c o all progs strings are now stored in progs memory 2004-01-03 08:43:57 +00:00
pr_load.c o all progs strings are now stored in progs memory 2004-01-03 08:43:57 +00:00
pr_obj.c PF_VarString return a plain char * and make it easier to add "at load" init 2003-11-20 07:46:56 +00:00
pr_opcode.c PF_VarString return a plain char * and make it easier to add "at load" init 2003-11-20 07:46:56 +00:00
pr_parse.c PR_GetString should have been returning const char *. now does 2003-11-21 21:34:53 +00:00
pr_resolve.c PF_VarString return a plain char * and make it easier to add "at load" init 2003-11-20 07:46:56 +00:00
pr_resource.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
pr_strings.c Nuke PR_GarbageCollect as it's both redundant with the new temp strings 2004-01-04 02:03:30 +00:00
pr_zone.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00