]> gitweb.factorcode.org Git - factor.git/history - basis/regexp/regexp.factor
regexp: don't use execute so the generated code is easier to read
[factor.git] / basis / regexp / regexp.factor
2009-03-12 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Maxim SavchenkoMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-12 Daniel EhrenbergMerge branch 'master' of git://github.com/bogiebro...
2009-03-12 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
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 EhrenbergAdding word breaks to regexp
2009-03-11 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
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 Maxim SavchenkoMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-11 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
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 Maxim SavchenkoMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
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 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-03 Daniel EhrenbergMerge branch 'master' into regexp
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-02 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-03-01 John BenediktssonMerge 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-21 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-21 Daniel EhrenbergMerge branch 'master' into 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-01 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-01-31 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-01-30 Alex ChapmanMerge branch 'master' into experimental
2009-01-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-01-28 Alex ChapmanMerge branch 'master' into experimental (untested!)
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
2009-01-26 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-01-26 Slava PestovMerge branch 'master' into new_ui
2009-01-26 Slava PestovFix bug in re-split reported by kib2
2008-12-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-12-10 Doug ColemanMerge branch 'master' of git://repo.or.cz/factor/jcg
2008-12-09 Slava PestovFix conflict
2008-12-09 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2008-12-09 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2008-12-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2008-12-09 Slava PestovMerge branch 'untangle'
2008-12-08 Slava PestovFix locals conflict
2008-12-08 Slava PestovUntangling some dependencies
2008-12-07 William SchlieperMerge branch 'master' of git://factorcode.org/git/factor
2008-12-03 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2008-12-02 Alex ChapmanMerge branch 'master' into experimental
2008-11-29 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2008-11-29 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2008-11-29 Slava PestovFix conflict
2008-11-29 Slava PestovFix conflict
2008-11-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-26 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2008-11-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-26 Alex ChapmanMerge branch 'master' into experimental
2008-11-25 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next