]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-09-26 sheepleMerge branch 'slots' of git://factorcode.org/git/factor...
2009-09-26 Slava PestovMerge branch 'for-slava' of git://gitorious.org/factor...
2009-09-26 Daniel EhrenbergAn attempt at porting the slot change to PPC
2009-09-26 U-SLAVA-DFB8FF805... vm: fix compilation on Windows
2009-09-26 Vesa Kaihlavirtatemp-file is in io.files.temp nowadays
2009-09-26 Daniel EhrenbergFixing low-level-ir compiler tests for slot changes
2009-09-26 Slava Pestovvm: fix windows compilation (untested)
2009-09-26 Slava Pestovmath.vectors: remove special handling for negative...
2009-09-26 Slava Pestovdb.tuples: add 'inline' declaration to example in docs
2009-09-26 Daniel EhrenbergCompleting slot and set-slot changes on x86
2009-09-26 Daniel EhrenbergMaking ##slot and ##set-slot not have a temporary parameter
2009-09-26 Slava Pestovcpu: cleanups
2009-09-26 Slava Pestovmath.vectors: fix SIMD unit tests
2009-09-26 Slava PestovFix GC root safety in word-xt primitive
2009-09-26 Slava Pestovvm: remove safe_malloc now that everything uses constru...
2009-09-26 Slava PestovMake segment, context, data_heap, zone more object...
2009-09-26 Slava Pestovvm: make heap data-type object-oriented
2009-09-26 Slava PestovMerge branch 'vm_cleanup' of git://github.com/phildawes...
2009-09-25 Slava Pestovmath.vectors: change vlshift and vrshift to mask the...
2009-09-25 Slava Pestovhints: fix regression with declarations
2009-09-25 Slava Pestovwebapps.mason: fix typo
2009-09-25 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Slava Pestovcompiler: add unit test for undefined_symbol regression
2009-09-25 Slava Pestovvm: ignore 'declare' calls in non-optimizing compiler
2009-09-25 Slava Pestovvm: clean up os-unix.cpp
2009-09-25 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Slava Pestovwebapps.mason: update requirements
2009-09-25 Slava Pestovunix.statfs.freebsd: add alien.c-types to using to...
2009-09-25 Phil Dawesforwarding functions replaced with PRIMITIVE_FORWARD...
2009-09-25 Phil Dawesremoved VM_ASM_API_OVERFLOW (VM_ASM_API now regparm(3))
2009-09-25 Phil Dawesremoved %vm-invoke-*-arg completely
2009-09-25 Phil Dawesmoved %(un)nest-stacks out to cpu specific files to...
2009-09-25 Phil Dawesisolated %vm-invoke-blah-arg crap to 64.factor
2009-09-25 Phil Dawesremoved param-reg-* HOOKs
2009-09-25 Phil Dawescompiler.codegen passes temp reg to %call-gc
2009-09-25 Phil Dawesmade inline_gc a VM_C_API function
2009-09-25 Joe Grofffix windows
2009-09-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Joe Groffclean up textured window code
2009-09-25 Doug Colemanmove benchmarks from work to extra. wtf oops
2009-09-25 Doug Colemanadd benchmarks to cacluate e using decimals, ratios
2009-09-25 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Joe Grofffix cocoa bootstrap
2009-09-25 Slava PestovMerge branch 'fix_stack_alignment' of git://github...
2009-09-25 Slava Pestovclasses.struct: store aligned size in struct-size word...
2009-09-25 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Doug Colemanrename a couple more words
2009-09-25 Doug Colemanrename another strings.parser word
2009-09-25 Doug Colemanrename a couple of strings.parser words
2009-09-24 Joe Groffreset frame inset when windows dwm is toggled off and...
2009-09-24 Phil Dawesmake inline_gc regparm(3) and cleaned up %call-gc stack...
2009-09-24 Phil Dawesfix c_to_factor stack alignment
2009-09-24 Phil Dawesfix lazy_jit_compile to not abuse stack on x86.32
2009-09-24 Joe Grofftweak textured windows on windows
2009-09-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Joe Groffsupport textured windows on os x and windows 6.x
2009-09-24 Slava Pestovtools.deploy: fix test 11
2009-09-24 Slava Pestovcpu.ppc: add representation hooks for shifts
2009-09-24 Slava Pestovalien.complex: fix tests
2009-09-24 Joe Grofffix classes.struct bootstrap
2009-09-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Joe Groffclean up classes.struct code. don't set a bunch of...
2009-09-24 Slava PestovSome fixes and cleanups in math.vectors
2009-09-24 Slava Pestovvm/cpu-x86.32.S: formatting fix
2009-09-24 Slava Pestovgeneric: cleanup
2009-09-24 Slava PestovTweaks to reduce deployed image size
2009-09-24 Slava PestovMerge branch 'vm_cleanup' of git://github.com/phildawes...
2009-09-24 Slava Pestovvm: Fix potential crash in <word> primitive if profilin...
2009-09-24 Slava Pestovcpu.x86: don't generate SSE2 instructions if only SSE1...
2009-09-24 Slava Pestovcpu.ppc: fix compile errors
2009-09-24 Slava Pestovmath.vectors.simd: add v<< and v>> intrinsics for bitwi...
2009-09-24 Slava Pestovui.tools.listener.completion: fix tests
2009-09-24 Slava Pestovbenchmark.mandel: clean up the code a bit without chang...
2009-09-24 Phil Dawesx86 bootstrap cleanup: renamed arg to arg1
2009-09-24 Phil Dawescleaned up vm-field-ptr compiler code
2009-09-24 Phil Dawesrenamed myvm member variable to parent_vm
2009-09-24 Phil Dawesrenamed mttest vocab to native-thread-test
2009-09-24 Phil Dawesrenamed factorvm to factor_vm
2009-09-24 Phil Dawesbignum indentation and macro cleanup
2009-09-24 Phil Dawesbignum indentation cleanup
2009-09-24 Phil Dawesremoved a bunch of superflous blank lines
2009-09-24 Phil Dawesmisc cleanup
2009-09-24 Phil Dawesremoved superflous whitspace lines
2009-09-24 Phil Dawesrenamed vmprim_ to primitive_
2009-09-24 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Slava Pestovcpu.ppc: make it load
2009-09-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Joe Groffsome windows dwm api calls to play with
2009-09-24 Slava Pestovcpu.ppc: fix typos
2009-09-24 Slava Pestovui.tools: Minor UI tweaks
2009-09-24 Slava Pestovui.gadgets.buttons: don't show 'Shortcut' message if...
2009-09-24 Slava Pestovui.commands: remove unused word
2009-09-24 Slava Pestovtools.crossref: print message if there are no usages
2009-09-24 Slava Pestovcpu.x86/ppc: unify register-to-register moves using...
2009-09-24 Slava Pestovhtml.streams: change how images work; webapps.help...
2009-09-24 Slava PestovFix conflict
2009-09-24 Slava Pestovbenchmark.sockets: don't hang if an error occurs
2009-09-24 Slava Pestovcpu.ppc: add dummy vector ops
2009-09-24 Slava PestovFix benchmarks for SIMD: syntax change
2009-09-24 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
next