]> gitweb.factorcode.org Git - factor.git/history - basis/regexp
add a binding to part or all of uniscribe
[factor.git] / basis / regexp /
2009-03-13 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Daniel EhrenbergMaking regexp generate less class algebra
2009-03-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Daniel EhrenbergRedoing class algebra so conjunction works
2009-03-11 Slava PestovInline initial state in next-match loop
2009-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Slava PestovAdd some declarations so that next-match is faster
2009-03-11 Slava PestovGet rid of match tuple
2009-03-11 Slava PestovRemove match iterators for a performance boost
2009-03-11 Daniel EhrenbergUncommenting most remaining regexp unit tests
2009-03-11 Daniel EhrenbergAdding word breaks to regexp
2009-03-11 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Daniel EhrenbergRefactoring next-match
2009-03-11 Slava PestovChange execute( to execute-unsafe( since in this case...
2009-03-11 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Daniel EhrenbergRegexp match iterators are better
2009-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Slava PestovFix compile error in regex
2009-03-11 Daniel EhrenbergRemoving regexp interpreter
2009-03-11 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Daniel EhrenbergFixing regexp docs typo
2009-03-11 Daniel EhrenbergRemoving regexp.matchers vocab, merged into regexp
2009-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Daniel EhrenbergFixing help-lint for regexp; adding first-match and...
2009-03-11 Daniel Ehrenbergmatches? works as expected for reversed regexps
2009-03-10 Daniel EhrenbergMany regexp changes, improving speed and organization
2009-03-10 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 Daniel EhrenbergMaking all the regexp words compile
2009-03-09 Daniel EhrenbergRenaming an internal word in regexp
2009-03-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 Daniel EhrenbergFixing regexp minimization
2009-03-09 Daniel EhrenbergMore docs for regexps
2009-03-08 Daniel EhrenbergFixing xmode use lines; adding fake reluctant ?*+ to...
2009-03-08 Daniel EhrenbergCommenting out the last failing regexp unit tests :(
2009-03-08 Daniel EhrenbergMaking regexp tests pass by commenting out some minimiz...
2009-03-08 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-08 Daniel EhrenbergMerge branch 'regexp'
2009-03-07 Daniel EhrenbergMore regexp changes
2009-03-06 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-05 Daniel EhrenbergCleaning up transition tables; making \Z zero-width
2009-03-05 Daniel EhrenbergMerge branch 'master' into regexp
2009-03-05 Daniel EhrenbergLookaround and anchors work! (still need to fix some...
2009-03-04 Daniel EhrenbergMore class algebra; fixing eliminating the DFA interpreter
2009-03-04 Daniel EhrenbergUnfinished changes for regexp lookaround
2009-03-04 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-04 Daniel EhrenbergBeginnings of lookahead and lookbehind
2009-03-04 Daniel EhrenbergFixing bug in disambiguation in regexps
2009-03-03 Daniel EhrenbergRegexp uses sequences:map-find now
2009-03-03 Daniel EhrenbergMerge branch 'master' into regexp
2009-03-02 Daniel EhrenbergAdding unit tests
2009-03-02 Daniel EhrenbergSwitching basis/globs to regexps (and EBNF for syntax...
2009-03-02 Daniel EhrenbergMaking regexp load; removing multimethod dependency
2009-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-01 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-03-01 Yun, JonghyoukMerge branch 'master' of git://factorcode.org/git/factor
2009-02-28 Slava PestovMerge OneEyed's patch
2009-02-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-28 Slava Pestovproduce and produce-as: don't need third quotation...
2009-02-27 Daniel EhrenbergReorganizing regexp matcher protocol
2009-02-27 Daniel EhrenbergRegexp compiler used from literals
2009-02-26 Daniel EhrenbergVarious regexp cleanups, and compiler from regexp to...
2009-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-25 Daniel EhrenbergRegexp docs, mostly
2009-02-25 Daniel EhrenbergVarious regexp changes, including the addition of regex...
2009-02-23 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-23 Daniel EhrenbergDisambiguation works completely in regexp
2009-02-21 Daniel EhrenbergWork on class algebra for regexp
2009-02-21 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-21 Daniel EhrenbergDisambiguation of overlapping regexp transitions
2009-02-21 Daniel EhrenbergMerge branch 'master' into regexp
2009-02-21 Daniel Ehrenbergtrivial change in regexp
2009-02-20 Daniel EhrenbergVarious unfinshed regexp changes
2009-02-20 Daniel EhrenbergNegation almost complete in regexp
2009-02-19 Daniel EhrenbergRegexp negation (partial) and cleanup of regexp.nfa
2009-02-19 Daniel EhrenbergDFAs are minimized now
2009-02-18 Daniel EhrenbergFinish cleanup of regexp
2009-02-18 Daniel EhrenbergAlmost done with regexp cleanup
2009-02-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-17 Daniel EhrenbergRewriting regexp parser
2009-02-16 Daniel EhrenbergMerge branch 'master' into regexp
2009-02-15 Daniel EhrenbergUnfinished changes to regexp
2009-02-15 Daniel EhrenbergMerge branch 'master' into regexp
2009-02-14 Jose A. Ortega RuizMerge commit 'origin/master' into emacs
2009-02-13 Daniel EhrenbergXMode doesn't use parser combinators at all; regexes...
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Slava PestovMerge branch 'master' into new_ui
2009-02-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Slava PestovRemove nipd, 3nip, 4nip and tuckd from basis/shuffle
2009-01-31 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-01-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-01-26 Doug ColemanMerge branch 'master' of git://repo.or.cz/factor/jcg
2009-01-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
next