Merge pull request #505 from deg4uss3r/rth/fix-ci |
|
More...
|
about 2 months ago
|
Update CI to use Ubuntu 22.04 for now so we do not get bleeding edge clang and fail builds |
|
More...
|
3 months ago
|
Merge pull request #504 from katef/sv/fix-memory-leak-from-determinise-with-config |
|
More...
|
6 months ago
|
Add a regression test for the memory leak. |
|
More...
|
6 months ago
|
Fix memory leak. |
|
More...
|
6 months ago
|
Merge pull request #502 from katef/kate/missing-manpage-flag |
|
More...
|
7 months ago
|
Too much documentation for -u. |
|
More...
|
7 months ago
|
Missing documentation for -x |
|
More...
|
7 months ago
|
Merge pull request #500 from katef/sv/re-is-anchored |
|
More...
|
7 months ago
|
Merge pull request #499 from katef/sv/randomized-generation-and-misc-fixes |
|
More...
|
7 months ago
|
Remove direct call to srand(), just recommend the caller use it. |
|
More...
|
7 months ago
|
Merge pull request #498 from katef/sv/determinise-with-config |
|
More...
|
7 months ago
|
Add 'default:' (should be unreachable) for switch case. |
|
More...
|
7 months ago
|
Temporary interface: Add fsm_determinise_with_config. |
|
More...
|
7 months ago
|
fsm_generate_matches: Add seed argument, random choice if non-zero. |
|
More...
|
7 months ago
|
Merge pull request #497 from katef/sv/move-codegen-callback-metadata-args-into-struct |
|
More...
|
8 months ago
|
Merge pull request #496 from katef/sv/bugfix-compact-states-should-remap-endids |
|
More...
|
8 months ago
|
Merge pull request #492 from katef/sv/determine-which-characters-must-appear-in-input-to-match |
|
More...
|
8 months ago
|
ir: Wrap ids and count in a struct, to namespace them as endids. |
|
More...
|
8 months ago
|
libfsm.syms: Expose fsm_new_statealloc. |
|
More...
|
8 months ago
|
Move call to fsm_countstates inside #ifndef NDEBUG. |
|
More...
|
8 months ago
|
print API: Box end_ids and end_id_count in a struct for callbacks. |
|
More...
|
8 months ago
|
fsm.1.xml: Add basic info about -S <step_limit> and -q requiredchars. |
|
More...
|
8 months ago
|
Move detect_required1.c tests to .re/.txt files. Add -q chars to fsm. |
|
More...
|
8 months ago
|
fsm_detect_required_characters: Set count to 0 when matching "". |
|
More...
|
8 months ago
|
Change fsm_detect_required_characters interface. |
|
More...
|
8 months ago
|
Merge pull request #495 from data-man/ucd16 |
|
More...
|
8 months ago
|
fsm_compact_states must remap endids, to avoid dangling references. |
|
More...
|
8 months ago
|
Update to Unicode 16.0 |
|
More...
|
8 months ago
|
Add re_is_anchored interface. |
|
More...
|
8 months ago
|