]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-05-08 Slava Pestovimages.viewer: you can now pass a pathname object to...
2009-05-08 Slava Pestovmath.miller-rabin: make some utilities not private...
2009-05-08 Aaron SchaeferSpeed up best-hands a bit using reduce and add a test
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Joe Groffslow, ugly, unoptimized terrain generation demo
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovUpdate PowerPC %jump and %dispatch-label, and add PIC...
2009-05-08 Joe Grofftypo in cocoa pixel format stuff
2009-05-08 Joe Grofffix some faux pas in bunny
2009-05-08 Joe Groffun-private some useful words
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovcpu.ppc.bootstrap: updates
2009-05-07 Aaron SchaeferUpdate docs/summary for poker vocab
2009-05-07 Aaron SchaeferMake next-odd public again as it's used elsewhere
2009-05-07 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovFix x86-64 backend
2009-05-07 Aaron SchaeferMinor logical rearrangement
2009-05-07 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovCount megamorphic cache hits
2009-05-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Doug Colemanlink seeking docs to the seek descriptors
2009-05-07 Slava Pestovcompiler.tree.modular-arithmetic: convert >integer...
2009-05-07 Slava PestovCode cleanups
2009-05-07 Slava PestovFix overly-eager strength reduction for mod, and add...
2009-05-07 Aaron SchaeferAdd docs for best-hand in poker vocab
2009-05-07 Aaron SchaeferEliminate stack shuffling by using bi in PE #25
2009-05-07 Aaron SchaeferSpeed up best-hand by not converting to ckf repeatedly
2009-05-07 Aaron SchaeferAdd >5 card evaluator word to poker vocab
2009-05-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava Pestovtools.trace: fix for call(
2009-05-07 Slava Pestovfind-window: don't bomb if a world has no child. Report...
2009-05-07 Slava PestovFix tail call PICs on x86-64
2009-05-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovClean up bootstrap.image, and implement new calling...
2009-05-07 Aaron SchaeferMake a deck of cards an actual tuple
2009-05-07 Aaron SchaeferUse iota where necessary in tests
2009-05-07 Aaron SchaeferAdd docs for combination words
2009-05-07 Slava PestovJIT now supports multiple relocations per code template...
2009-05-07 Aaron SchaeferUse binary-search instead of find-last for combinations
2009-05-07 Slava PestovWorking on inline caching for tail call sites
2009-05-07 Aaron SchaeferClean up combinations a bit
2009-05-06 Aaron SchaeferAdd tests for combinations
2009-05-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Joe Groffuniform-random-float speed
2009-05-06 Doug ColemanDocument miller-rabin, more unit tests for some corner...
2009-05-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Slava PestovBetter separation of concerns: cpu.{x86,ppc}.assembler...
2009-05-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Joe Groffrename perlin-noise to noise; add words for uniform...
2009-05-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Slava PestovWorking on PowerPC backend
2009-05-06 Slava Pestovcpu.ppc.bootstrap: working on polymorphic inline cachin...
2009-05-06 Slava Pestovhashtables: use each-integer instead of iota ... each...
2009-05-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Slava PestovRemove some unused constants and update an obsolete...
2009-05-06 Slava Pestovtools.time: remove unneeded math.vectors dependency
2009-05-06 Doug Colemandocument ${
2009-05-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Doug Colemanfix miller-rabin
2009-05-06 Joe Groffmake noise-map/noise-image take an affine-transform
2009-05-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Joe Groffuniform and normal distributed random floats. uniform...
2009-05-06 Joe Groffadd 2pi constant
2009-05-06 Joe Groffmake ^n foldable
2009-05-06 Doug Colemanfix miller-rabin, safe primes
2009-05-06 Slava PestovMove modules to unmaintained since it has a few issues
2009-05-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Slava Pestovspecialized-arrays: fix unit tests for bool type change
2009-05-06 Doug Colemanfix miller-rabin, it's correct but a little ugly still...
2009-05-06 Aaron SchaeferCombinations now map to input sequences directly
2009-05-06 Doug Colemanremove 1-, 1+, use iota somewhere
2009-05-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-06 Doug Coleman_finally_ cleaned up miller-rabin. it's passable now
2009-05-06 Doug Colemanthrow more errors on tiff if formats are unsupported
2009-05-06 Joe Groffmore vector operations; perlin noise vocab
2009-05-06 Aaron SchaeferAdd combination support to math.combinatorics
2009-05-06 Slava Pestovcpu.x86.bootstrap: remove obsolete comment
2009-05-06 Slava Pestovcpu.ppc.assembler: update for code_format=1
2009-05-06 Slava PestovAdd new RC_ABSOLUTE_PPC_2 relocation type
2009-05-06 Joe GroffMerge branch 'master' of /cygdrive/z/Documents/Code...
2009-05-06 Joe Groffget dinput mouse support working
2009-05-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Slava PestovFix bool type; its actually 1 byte not 4 in structs...
2009-05-05 Slava Pestovmath.polynomials: use <repetition> instead of <array>
2009-05-05 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Slava Pestovtools.disassembler.udis: fix unix tests
2009-05-05 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Slava Pestovimages.viewer: now accepts image objects
2009-05-05 Slava PestovFix VM compile error
2009-05-05 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Slava Pestovalien.libraries: Fix dlsym on Windows
2009-05-05 Slava Pestovbootstrap.compiler: clean up
2009-05-05 Slava Pestovtools.disassembler.udis: fix types for Windows
2009-05-05 Slava PestovFix VM code to export the right symbols on Windows
2009-05-05 Slava Pestovliterals: Improve ${ word
2009-05-05 Slava Pestovcompiler.constants: update compiled-header-size
2009-05-05 Slava Pestovalien.strings: fix symbol>string for Windows
next