shithub: mc

RSS feed

85630789 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 16:38
Make the implementation match the documentation.

f5bedf70 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 15:30
Add some documentation.

335f3de6 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 15:12
Fix a typo in the unicode regex testcase.

184c45f6 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 15:09
Add beginning of regex tests.

ffbbf76f – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 14:02
Fix compile: Typo slipped in.

1ce73fdd – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 11:39
Add comments.

825a9ce4 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 11:30
Silence debug output.

f18438a1 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 11:22
Clean up debug prints a bit.

bd900a61 – Ori Bernstein <ori@eigenstate.org> authored on 2013/12/17 11:18
Clean up run queue abstraction

2907edc9 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/29 19:05
Clean up code a bit.

6f329f4b – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/28 21:05
Convert the interpreter to use new match syntax.

921fafdf – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/28 12:01
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libregex

acd48d38 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/27 09:35
Start of support for character ranges.

25bfea9b – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/27 09:25
Remove dot operator in favor of range operator.

750f64d6 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/27 09:15
Add support for encoding unicode range checks.

95d3a409 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/24 14:42
Start working on character ranges.

fd6e1d4f – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/23 11:20
Use newlines instead of junk for BOL/EOL matches

f468624b – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/23 10:59
Use correct percent specifiers

8a46d627 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/23 08:51
Add beginning/end of line matches

c65c9894 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/23 06:18
Refactor running the re out from initializing.

0083fb4a – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/22 20:31
We no longer generate junk asm. Don't remove it.

b00a84d1 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/22 18:40
Correctly pass the duplicated match slices over.

5fe0859c – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/22 18:06
Implement matching

0529dbb6 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/22 17:52
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libregex

5d6dda03 – Ori Bernstein <ori@eigenstate.org> authored on 2013/10/22 17:45
Reduce debug traces.