]> gitweb.factorcode.org Git - factor.git/history - basis
Merge Phil Dawes' VM work
[factor.git] / basis /
2009-09-20 Slava PestovMerge Phil Dawes' VM work
2009-09-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-19 Joe Grofffix windows bootstrap
2009-09-19 Joe Grofffix windows test failures
2009-09-19 Joe Groffmore windows loading fixes
2009-09-19 Joe Groffwindows loading fixes
2009-09-19 Joe Groffupdate windows.winsock structs
2009-09-19 Joe Groffupdate windows.usp10 structs
2009-09-19 Joe Groffupdate windows.types structs
2009-09-18 Joe Groffupdate windows.ole32 structs (*)
2009-09-18 Joe Groffupdate windows.kernel32 structs (*)
2009-09-18 Joe Groffupdate structs in windows.advapi32
2009-09-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-18 Joe Groffupdate structs in unix.utmpx
2009-09-18 Joe Groffupdate tools.disassembler.udis structs
2009-09-18 Joe Groffupdate openssl.libcrypto structs
2009-09-18 Joe Groffupdate structs in cairo.ffi
2009-09-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-18 Joe Groffdocument number-base prettyprinter variable. add more...
2009-09-18 Joe Grofffix loading problems on windows
2009-09-18 Joe Groffmove some allocation words that don't really have much...
2009-09-18 Joe Groffdisambiguate math:float in cpu.ppc
2009-09-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-17 Slava Pestovstack-checker.errors: improve documentation a bit
2009-09-17 Joe GroffMerge branches 'master' and 'master' of joe@factorcode...
2009-09-17 Doug Colemanfix recaptcha docs
2009-09-17 Joe Grofffix dinput device hotplug support
2009-09-17 Joe Grofffix loading issues in windows vocabs
2009-09-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-17 Doug Colemanmove recaptcha example to a vocabulary on disk
2009-09-17 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-17 Doug Colemanfix recaptcha, move to furnace.recaptcha
2009-09-17 Joe Grofffix more ambiguities
2009-09-17 Joe Grofffix "float" ambiguities in math.blas, opengl vocabs
2009-09-17 Joe Groffalien.fortran can't piggyback the alien.parser arg...
2009-09-17 Joe Grofffix resolve-pointer-type
2009-09-17 Joe Groffhave SPECIALIZED-ARRAY: scan in a c-type rather than...
2009-09-16 Joe GroffMerge branch 'master' into c-type-words
2009-09-16 Slava Pestovhtml.templates.chloe: minor doc fix
2009-09-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-16 Joe Groffgive a better error message when an invalid slot name...
2009-09-16 Slava PestovMerge branch 'irc-fix' of git://tiodante.com/git/factor
2009-09-16 Joe Grofffix functors tests
2009-09-16 Joe Groffhave typedefs take on the old type's pointer type even...
2009-09-16 Joe Groffallow word c-types and definitions to coexist
2009-09-16 Joe Groffupdate functors tests
2009-09-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-16 Doug Colemanadd recaptcha vocabulary
2009-09-16 Joe GroffMerge branch 'master' into c-type-words
2009-09-16 Joe Grofffix alien-function-word predicate
2009-09-16 Joe Grofffix button background (from Keith Lazuka <klazuka@gmail...
2009-09-16 Joe Groffoops... word c-types can be structs too
2009-09-16 Joe Grofffix FUNCTION: prettyprint when function has no arguments
2009-09-16 Joe Grofffix struct class see
2009-09-16 Joe Groffget compiler tests loading
2009-09-16 Phil Dawessmall x86 asm cleanup
2009-09-16 Phil Dawesvm passed in primitives as arg0 for x86.64
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesfixed up some alien boxing (x86 32 & 64)
2009-09-16 Phil Dawesfixed vm ptr passing to to_value_struct
2009-09-16 Phil Dawesfixed vm ptr passing to box_small_struct
2009-09-16 Phil Dawesfixed vm ptr passing to box_value_struct
2009-09-16 Phil Dawesquick test vocab for mt stuff
2009-09-16 Phil Dawesadded vm passing to some alien/boxing functions and...
2009-09-16 Phil Dawesvm ptr passed to lazy_jit_compile on x86.64
2009-09-16 Phil DawesPrimitives now pass vm ptr on 64bit x86
2009-09-16 Phil Dawesseparated vm-1st-arg and vm-3rd-arg asm invoke words...
2009-09-16 Phil Dawesvm pointer passed to nest_stacks and unnest_stacks...
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesadded vm ptr to x86.32 boxing asm
2009-09-16 Phil Dawesadded code to pass vm ptr to some unboxers
2009-09-16 Phil Dawesfixed up getenv compiler intrinsic to use vm struct...
2009-09-16 Phil Dawesmoved cards_offset and decks_offset into vm struct...
2009-09-16 Phil Dawesnursery global variable moved into vm
2009-09-16 Phil Dawesrenamed to vm-field-offset. Slava's better at naming...
2009-09-16 sheepleppc asm to get stack_chain using vm ptr
2009-09-16 Phil DawesAdded a vm C-STRUCT, using it for struct offsets in...
2009-09-16 Phil Dawesmoved stack_chain into vm struct
2009-09-16 Phil Dawesthrow_impl now forwards the vm ptr
2009-09-16 Phil Dawespassing vm ptr to lazy_jit_compile mostly working
2009-09-16 Phil DawesAdded %vm-invoke to pass vm ptr to vm functions (x86...
2009-09-16 Phil Dawesvm ptr passed to primitives on X86.32 (other cpus still...
2009-09-16 Phil Dawesadded VM relocation type
2009-09-16 Joe Grofftypedefs share their original type's pointer definition
2009-09-16 Joe Groffupdate classes.struct tests to use word c-types
2009-09-16 Joe Groffprettyprinting for FUNCTION: definitions
2009-09-16 Joe Grofffix typedef prettyprinting
2009-09-16 Joe Grofffix bug in pointer type parsing
2009-09-16 Joe Groffget things to a point where they bootstrap again
2009-09-16 Joe GroffMerge branch 'master' into c-type-words
2009-09-16 Joe Grofffix failing classes.struct tests
2009-09-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-15 Joe GroffRevert "make struct classes print properly in the statu...
2009-09-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-15 Slava Pestovdb: fix some typos in docs
2009-09-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-15 Joe Groffstruct classes now make their own C type without help...
2009-09-15 Slava Pestovhelp.html: don't strip out vocabs without roots since...
next