]> gitweb.factorcode.org Git - factor.git/history - basis/regexp/minimize/minimize.factor
Merge branch 'bags' of git://github.com/littledan/Factor
[factor.git] / basis / regexp / minimize / minimize.factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-09 Joe Groffmop up errors from test-all
2010-03-02 Daniel EhrenbergRegexps use new sets rather than assocs for final states
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-08 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Joe Groffremove non-primitive-related uses of tuck from basis
2009-05-01 Sascha MatzkeMerge commit 'mongo-factor-driver/master' into mongo...
2009-03-18 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-03-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-03-13 Jose A. Ortega RuizMerge commit 'origin/master' into emacs
2009-03-13 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Alex ChapmanMerge branch 'master' into experimental
2009-03-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/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-12 Daniel EhrenbergMaking regexp generate less class algebra
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-09 Daniel EhrenbergFixing regexp minimization
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 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-03 Daniel EhrenbergMerge branch 'master' into regexp
2009-03-02 Daniel EhrenbergSwitching basis/globs to regexps (and EBNF for syntax...
2009-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
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-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