quakeforge/libs/gib
Brian Koropoff 625e1e36d6 Added Sys_PathType, which reports whether a path is absolute, relative
below, or relative above (uses .. to ascend the filesystem). Changed
file functions in GIB to use this.  GIB can now be initialized in a
non-sandboxed mode, which at the moment means that GIB scripts run with
carne can access the entire filesystem.
2002-11-14 05:28:54 +00:00
..
.gitignore compile fixes for alpha linux 2002-11-10 02:50:42 +00:00
exp.c Added useful error messages to the math parser, cleaned up implied 2002-11-13 03:03:37 +00:00
gib_buffer.c Added carne, the stand-alone GIB interpreter. Made a few changes to GIB 2002-11-14 02:10:55 +00:00
gib_builtin.c Added Sys_PathType, which reports whether a path is absolute, relative 2002-11-14 05:28:54 +00:00
gib_function.c Added carne, the stand-alone GIB interpreter. Made a few changes to GIB 2002-11-14 02:10:55 +00:00
gib_init.c Added Sys_PathType, which reports whether a path is absolute, relative 2002-11-14 05:28:54 +00:00
gib_parse.c Moved GIB into libs/gib and made util no longer depend on it. Cleaned up 2002-11-09 07:13:52 +00:00
gib_process.c Added useful error messages to the math parser, cleaned up implied 2002-11-13 03:03:37 +00:00
gib_thread.c Moved GIB into libs/gib and made util no longer depend on it. Cleaned up 2002-11-09 07:13:52 +00:00
gib_vars.c Moved GIB into libs/gib and made util no longer depend on it. Cleaned up 2002-11-09 07:13:52 +00:00
Makefile.am Moved GIB into libs/gib and made util no longer depend on it. Cleaned up 2002-11-09 07:13:52 +00:00
ops.c Moved GIB into libs/gib and made util no longer depend on it. Cleaned up 2002-11-09 07:13:52 +00:00