mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
0e0d8bd542
parser a bit to accomodate this. Backslashes in double quotes are now only removed if they escape a character that can't be written normally, or another backslash. Removed start position support from string::findsub since variable slices can be used instead. Added support for regular expressions in the form of regex::match, regex::replace, and regex::extract. Checked in regex.c from GNU regex 0.12 for platforms that do not have regex functions in their standard library. Two minor changes were made to this file to fix gcc warnings. Prepared the path transform function for a change to a filesystem rooted at fs_userpath instead of the current gamedir, but these changes are commented out pending security considerations. |
||
---|---|---|
.. | ||
.gitignore | ||
exp.c | ||
gib_buffer.c | ||
gib_builtin.c | ||
gib_function.c | ||
gib_init.c | ||
gib_parse.c | ||
gib_process.c | ||
gib_thread.c | ||
gib_vars.c | ||
Makefile.am | ||
ops.c | ||
regex.c |