summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-09-23 06:39:56 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-09-23 06:39:56 -0700
commit83f7efdc4127c9807bdc46708ef5036d5fdafc51 (patch)
treed39d6b99503a98909ecb27db2fe5b6c703bcc24d /win
parent6cb0284cc3fe66c4c20a09a651ba897ed6e2f71e (diff)
downloadtxr-83f7efdc4127c9807bdc46708ef5036d5fdafc51.tar.gz
txr-83f7efdc4127c9807bdc46708ef5036d5fdafc51.tar.bz2
txr-83f7efdc4127c9807bdc46708ef5036d5fdafc51.zip
New regex functions: m^$, m^, m$, and others.
* regex.c (do_match_full, do_match_full_offs, do_match_left, do_match_left_offs, do_match_right, do_match_right_offs): New static functions. (regex_match_full_fun, regex_match_right_fun, regex_match_full, regex_match_left, regex_match_right, regex_range_full, regex_range_left, regex_range_right): New functions. (regex_init): Register f^$, f^, f$, m^$, m^, m$, r^$, r^ and r$ intrinsics. * regex.h (regex_match_full_fun, regex_match_right_fun, regex_match_full, regex_match_left, regex_match_right, regex_range_full, regex_range_left, regex_range_right): Declared. * txr.1: Documented new functions.
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions