]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-03-13 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-13 Slava PestovForgetting a word doesn't call reset-word anymore,...
2009-03-13 Doug Colemanfix the copyright header
2009-03-13 Doug Colemanadd a binding to part or all of uniscribe
2009-03-13 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-03-13 Slava PestovDon't use colors.constants in prettyprint
2009-03-13 Slava PestovAuto-use output omits duplicate vocabulary names, and...
2009-03-13 Slava PestovUse 1|| instead of 0|| where appropriate in peg.ebnf...
2009-03-13 Slava Pestovwords. emits a newline after
2009-03-13 Slava PestovDocument alien.destructors
2009-03-13 Slava PestovSlightly faster binary-search
2009-03-13 Slava PestovFix check-slice
2009-03-12 Slava PestovTweak pane layout for better baseline alignment
2009-03-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-12 Slava PestovDon't report inference warnings for inline words
2009-03-12 Slava PestovRemove stupid commented out code
2009-03-12 Slava PestovFix infinite fixed point iteration bug found by littled...
2009-03-12 Doug Colemanfix find-in-directories and add unit tests
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 Slava PestovAdd a couple of must-infer tests
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 PestovFix unit tests and help lint for 'see' move
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 Slava PestovAdd 'see' to default vocab search path
2009-03-11 Slava PestovMake partially dispatched integer ops foldable
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 Slava PestovMove combinators.cleave to unmaintained
2009-03-11 Slava PestovUpdate code not to use combinators.cleave
2009-03-11 Slava PestovMove unused utility libraries to unmaintained
2009-03-11 Slava PestovFixing up code after 'see' refactoring
2009-03-11 Slava PestovFormatting fix
2009-03-11 Slava PestovMove 'see' to its own vocabulary, and fix excess newlin...
2009-03-11 Slava PestovFix bootstrap
2009-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Slava PestovChange tabular-output and smash-pane behavior to fix...
2009-03-11 Slava PestovChange another throw to rethrow in stack checker
2009-03-11 Daniel EhrenbergStack shuffling cleanup in sequences
2009-03-11 Daniel EhrenbergRemoving regexp.matchers vocab, merged into regexp
2009-03-11 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-11 Daniel EhrenbergFixing XMode, which I gratuitiously broke
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 EhrenbergMoving regexp.matchers back to regexp
2009-03-10 Daniel EhrenbergMany regexp changes, improving speed and organization
2009-03-10 Slava PestovDocument ui.gadgets.glass and fix help lint failures...
2009-03-10 Slava PestovCheck for words which are not classes but have a $class...
2009-03-10 Slava PestovReplace png-gadget in otug-talk with icon gadget usage...
2009-03-10 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-10 Slava PestovFix tetris rendering
2009-03-10 Slava PestovClicking in slides window requests focus
2009-03-10 Slava PestovFix text rendering on top of transparent background
2009-03-10 Slava Pestovimages.viewer can now display some un-normalized images
2009-03-10 Slava PestovMove normalize-scanline-order implementation from image...
2009-03-10 Slava PestovRe-implement <polygon-gadget> since joystick-demo still...
2009-03-10 Slava PestovFix memory management for CFArrays
2009-03-09 Slava PestovHalf-fix pane selection
2009-03-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 Slava PestovDEFER: now resets word definition, so take out a bogus...
2009-03-09 Slava PestovClean up ?at
2009-03-09 Daniel EhrenbergMaking all the regexp words compile
2009-03-09 Daniel EhrenbergRenaming an internal word in regexp
2009-03-09 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 Daniel EhrenbergFixing validators so it loads
2009-03-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-03-09 Slava PestovAdd unportable tag to core-text.fonts
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-08 Slava PestovClicking in the pane focuses the input area
2009-03-08 Slava PestovFix parse-content-type for quoted tokens
2009-03-08 Slava PestovFix ui.commands unit test on non-Mac platfrms
2009-03-08 Slava PestovHelp lint and meta-data fixes
2009-03-08 Slava PestovFix compile error on FreeBSD
2009-03-08 Slava PestovFix CGI
2009-03-08 Slava PestovAdd Atom link to Planet Factor
2009-03-08 Slava PestovDon't escape absolute URLs in Farkup
2009-03-08 Slava Pestovshow-browser command now just switches to an existing...
next