]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-16 Joe Grofftweak parse-c-type so data-map can parse non-c-types
2009-10-16 Doug Colemanremove most of the overhead in cmwc, it's fast now
2009-10-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Groffimprove grid-mesh generation performance
2009-10-16 Doug Colemanremove yet another slow mutable local
2009-10-16 Doug Colemaninline some words
2009-10-16 Doug Coleman2x speedup on lagged-fibonacci after removing mutable...
2009-10-16 Joe Grofflet data-map take factor sequences as inputs
2009-10-16 Doug Colemanmake cmwc only 32 bits wide. oops, this speeds up...
2009-10-16 Doug Colemanricing random.cmwc
2009-10-16 Doug Colemanricing lagged-fibonacci
2009-10-16 Slava Pestovvm: code heap: move mark bits to a separate bitmap
2009-10-16 Joe Groffuse a better algorithm to generate uniform/normal noise
2009-10-16 Joe Grofffix unsigned vector unpack
2009-10-16 Joe Groffmake simd objects inspectable
2009-10-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Groffprune dead definitions from alien.data.map
2009-10-16 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-16 Joe Groffchange data-map( ) syntax to work with c-type[symbolic...
2009-10-16 Joe Groffchange parse-c-type so that c-type[symbolic-constant...
2009-10-16 Joe Grofffactor "parse-word" out of "scan-word"
2009-10-16 Slava Pestovvm: fix typo
2009-10-16 Slava Pestovvm: fix compile errors on some gcc versions
2009-10-16 Slava Pestovparser: clarify docs
2009-10-16 Slava Pestovcpu.ppc.bootstrap: fix callback-stub relocation
2009-10-16 Slava Pestovvm: code heap compaction at runtime using compact-gc...
2009-10-16 Doug Colemanfix using for io.pathnames changes
2009-10-16 Doug Colemanimprove io.pathnames docs
2009-10-16 Slava Pestovvm: allocate stacks and data heap segments without...
2009-10-16 Slava Pestovvm: simpler and more efficient code heap compaction...
2009-10-16 Slava PestovMerge branch 'reentrantvm' of git://github.com/phildawe...
2009-10-16 Slava Pestovvm: make the code nice and pretty
2009-10-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Slava Pestovcpu.x86.64: fix typo
2009-10-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Grofffix benchmark.terrain-generation
2009-10-16 Slava PestovMerge branch 'invaders' of git://double.co.nz/git/factor
2009-10-16 Slava PestovMerge branch 'fjsc' of git://double.co.nz/git/factor
2009-10-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Groffimprove noise/terrain performance
2009-10-16 Slava Pestovvm: don't flush instruction cache twice per code block...
2009-10-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Slava Pestovalien.libraries: fix dlsym docs
2009-10-16 Slava Pestovcpu.x86: eliminate 2 instructions form write barrier...
2009-10-16 Slava Pestovvm: remove some dead code
2009-10-16 Doug Colemanfix io.directories.search on windows
2009-10-16 Doug Colemanadd psapi stub to windows.nt
2009-10-16 Doug Colemanfix compiler warning
2009-10-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Doug Colemanfix compiler warnings in vm
2009-10-16 Joe Groffvim: highlight $ and $[ ]
2009-10-16 Joe Grofftweak alien.data.map to work around limitation in using...
2009-10-15 Chris DoubleFix invaders sound and fix bitrot in balloon-bomber...
2009-10-15 Chris DoubleClose window when invaders is closed
2009-10-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-15 Joe Groffupdate nkeep docs
2009-10-15 Doug Colemanadd a move-file-unique word to move a file into a direc...
2009-10-15 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-15 Joe Grofffix nkeep so it takes a nonliteral quot
2009-10-15 Joe Groffadd tests that data-map compiles given a fried quot
2009-10-15 Joe Groffvectored struct functor
2009-10-15 Joe Groffadd some tests for math.matrices.simd matrix-vector...
2009-10-15 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-15 Slava Pestovcompiler.cfg: fix unit tests
2009-10-15 Slava Pestovvm: during tenuring stage of aging collection, if tenur...
2009-10-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-15 Slava Pestovcpu.x86: just a cleanup
2009-10-15 Slava Pestovcpu.ppc: fix %write-barrier
2009-10-15 Slava Pestovcpu.ppc: fix typo
2009-10-15 Slava Pestovcpu.ppc: updates for write barrier and allocation chang...
2009-10-15 Slava Pestovcpu.ppc.bootstrap: update for JIT relocation changes
2009-10-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-15 Slava Pestovcompiler: tweak ##write-barrier-imm
2009-10-15 Doug Colemanfix enumerating fully qualified paths by calling normal...
2009-10-15 Chris DoubleFix bitrot in space-invaders and cpu.8080 vocabs
2009-10-15 Chris DoubleFix cpu.8080 bitrot
2009-10-15 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-15 Joe Groffrenovate data-map to take any number of inputs/outputs
2009-10-15 Chris DoubleFix webapps.fjsc bitrot and move from unmaintained
2009-10-15 Chris DoubleFix fjsc bitrot
2009-10-15 Slava Pestovvm: fix compile error
2009-10-15 Slava PestovMerge branch 's3' of git://double.co.nz/git/factor
2009-10-15 Slava PestovMerge branch 'new_gc'
2009-10-15 Chris DoubleAdd S3 docs
2009-10-15 Slava Pestovvm: rt-vm relocation now supports accessing a field...
2009-10-15 Chris DoubleAdd delete-object to S3 vocab
2009-10-14 Slava PestovMerge branch 'fuel-help' of git://github.com/phildawes...
2009-10-14 Joe Groffmnmap generalized m-to-n sequence combinator
2009-10-14 Phil DawesRemoved VM_PTR macros. All builds reentrant by default
2009-10-14 Phil Dawesfuel: help subsections now work again
2009-10-14 Slava Pestovvm: faster write barrier for non-optimized code
2009-10-14 Slava Pestovvm: during an aging collection, promote objects referen...
2009-10-14 Slava PestovMerge branch 'master' into new_gc
2009-10-14 Slava Pestovbenchmark: update gc1 and add new gc3 benchmark
2009-10-14 Slava Pestovvm: debugging new card marking
2009-10-14 Slava PestovWorking on adding support for the new write barrier...
2009-10-14 Joe Groffnmap-as and nmap combinators
2009-10-14 Joe Groffneach generalization
2009-10-14 Joe Groffdata-map general-purpose binary mapping combinator
2009-10-14 Joe Groffensure the typed subword gets xref-ed by the compiler
next