]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-11-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-30 Doug Colemandon't allow moving the tetris blocks when game is pause...
2009-11-30 Doug Colemanadd docs to monotonic-clock
2009-11-30 Doug Colemanfix using
2009-11-30 Doug Colemanadd-init-hook -> add-startup-hook
2009-11-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-30 Doug Colemanmove monotonic-clock to basis
2009-11-30 Doug Colemandon't clean up windows rng yet, needs refactoring first
2009-11-30 Doug Colemanupdate docs for alarms
2009-11-30 Doug Colemanmake alarms use monotonic-clock
2009-11-15 Slava Pestovdebugger.windows: add unportable tag
2009-11-15 Slava Pestoviokit: fix load errors
2009-11-15 Doug Colemanadd a >duration word
2009-11-15 Doug Colemanfix load order for monotonic clock
2009-11-15 Doug ColemanMerge branch 'startup'
2009-11-15 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Jonas Pfennigerio.serial.unix.linux: fix missing vocab
2009-11-15 Slava Pestovheap-size now has a partial-eval instead of being folda...
2009-11-15 Doug Colemanfix more load errors
2009-11-15 Doug Colemanfix using list, reported by zimbatm
2009-11-15 Doug Colemanupdate vm for startup branch
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-15 Doug Colemanadjust windows monotonic clocks to return nanoseconds
2009-11-15 Doug Colemanimplement monotonic clock on unix platforms
2009-11-15 Doug Colemanadd librt for monotonic timers, new timespec>nanosecond...
2009-11-15 Doug ColemanMerge branch 'monotonic' of git://factorcode.org/git...
2009-11-15 Doug Colemanmove iokit typedefs to unix.types.macosx
2009-11-15 Doug Colemanmonotonic-count on mac
2009-11-15 Doug ColemanMerge branch 'monotonic' of git://factorcode.org/git...
2009-11-15 Doug Colemanbetter alarms docs
2009-11-15 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Doug Colemanadd unix-time>timestamp, timestamp>unix-time, and some...
2009-11-14 Slava Pestovhashtables: fix indentation
2009-11-14 Slava Pestovtools.deploy.test: failing tests now have the actual...
2009-11-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-14 Slava PestovUnit test fixes
2009-11-13 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-13 Doug Colemanfix holiday-names word
2009-11-13 Doug Colemanworking on holiday names from timestamp
2009-11-13 Slava Pestovvm: record compaction events correctly
2009-11-13 Slava PestovBootstrap cleanups
2009-11-13 Slava PestovFix bootstrap
2009-11-13 Slava PestovFix another problem with call( inline caching
2009-11-13 Slava Pestovcompiler.tree.propagation.branches: fix recent constrai...
2009-11-13 Slava PestovFixing call( inline caching
2009-11-13 Slava Pestovbenchmark.fannkuch: use iota
2009-11-13 Slava PestovInstead of bumping the definition counter every time...
2009-11-13 Slava Pestovcompiler.tree.propagation: fix bug in constraints that...
2009-11-13 Slava Pestovsequences: inline a couple of words
2009-11-13 Slava Pestovclasses.algebra: output cleaner anonymous unions and...
2009-11-13 Doug Colemanfix using
2009-11-13 Doug Colemanupdate more 8bit encoding usages
2009-11-13 Doug Colemanadd docs to 8-bit encodings vocabs, update usages
2009-11-12 Slava Pestovcompiler.tree.propagation.transforms: inline push if...
2009-11-12 Slava Pestovcompiler.tree.propagation: implementing missing case...
2009-11-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-12 Doug Colemanadd more 8-bit windows encodings
2009-11-12 Doug Colemanadd new 8-BIT: word
2009-11-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-12 Slava PestovInvalidate inline caches used by call( and execute...
2009-11-12 Doug Colemanclean up holidays.us
2009-11-12 Doug Colemanbetter factoring for us-federal-holiday?
2009-11-12 Doug Colemanfix typo
2009-11-12 Doug Colemanredo holidays
2009-11-12 Doug Colemanmore calendar utility words
2009-11-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-12 Doug Colemanuse surround/glue instead of 3append
2009-11-12 Slava Pestovcpu.ppc: update for recent changes
2009-11-12 Slava PestovRevert "Revert "vm: faster allocation in tenured space...
2009-11-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-12 Slava Pestovvm: fix fencepost error in write barrier on large objec...
2009-11-11 Doug Colemanmessed up inauguration-day
2009-11-11 Doug Colemanadd US holidays vocab
2009-11-11 Doug Colemanadd more calendar utility words
2009-11-11 Doug Colemanadd nth day of month
2009-11-11 Slava PestovRevert "vm: faster allocation in tenured space and...
2009-11-11 Slava Pestovvm: fix GC safety issue in callers of unbox_array_size...
2009-11-11 Slava PestovFixing test failures
2009-11-11 Slava PestovFaster identity-hashcode primitive; fast path now openc...
2009-11-11 Slava PestovMinor cosmetic fixes
2009-11-11 Slava Pestovui.gadgets: use identity-hashcode instead of counter
2009-11-11 Slava PestovNew identity-hashcode primitive
2009-11-11 Slava Pestovvm: faster allocation in tenured space and code heap...
2009-11-11 Slava PestovFix struct field alignment on PowerPC
2009-11-11 Slava Pestovstack-checker: fix help lint
2009-11-11 Slava Pestovio.pathnames: document resource: and vocab:
2009-11-10 Slava Pestovclasses.algebra: cleanup
2009-11-10 Slava Pestovcompiler.cfg.intrinsics.slots: new implementation of...
2009-11-10 Slava PestovMore PowerPC fixes
2009-11-10 Slava Pestovcpu.ppc: update megamorphic dispatch template
2009-11-10 Slava PestovFix some test failures
2009-11-09 Slava Pestovspider.unique-deque: fix for stricter stack effect...
2009-11-09 Doug Colemanbeginning of a monotonic clock implementation. still...
2009-11-09 Doug Colemanadd win32 bindings
2009-11-09 Slava Pestovmove models.illusion to basis, and move models.combinat...
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/Blei/factor
2009-11-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-09 Slava Pestovmongodb.tuple: fix inference error under stricter stack...
2009-11-09 Slava Pestovtyped: update for stack checker refactoring
next