]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
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 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
2009-10-08 Doug Colemanfix using
2009-10-08 Slava Pestovcpu.architecture: move dummy -reps words here, from...
2009-10-08 Slava PestovMerge branch 'master' into new_gc
2009-10-08 Slava Pestovvm: rename data_gc.cpp to gc.cpp
2009-10-08 Slava Pestovvm: split off parts of data_gc into sub-files and clean...
2009-10-08 Daniel EhrenbergDoing constant folding on ##neg and ##not in value...
2009-10-08 Doug Colemanmove game-* to game.* and update all usages
2009-10-08 Daniel EhrenbergAdding identity to propagation to remove some redundant...
2009-10-08 Slava Pestovvm: add code block marking to full_collector.cpp
2009-10-08 Daniel EhrenbergMaking struct bitfield readers fast
2009-10-08 Slava Pestovvm/os-netbsd.cpp: fix double-free error
2009-10-08 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-10-08 Daniel EhrenbergModifying the struct prettyprinter to display bits
2009-10-08 Doug Colemanrevert loading sfmt by default
2009-10-08 Daniel EhrenbergRefactoring bitfields to not use number tower
2009-10-08 Doug Colemanfix using
2009-10-08 Doug Colemanadd a lagged-fibonacci generator to extra/random
2009-10-08 Doug Colemanload random.sfmt by default, and use it as default...
2009-10-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-08 Doug Colemanfix seed-random for cmwc
2009-10-08 Doug Colemanfix seed-random for cmwc
2009-10-08 Doug Colemanadd cmwc rng to extra
2009-10-08 Joe Groffdelete malloc-file-contents 'cause it sucks and nobody...
2009-10-07 Doug Colemanspeed up mt benchmarks considerably by doing less itera...
2009-10-07 Slava Pestovvm: working on new object-oriented garbage collector
2009-10-07 Doug Colemaninline a word in sfmt
2009-10-07 Doug Colemanadd benchmark.mt for comparison to sfmt
2009-10-07 Joe Groffbreak vector compare intrinsics into %compare, %or...
2009-10-07 Doug Colemancorrectly correct the SFMT period
2009-10-07 Joe Groffdecompose %unpack-vector-head/tail into %compare-vector...
2009-10-07 Slava Pestovvm: make a new old_space type to encapsulate a few...
2009-10-07 Doug Colemancorrect the output of random.sfmt
2009-10-07 Joe Grofftypo in convert-to-fill-vector?
next