Commits
- Commit:
b5d4d6b940bf51a86048964de429c6588e02064e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
style (assert)
- Commit:
60c14e7b4692bb5bf1a66a54bc2477ddcd252505
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
style
- Commit:
d6b8218a2b8ddb3ccec75f7eda1298d0309be0a7
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
cosmetics
- Commit:
13efde33b7b447d7c224632ab895efd18662dc9e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
make nfacont/nfaend no-ops on stopped nfas
- Commit:
ad0209f094996d7d6bd1ce2319f5b0385f343bd6
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
forgot the actual implementation m)
- Commit:
1136713e1fd6fc30885737d3864db2108b0710f3
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rename nfarunp and nfamatchp to nfarun_ and nfamatch_, respectively
- Commit:
2819ccbd2cd3c32cff41a564c9b0ac9945159151
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rename nfainit to nfastart
- Commit:
3ae8705d4a1e07533d1bc45cc6020fa93ff18a5e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add .gitignore
- Commit:
749e209cc5eeaa07ceace3db6cd03eca8e49e24a
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
start some manpages
- Commit:
4a1921341a413f7147802d912fe133977642d763
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
rework prep/run interface
- Commit:
417f792f5259aa51eb411679c35b4ad182138b59
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add 'simcard' example
- Commit:
ba66a49b73addf69451f8497dedffdd670d6b06b
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
add outchr() combinator
- Commit:
d06d6aeb4fa8728f00ec1c65372e083ef15bdc1e
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
switch to unsigned char
note: char can be portably converted to unsigned char (modulo arithmetic)
but the converse is not true (undefined behavior)!
- Commit:
1ffbb49cc704cab9fe4226cc3e2ea0f95cb1b4e3
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
comments / style
- Commit:
433a5f454f2c22d5c78edda09ff911bd778640ff
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
move print_nfa() to nfa.c as nfaprint()
- Commit:
c8b1a82f1fd6a4ae0122d031cd5db7d0ff7dcee1
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
changed my mind; dont do output (or inner input) on chunk edges!
- Commit:
30d8c294a20149ef5d6c21f9727e5a85c8a814d3
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
produce output while no input is possible
- Commit:
43cc6062210e39cc517683aa2b419b2dc1a4d944
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
support suspend / chunked operation (split out END processing)
- Commit:
ed4d5d022fc7fef0a97e5bcd973f93d3f5eaa331
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
nfareset/nfarun/nfacont
- Commit:
403aa76810963c691542041c7ccce8dcab90487b
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
print a cosmetic blank line after the NFA output
- Commit:
ed8493af7f9d4531276b173d709a6b73d8b5702c
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
let test_pcre and test_regex record position of the '@'
- Commit:
26ac38bf828456a0eba1d771694936a1e25871f5
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
run benchmark without printing
- Commit:
b02bcc1b1c826553fdcd0ffe6421d1d636f4665c
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
factor nfa.h and test_nfa.c out of nfa.c
- Commit:
eb08a8335cd7f30115fa269134f3ca646fe30a31
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
separate sub() and out()
- Commit:
de66aa24036fc3e84c90ac19bd56bef38e903358
- From:
- Sven M. Hallberg <pesco@khjk.org>
- Date:
explicitly clear final state in epsilon_step
FOREACHSTATE does not cover the final state.