]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Joe Groffsqueeze some TYPED: juice on gpu.*
2010-01-15 Doug ColemanMerge branch 'mongodb-changes' of git://github.com...
2010-01-15 Slava PestovHelp lint fixes for iota
2010-01-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-14 Doug ColemanFix a few integers-as-sequences in docs
2010-01-14 Doug ColemanClean up a windows.time word
2010-01-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-14 Slava Pestovuse iota in retry combinator in mason
2010-01-14 Slava Pestovmath.parser: fix docs -- maximum radix is 16 not 36
2010-01-14 Slava Pestovparser: make 'CONSTANT: foo<newline>3' work in the...
2010-01-14 Slava Pestovmath.functions: fix memory protection error if exp...
2010-01-14 Slava Pestovgeneric, sequences: update docs for iota
2010-01-14 Slava PestovChange [0,b) usages to iota
2010-01-14 Slava Pestovstack-checker: add inputs and outputs words, since...
2010-01-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-14 Slava Pestovstack-checker.errors.prettyprint: fix prettyprinting...
2010-01-14 Doug Colemanrandom is generic now -- iota random -> random
2010-01-14 Doug ColemanUpdate docs for random
2010-01-14 Slava Pestovbenchmarks: update for iota
2010-01-14 Doug ColemanDon't rely on integers as sequences for unit tests
2010-01-14 Doug ColemanMake random a generic so it can still be called on...
2010-01-14 Slava Pestov24-game: update for iota
2010-01-14 Slava Pestovsudoku: update for iota
2010-01-14 Slava Pestovmaze: update for iota
2010-01-14 Slava Pestovjamshred: update for iota
2010-01-14 Slava Pestovui.pens.gradient: update for iota
2010-01-14 Slava Pestovtetris.gl: update for iota
2010-01-14 Slava Pestovnoise: update for iota
2010-01-14 Slava PestovRemoving integers-as-sequences
2010-01-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-14 Doug Colemanuse clamp
2010-01-14 Slava PestovFix input-classes of /i and mod, and add some regressio...
2010-01-13 Slava Pestovvm: fix compilation on 64-bit platforms
2010-01-13 Slava Pestovcompiler.codegen.fixup: cache symbol names, reducing...
2010-01-13 Slava Pestovvm: rework platform.hpp so that it is no longer necessa...
2010-01-13 Slava PestovRework min and max so that behavior with floats and...
2010-01-13 Slava PestovRename kernel.private:getenv/setenv to special-object...
2010-01-12 Slava PestovPowerPC optimizing compiler backend fixes
2010-01-12 Slava PestovMore PowerPC non-optimizing compiler backend fixes
2010-01-12 Slava Pestovunwind-stack-frames didn't load VM pointer into the...
2010-01-11 Doug ColemanUse the bash path instead of /bin/sh for running a...
2010-01-11 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-11 Slava Pestovcpu.ppc: fix some typos in non-optimizing backend
2010-01-10 Sascha Matzkesome minor bson performance improvements
2010-01-10 Sascha Matzkeadded mongodb connection pool responder
2010-01-10 Sascha Matzkeremoved generic words; added kill-cursor + filter-field...
2010-01-10 Sascha Matzkefixed result calculation; added ops/s value
2010-01-10 Sascha Matzkeadded filter-fields word which sets the returnfields...
2010-01-10 Slava PestovStore VM object in a register on x86-64
2010-01-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-09 Slava Pestovcpu.x86: c-to-factor needs to deal with the fact that...
2010-01-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-08 Slava Pestovcompression.zlib: -1 * is neg
2010-01-08 Alec BerrymanFix zlib-error-message to include human-readable version
2010-01-08 Alec Berrymanbuild-support/factor.sh: allow user to specify NO_UI
2010-01-08 Slava PestovStarting to update PowerPC backend for recent VM change...
2010-01-07 Slava Pestovvm: remove some unused #defines
2010-01-07 Slava Pestovalien: fix help lint
2010-01-07 Slava Pestovmath.floats.env.x86: split off 32 and 64-bit code into...
2010-01-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-07 Slava Pestovmath.floats.env: don't load cpu.x86.64 on x86.32
2010-01-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-07 Slava Pestovvm: add VM_C_API declaration for factor_memcpy function
2010-01-07 Slava PestovFix set-callstack primitive on Windows
2010-01-07 Slava Pestovcpu.x86: sse_version was renamed to (sse-version)
2010-01-07 Slava PestovRemove .S support from Makefile
2010-01-07 Slava Pestovvm: remove asm.h
2010-01-07 Slava Pestovcpu.x86: add some alien-assembly unit tests
2010-01-07 Slava Pestovalien: document alien-assembly
2010-01-07 Slava Pestovstack-checker: fix unit test
2010-01-07 Slava PestovAdd alien-assembly form for inline assembler, works...
2010-01-07 Slava Pestovcompiler.tree: remove some code duplication concerning...
2010-01-07 Slava Pestovvm: Remove some dead code
2010-01-07 Slava Pestovvm: remove unnecessary call to compile_all_words()...
2010-01-06 Slava Pestovcalendar: make code like '0.1 seconds sleep' work ...
2010-01-06 Slava Pestovcompiler.units: fix faulty unit test
2010-01-06 Slava Pestovvm: ensure that non-optimized calls to generic words...
2010-01-06 Slava Pestovcpu.x86: don't have to pass VM pointer to quotations...
2010-01-06 Slava PestovUpdate x86-32 for assembly entry point changes
2010-01-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-06 Slava Pestovvm: move c_to_factor, lazy_jit_compile_impl, throw_impl...
2010-01-05 Joe Grofffix joystick-demo for timer changes
2010-01-04 Doug Colemanfix bug in constructor redefinition
2010-01-04 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-04 Doug Colemanupdate fica constant
2010-01-03 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-02 Slava PestovChange how non-volatile register preservation is done...
2009-12-30 Doug Colemanfix png loading
2009-12-28 Doug Colemanremove warning
2009-12-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-28 Doug Colemanavoid integer division in nano_count on windows
2009-12-28 Slava PestovPowerPC: fix set-callstack primitive and start updating...
2009-12-28 Slava Pestovcpu.ppc: fix non-optimizing compiler backend
2009-12-27 Slava Pestovcontinuations: remove outdated comment
2009-12-27 Slava Pestovkernel: fix set-callstack docs
2009-12-27 Slava PestovUpdating non-optimizing PowerPC backend for register...
2009-12-26 Slava PestovMerge branch 'eliminating_register_variables'
2009-12-26 Alec Berrymanjson reader: correctly handle empty objects in objects
2009-12-26 Slava PestovUpdating x86-64 port for global register variable removal
next