]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-14 Phil Dawesfuel: help subsections now work again
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
2009-10-14 Joe Groffchange TYPED: to put its magic inside macros and specia...
2009-10-13 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-13 Joe Groffunbox read-only tuple arguments and box read-only tuple...
2009-10-13 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-13 Doug ColemanMerge branch 'master' into klazuka
2009-10-13 Keith Lazukahtml.streams: fixed broken unit-test
2009-10-13 Slava Pestovmath.vectors.simd: fix typos in docs reported by Ed...
2009-10-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-12 Doug Colemanfix a bug when printing calendars, add a unit test
2009-10-12 Guillaume NargeotAdded author
2009-10-12 Guillaume NargeotSolution to Project Euler problem 188
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-11 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-10 Joe Groffstore math.matrices.simd matrices in column-major order...
2009-10-10 Doug Colemanadd missing usings
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-10 Doug Colemanfix the tuple subclassing example docs
2009-10-10 Joe Groffuse TEST reg, reg to compare integer equality with...
2009-10-10 Joe Grofffix fallbacks for vall?, vany?, vnone?
2009-10-10 Joe Groffonly emit ##alien-vector/##set-alien-vector insns if...
2009-10-10 Joe Groffchange the simd-struct tests to cover integer vector...
2009-10-10 Joe Groffdon't use MOVSLDUP/MOVSHDUP to do specialized shuffles...
2009-10-10 Joe Groffhave vshuffle accept simd-128 variable byte shuffles
2009-10-10 Joe Grofffix x86 uchar %scalar>integer
2009-10-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-10 Slava Pestovcompiler.tree.propagation.branches: fix live-branches...
2009-10-10 Doug ColemanMerge branch 'help2' of git://github.com/klazuka/factor
2009-10-10 Joe Groffrename ##shuffle-vector to ##shuffle-vector-imm, and...
2009-10-09 Keith Lazukaimages.normalization: reorder-components should fail...
2009-10-09 Keith Lazukaimages.bitmap: fixed unit-test dependency
2009-10-09 Keith Lazukaimages.normalization: fixed USING
2009-10-09 Keith Lazukaimages.normalization: more unit tests and bug fix
2009-10-09 Keith Lazukaimages.testing: added documentation
2009-10-09 Keith Lazukaimages.png: added PngSuite test image files
2009-10-09 Keith Lazukaimages.testing: switched from PAM reference image to...
2009-10-09 Keith Lazukaimages.bitmap: respect upside-down? flag when encoding
2009-10-09 Keith Lazukaimages.normalization: refactored to use locals
2009-10-09 Keith Lazukaimages.normalization: added documentation
2009-10-09 Keith Lazukaimages.normalization: removed a lot of boilerplate
2009-10-09 Keith Lazukacap: explicitly set the image's component-type
2009-10-09 Keith Lazukaimages.normalization: removed some boilerplate
2009-10-09 Keith Lazukaimages.bitmap: now conforms to image encode protocol...
2009-10-09 Joe Groffgenerate better code for vabs when instruction isn...
2009-10-09 Joe Groffimplement vneg as an intrinsic in terms of load -0...
2009-10-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-09 Doug Colemanrefactor images.png logic for adam7. implement adam7
2009-10-09 Keith Lazukahelp.markup: markup unit tests must ensure that 'last...
2009-10-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-09 Joe Groffadd SIMDS: ... ; and SPECIALIZED-ARRAYS: ... ; syntax
2009-10-09 Slava Pestovcompiler.codegen: fix failing tests
2009-10-09 Slava Pestovvm: fix integer overflow
2009-10-09 Slava Pestovvm: build fix
2009-10-09 Slava Pestovhelp.markup: long links don't show stack effect for...
2009-10-09 Slava Pestovalien.syntax: add C-GLOBAL: for defining words to acces...
2009-10-09 Slava Pestovalien.parser: fix behavior with restarts, reported...
2009-10-09 Slava PestovMerge branch 'disassemble-quot' of git://github.com...
2009-10-09 Slava PestovMerge branch 'bitfields' of git://factorcode.org/git...
2009-10-09 Slava PestovMerge branch 's3' of git://double.co.nz/git/factor
2009-10-09 Slava PestovMerge branch 'help' of git://github.com/klazuka/factor
2009-10-09 Slava PestovMerge branch 'master' of git://github.com/jonenst/factor
2009-10-09 Slava PestovReplace README.txt with readme.html
2009-10-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-09 Slava Pestovvm: misc cleanups
2009-10-09 Slava Pestovvm: record bytes/objects copied again
2009-10-09 Slava Pestovvm: fix formatting
2009-10-09 Slava Pestovvm: remove unrolled card scan loop since it appears...
2009-10-09 Slava Pestovvm: simplify card marking logic, and unmark more cards...
2009-10-09 Doug Colemanextra error checking in images.png
2009-10-09 Slava PestovFix problem if last card is marked
2009-10-09 Slava Pestovvm: cleanup
2009-10-09 Slava Pestovvm: more efficient code heap remembered set
2009-10-09 Doug Colemanadd using and unit tests for mmap
2009-10-09 Doug Colemanfix unit test
2009-10-09 Doug Colemanhandle indexed color pngs
2009-10-09 Doug Colemanfix byte swapping on greyscale-alpha
2009-10-09 Doug Colemanushort pngs are byte-reversed from how i'm reading...
2009-10-09 Doug Colemandont scale 8,16 bit greyscale pngs. greyscale-alpha...
2009-10-08 Doug Colemanload greyscale png images, refactor some code
2009-10-08 Doug Colemanmake pngs read scanlines in terms of bits instead of...
2009-10-08 Doug Colemanadd a couple of combinators to mmap that take a c-type...
2009-10-08 Daniel EhrenbergAnother identity in value numbering for bitfields
2009-10-08 Joe Groffadd a set-firstn generalization
2009-10-08 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-10-08 Daniel EhrenbergCleaning up classes.struct.bit-accessors code
2009-10-08 Daniel EhrenbergRefactoring bitfield accessors to eliminate code duplic...
2009-10-08 Daniel EhrenbergMaking struct bitfield writers fast
2009-10-08 Joe Groffrefactor so that generalizations reuses the stub versio...
2009-10-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-08 Doug Colemanfix using
2009-10-08 Joe Groffshatter the four-argument barrier in memoize
2009-10-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-08 Joe Groffrefactor math.vectors.conversion
2009-10-08 Joe Groffadd an "nspin" generalization
2009-10-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next