quakeforge/libs/gib
Brian Koropoff 854f6d9054 Created gib_regex.[ch] to manage regular expressions in GIB. Regexs are
now cached and only recompiled when compile flags change.  Changed regex
builtins to take an options string argument after the regular expression.
2002-11-19 06:24:29 +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 the string::findsub builtin. Added a reset function to the cbuf 2002-11-16 20:56:04 +00:00
gib_builtin.c Created gib_regex.[ch] to manage regular expressions in GIB. Regexs are 2002-11-19 06:24:29 +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 Created gib_regex.[ch] to manage regular expressions in GIB. Regexs are 2002-11-19 06:24:29 +00:00
gib_parse.c Added support for enclosing embedded commands in $() and cleaned up the 2002-11-19 04:15:36 +00:00
gib_process.c Added support for enclosing embedded commands in $() and cleaned up the 2002-11-19 04:15:36 +00:00
gib_regex.c Created gib_regex.[ch] to manage regular expressions in GIB. Regexs are 2002-11-19 06:24:29 +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 Added support for enclosing embedded commands in $() and cleaned up the 2002-11-19 04:15:36 +00:00
Makefile.am Created gib_regex.[ch] to manage regular expressions in GIB. Regexs are 2002-11-19 06:24:29 +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
regex.c gee, you'ld think gnu would get pointer <-> int portability right :P 2002-11-19 05:40:04 +00:00