]> git.neil.brown.name Git - edlib.git/history - rexel.h
TODO: clean out done items.
[edlib.git] / rexel.h
2023-07-12 NeilBrownInclude some include files where there are needed in...
2023-07-12 NeilBrownsearch: various fixes for searching a string in a string
2023-05-26 NeilBrownUpdate some copyright dates.
2023-05-26 NeilBrownrexel: add an 'advance' flag to turn on anchored search.
2023-05-26 NeilBrownrexel: rename RXL_ANCHORED and RXL_BACKTRACK to RXLF_*
2023-02-06 NeilBrownUpdate some copyright dates.
2022-09-03 NeilBrownUpdate the year in some copyright claims
2021-08-11 NeilBrownrexel: support matching the reported 'prefix'.
2021-08-11 NeilBrownrexel: introduce rxl_prefix()
2020-08-08 NeilBrownrexel: a few improvements
2020-08-08 NeilBrownrexel: support start/end document, and 'point'
2020-08-08 NeilBrownrexel: implement capture extraction.
2020-08-08 NeilBrownrexel: use rxl_prepare and rxl_free_state internally
2020-08-08 NeilBrownrexel: add back-tracking matcher
2020-08-08 NeilBrownrexel: add flag arg to rxl_prepare()
2020-08-08 NeilBrownrexel: Change return value of rxl_advance()
2020-08-08 NeilBrownrexel: simplify rxl_advance() interface
2020-08-08 NeilBrownrexel: add more status info for rxl_info()
2020-08-08 NeilBrownrexel: move recording of maxlen into rxl code
2020-08-08 NeilBrownrexel: switch anchored and trace to bool
2020-08-08 NeilBrownrexel: report non-word boundaries to rxl_advance()
2020-03-23 NeilBrownUpdate copyright dates.
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-31 NeilBrownrexel: fix matches that can match the empty string.
2019-10-27 NeilBrownsearch: add "text-match"
2019-10-06 NeilBrownrexel: remove 'restart' arg from rxl_advance()
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-07-24 NeilBrownsearch: fix ^$ pattern matching.
2016-08-16 NeilBrownFix 'safe' annotation for function return value.
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-01-12 NeilBrownRemove pane_with_cursor.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-11-11 NeilBrownAdd simple search function.