]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-09-20 Slava PestovMerge Phil Dawes' VM work
2009-09-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-20 Joe Groffupdate tokyo structs
2009-09-20 Joe Groffupdate io.serial structs
2009-09-20 Joe Groffupdate freetype structs
2009-09-20 Joe Groffupdate structs in curses
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 Joe Groffchange half-floats to make a primitive C type instead...
2009-09-18 Slava Pestovslides: support 'f' to toggle fullscreen view
2009-09-18 Slava Pestovwebsites.concatenative: enable user-admin in production
2009-09-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-18 Joe Groffupdate C-STRUCT:s in audio.wav
2009-09-18 Joe Groffdocument number-base prettyprinter variable. add more...
2009-09-18 Joe Groffhelper words for qtkit
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 Slava Pestovcombinators: clarify docs
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 Slava Pestovbootstrap.stage1: decent error message if stage2.factor...
2009-09-17 Doug Colemanfix recaptcha, move to furnace.recaptcha
2009-09-17 Joe Grofffix more alien.inline tests
2009-09-17 Joe Groffmore loading fixes
2009-09-17 Joe Grofffix alien.inline tests
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 Groffget gpu vocabs to load with c-type changes
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 Slava Pestovbenchmark.spectral-norm: take out unsafe sequence acces...
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 Bruno Deferrariirc.client: Fix detach chat (wasn't sending a PART...
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 Dawesput mach call_fault_handler in the vm
2009-09-16 Phil Dawesfpe signals working on unix again
2009-09-16 Phil Dawesimul clobbers arg2 on x86.64, so stashing vm ptr on...
2009-09-16 Phil DawesAdded -DREENTRANT option to Makefile
2009-09-16 Phil DawesAdded more init code to vm constructor.
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 DawesAdded vm passing to inline_cache_miss x86.32 asm
2009-09-16 Phil DawesDon't return functions returning void. -O3 seems to...
2009-09-16 Phil Dawesasm math functions pass vm ptr to overflow function...
2009-09-16 Phil Dawesfixed bug where vm_char being treated as 1byte type
2009-09-16 Phil DawesAdded data constructor to initialize bools in factorvmd...
2009-09-16 Phil DawesAdded vm ptr to math overflow functions
2009-09-16 Phil Dawesmoved signal handlers into vm object
2009-09-16 Phil Dawesremoved debugging
2009-09-16 Phil DawesSplit data out into separate vm-data struct
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesSwitched on singleton flag
2009-09-16 Phil Dawesremoved vm ptr from mach_signal and some other places
2009-09-16 Phil Dawesremoved vm ptr from os-macosx.mm
2009-09-16 Phil Dawesadded FACTOR_MULTITHREADED_TLS option
2009-09-16 Phil Dawesthread_id is a pthread_t on unix
2009-09-16 Phil Dawesadded threadsafe defines. Dunno if they do much
2009-09-16 Phil Dawesfixed stupid signal handler bug
2009-09-16 Phil Dawesfixed up some alien boxing (x86 32 & 64)
2009-09-16 Phil Dawesadded vm-ptr primitive
2009-09-16 Phil Dawesfixed vm ptr passing to to_value_struct
next