]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2008-08-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Eduardo CavazosMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Eduardo Cavazosobj.papers: More data
2008-08-27 Eduardo Cavazosobj.view: Add a "Related" section
2008-08-27 Eduardo Cavazosobj.misc: Words that augment the core model
2008-08-27 Slava PestovAdd some failing tests
2008-08-27 Slava PestovMinor updates
2008-08-27 Doug Colemanadd unit test for regexp comments
2008-08-27 Slava PestovMove vocabularies which use delegation to unmaintained...
2008-08-27 Doug Colemanadd flags slot to transitions, get rid of boa usage
2008-08-27 Doug Colemanfix parser for special groups
2008-08-27 Doug Colemanrevert change to lookahead, parse negative lookahead...
2008-08-27 Doug Colemanupdated regexp2 for new compiler, add a slot for lookahead
2008-08-27 U-SLAVA-DFB8FF805... Fix Windows bootstrap
2008-08-27 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Eduardo CavazosMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Eduardo Cavazosobj.papers: Add some more data
2008-08-27 Slava PestovAdd unit tests
2008-08-27 Eduardo CavazosUse 'obj.util'
2008-08-27 Slava PestovFix load error
2008-08-27 Slava PestovFix conflict
2008-08-27 Slava PestovMerge branch 'master' of git://factorcode.org/git/jamesnvc
2008-08-27 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Eduardo CavazosMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Eduardo Cavazosobj: So fresh and so clean clean
2008-08-27 Eduardo Cavazosnewfx: Fix 1st, 2nd, 3rd, ...
2008-08-27 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2008-08-27 Slava PestovRemove
2008-08-27 Slava PestovFix locals with smart combinator macros, document that...
2008-08-27 Slava PestovClean up smart && and ||
2008-08-27 Doug Colemanmove regexp2 to unfinished for binaries
2008-08-27 Slava PestovMore efficient interval-contains?
2008-08-26 Slava PestovFix problem in interval* and interval/ with zero
2008-08-25 Slava PestovDon't store f in vocab root cache
2008-08-24 Slava PestovOnly annotate certain nodes ith value info
2008-08-24 Slava PestovOptimizations and load fixes
2008-08-24 Slava PestovAdd some benchmarks
2008-08-24 Slava PestovMinor compiler tweaks
2008-08-24 Slava PestovRemove dead code
2008-08-24 Slava PestovFix map-case
2008-08-24 James CashCommenting out failing test for push
2008-08-24 James CashMore work on extra/lisp - fixing begin
2008-08-24 James CashMacro-expansion requires another call
2008-08-24 James CashRemoving 'begin' as a macro, doing it as a special...
2008-08-24 James Cashvaradic lambdas now working
2008-08-24 James CashConstant-diadic lambdas work now, just need to get...
2008-08-24 James CashAdding continutations to USING: list for extra/lisp
2008-08-24 James CashMinor changes, still trying to get lisp working
2008-08-24 James CashMore changes to lisp, trying to handle multiple body...
2008-08-24 James CashMore refactorings to extra/lisp in the wake of peg...
2008-08-24 James CashFixing lisp for changes to peg
2008-08-24 James CashRefactoring lisp tests
2008-08-24 James CashRemoving extraneous lines from lisp tests
2008-08-24 James CashFixing 'begin' macro definition
2008-08-24 James CashMinor changes
2008-08-24 James CashMinor changes to tests
2008-08-24 James CashStill working on lisp macros...
2008-08-24 James CashFixing cons>seq in extra/lists
2008-08-24 James CashDefining 'begin' as a macro in lisp tests and fixing...
2008-08-24 James CashRemoving special case for 'begin' in lisp - will implem...
2008-08-24 James CashFixing lisp's defmacro for 'if'
2008-08-24 James CashMinor changes to lisp
2008-08-24 James CashSome fixes for cond
2008-08-24 James CashFixing definitions for lisp tests
2008-08-24 James CashFixing typo in lisp tests
2008-08-24 James CashMore work on lisp macros
2008-08-24 James CashReinstating unit tests for lisp
2008-08-24 Slava PestovDocumentation update
2008-08-23 Slava PestovFix minor inference errors
2008-08-23 Slava PestovFix typos
2008-08-23 Slava PestovRemoving delegation support from UI
2008-08-23 Slava PestovStarting to remove delegation
2008-08-23 Slava PestovMoving parts of extra/peg to basis
2008-08-23 Slava PestovHelp lint fixes
2008-08-23 Slava PestovMove a few UI dependencies into basis
2008-08-23 Slava PestovFixing unit tests
2008-08-22 Slava PestovCleaning up DCE
2008-08-22 Slava PestovAdd declaration
2008-08-22 Doug Colemanadd synonym for m
2008-08-22 Slava PestovFixing remaining issues
2008-08-22 Doug Colemanenable some unit tests, moved failing unit tests to...
2008-08-22 Doug Colemanmoving things around
2008-08-22 Doug Colemanread1 drop -> drop1
2008-08-22 Slava PestovCompiler fixes
2008-08-22 Slava PestovFixing some more bugs
2008-08-22 U-SLAVA-DFB8FF805... Workaround Windows libc bug (?)
2008-08-22 Doug Colemanadd reversed regexp
2008-08-21 Doug Colemanadd unmatchable-class method to class-member?
2008-08-21 Doug Colemancase insensitive works
2008-08-21 Doug Colemancase-insensitive for constants
2008-08-21 Daniel EhrenbergFinal changes for deques rename
2008-08-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-08-21 Doug Colemanmove words around, some docs, start of case insensitive
2008-08-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-08-20 Slava PestovFix another bug; cleanup phase too eager to remove...
2008-08-19 Slava PestovStack flow checker; various fixes
2008-08-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2008-08-19 Daniel EhrenbergDeque name change
2008-08-19 Slava PestovDCE fixes
2008-08-19 Slava PestovEnforce that usages of >r/r> must be balanced within...
next