| Commit message (Expand) | Author | Age | Files | Lines |
* | scan-until-match, count-until-match: new functions. | Kaz Kylheku | 2019-02-16 | 1 | -7/+35 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | regex: relocate unlikely case after other tests. | Kaz Kylheku | 2018-11-12 | 1 | -3/+3 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -10/+19 |
* | regex: fix double free corruption bug. | Kaz Kylheku | 2018-04-04 | 1 | -11/+13 |
* | regex: read/print bug: escaped double quote. | Kaz Kylheku | 2018-04-04 | 1 | -2/+2 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | regex: bugfix: squash duplicates in move set. | Kaz Kylheku | 2017-09-13 | 1 | -2/+1 |
* | regex: factor out repeated visit-coloring pattern. | Kaz Kylheku | 2017-09-13 | 1 | -13/+15 |
* | regex: re-introduce nfa_accept states. | Kaz Kylheku | 2017-09-13 | 1 | -13/+14 |
* | regex: retain unoptimized form for printing. | Kaz Kylheku | 2017-09-12 | 1 | -5/+1 |
* | regex: bug printing #/abc(def|ghi)/ | Kaz Kylheku | 2017-09-12 | 1 | -1/+1 |
* | regex: accept-folding optimization. | Kaz Kylheku | 2017-09-12 | 1 | -0/+23 |
* | regex: eliminate nfa_accept state type. | Kaz Kylheku | 2017-09-12 | 1 | -20/+26 |
* | regex: epsilon-threading optimization on NFA graph. | Kaz Kylheku | 2017-09-12 | 1 | -1/+78 |
* | regex: elide needless increments of visited counter. | Kaz Kylheku | 2017-09-12 | 1 | -5/+5 |
* | regex: bugfix: incorrect use of nfa_move_closure. | Kaz Kylheku | 2017-09-12 | 1 | -1/+1 |
* | regex: new function, regex-prefix-match. | Kaz Kylheku | 2017-09-11 | 1 | -0/+48 |
* | regex: remove nfa_reject representation. | Kaz Kylheku | 2017-09-11 | 1 | -40/+36 |
* | regex: don't print superfluous parens around classes. | Kaz Kylheku | 2017-07-16 | 1 | -2/+2 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -2/+2 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -3/+3 |
* | Fix missing nao terminator in formatted printing. | Kaz Kylheku | 2017-03-13 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Fix inconsistency in regex-source. | Kaz Kylheku | 2016-12-25 | 1 | -2/+8 |
* | Adding functions fr^$, fr^, fr$ and frr. | Kaz Kylheku | 2016-12-01 | 1 | -0/+28 |
* | Add stream printing context. | Kaz Kylheku | 2016-10-20 | 1 | -2/+4 |
* | Support n-ary and and or operators in regex. | Kaz Kylheku | 2016-10-10 | 1 | -1/+63 |
* | Simplify some regex tree walking code. | Kaz Kylheku | 2016-10-10 | 1 | -18/+10 |
* | New function rra. | Kaz Kylheku | 2016-10-03 | 1 | -0/+50 |
* | New rr function. | Kaz Kylheku | 2016-10-03 | 1 | -0/+12 |
* | search-regex improvement: negative start and more. | Kaz Kylheku | 2016-10-03 | 1 | -40/+52 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Flurry of regex bugfixes. | Kaz Kylheku | 2016-09-25 | 1 | -11/+27 |
* | regex.c: code formatting. | Kaz Kylheku | 2016-09-25 | 1 | -1/+1 |
* | New function: regex-source. | Kaz Kylheku | 2016-09-25 | 1 | -0/+7 |
* | Bugfix in regex printing: & operator. | Kaz Kylheku | 2016-09-25 | 1 | -1/+1 |
* | New regex functions: m^$, m^, m$, and others. | Kaz Kylheku | 2016-09-23 | 1 | -0/+130 |
* | Semantics change in match-regex-right. | Kaz Kylheku | 2016-09-22 | 1 | -3/+59 |
* | Fix match-regex not conforming to documentation. | Kaz Kylheku | 2016-09-22 | 1 | -3/+15 |
* | Support functional argument in regsub. | Kaz Kylheku | 2016-09-22 | 1 | -23/+41 |
* | Support negative positions in regex matching funs. | Kaz Kylheku | 2016-09-21 | 1 | -1/+9 |
* | Move regex intrinsic registrations to regex.c. | Kaz Kylheku | 2016-09-21 | 1 | -0/+14 |
* | regex: optimize double complement. | Kaz Kylheku | 2016-09-16 | 1 | -40/+46 |
* | regex: add case to complement optimization. | Kaz Kylheku | 2016-09-15 | 1 | -0/+2 |
* | regex: fix broken complement operator. | Kaz Kylheku | 2016-09-15 | 1 | -1/+3 |
* | NFA regex optimization: use just one set array. | Kaz Kylheku | 2016-07-19 | 1 | -48/+31 |
* | NFA regex optimization: combine move and closure. | Kaz Kylheku | 2016-07-19 | 1 | -37/+90 |