summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05* tNFA.el: Use `cl-lib` and enable `lexical-binding`; simplify some `or`sexternals/tNFAStefan Monnier
2017-08-04Tidy up unnecessary macros by making them into defsubst or defun.Toby S. Cubitt
2015-03-09Implement trie-fuzzy-match and trie-fuzzy-complete functions.Toby S. Cubitt
2012-09-12Enable lexical binding, and fix issues it picks up.Toby S. Cubitt
2012-09-11Remove ChangeLogs from library headers.Toby S. Cubitt
2012-05-05Add missing autoload cookies.Toby S. Cubitt
2012-04-29More minor whitespace and commentary changes.Toby S. Cubitt
2012-04-29Trivial whitespace tidying.Toby S. Cubitt
2012-04-25Updated copyright attribution and license (GPL2 -> GPL3).Toby S. Cubitt
2012-04-22Updated Package-Version, Package-Requires, and Keywords package headers.Toby S. Cubitt
2011-01-25Trivial docstring and comment fixes.Toby S. Cubitt
2010-10-22Added changelog entries, and bumped tNFA version number.Toby S. Cubitt
2010-10-22Redefined tNFA--NFA-state-create and tNFA--NFA-state-create-tag using defunToby S. Cubitt
2010-05-11Removed left-over debugging code and other minor tidying.Toby Cubitt
2009-10-18Re-filled to 72 chars/line, for mailing to gnu-emacs-sources listToby Cubitt
2009-10-18Added commentaryToby Cubitt
2009-10-18Updated docstrings for regexp-related functions and others.Toby Cubitt
2009-10-18Bug-fix to \{...\} postfix operator processing in tNFA--from-regexpToby Cubitt
2009-10-18Added support for \{...\} postfix repetition operatorToby Cubitt
2009-10-18Bumped copyright yearToby Cubitt
2009-10-18Converted transition hash tables to alistsToby Cubitt
2009-10-18Bug-fix in tNFA--from-regexp; added public tNFA-group-data function.Toby Cubitt
2009-10-18Bug-fix in tNFA--from-regexp: add tag transitions *outside* their group fragm...Toby Cubitt
2009-10-18Implementation of tagged non-deterministic finite state automata, for regular...Toby Cubitt