]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-03-31 Doug ColemanReport the Win32 error code along with the error message
2010-03-31 Slava Pestovcpu.ppc: updating non-optimizing compiler backend for...
2010-03-31 Slava Pestovcpu.x86: remove useless crap from c-to-factor sub-primitive
2010-03-31 Slava Pestovtools.deploy.shaker: make sure an io-multiplex method...
2010-03-31 Slava Pestovtools.deploy.shaker: don't strip out io-thread, since...
2010-03-31 Slava Pestovlocals: remove some dead code
2010-03-31 Slava Pestovthreads: delete old contexts immediately instead of...
2010-03-30 Slava Pestovmodels.product: fix example (reported by Muzzleflash)
2010-03-30 Slava PestovDocument (free), move it out of libc.private and mentio...
2010-03-30 Slava Pestovvalidators: fix v-default (reported by Niklas Waern)
2010-03-30 Slava Pestovconcurrency.distributed: fix for removal of 'thread...
2010-03-30 Slava Pestovsets, hash-sets, bit-sets: fix some typos in the docume...
2010-03-30 Slava Pestovthreads: use context-switching primitives
2010-03-29 Slava Pestovui.gadgets.buttons: fix incorrect parameter order in...
2010-03-29 Slava Pestovbootstrap.compiler: fix joint dependencies declared...
2010-03-29 Slava Pestovvm: fix typos
2010-03-29 Slava Pestovvm: split up TLS code and add a dummy implementation...
2010-03-29 Slava Pestovvm: callstack errors were flipped
2010-03-29 Joe Groffvariables: typed vars, globals
2010-03-29 Joe Groff"variables" vocab with uniform-access global, dynamic...
2010-03-29 Joe Groffremove old, unused 'vars' vocab
2010-03-29 Joe Groffsomeone screwed up the kernel-error codes in debugger
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-28 Doug Colemanvm: don't use sigaltstack() on OpenBSD because OpenBSD...
2010-03-28 Slava Pestovkernel: don't test callstack overflow on OpenBSD or...
2010-03-28 Slava Pestovvm: fix SEH on Windows
2010-03-28 Slava Pestovvm: fix OpenBSD compilation
2010-03-28 Slava Pestovvm: fix compilation on FreeBSD
2010-03-28 Slava Pestovthreads: fix thread-local variables
2010-03-28 Slava Pestovvm: use sigaltstack to handle callstack overflow properly
2010-03-28 Slava Pestovcpu.x86.bootstrap: fix jit-profiling regression
2010-03-28 Slava Pestovthreads: simplify 'suspend' combinator
2010-03-28 Slava Pestovvm: fix factor_vm::dispatch_signal()
2010-03-27 Erik CharleboisDebug rendering vocabulary
2010-03-27 Erik CharleboisFFI structs for manipulating ELF objects.
2010-03-27 Slava Pestovvm: fix compilation on various Unices
2010-03-27 Slava Pestovset-context and start-context primitives can now pass...
2010-03-27 Slava Pestovvm: report callstack overflow
2010-03-27 Slava Pestovvm: signal handling cleanup
2010-03-27 Slava Pestovspelling: John Benediktsson's port of Peter Norvig...
2010-03-27 Slava Pestovvm: clean up TLS usage
2010-03-27 Slava Pestovvm: fix ridiculous default callstack size
2010-03-27 Slava Pestovstack-checker.known-words: fix load error
2010-03-27 Slava PestovImplement start-context and set-context primitives
2010-03-27 Slava Pestovcompiler: add intrinsic for context-object primitive
2010-03-27 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-03-27 Joe Groffcursors: -find iterator
2010-03-27 Slava Pestovcompiler.tree.propagation: don't constant-fold boa...
2010-03-27 Slava Pestovvm: actually use context callstacks when running code
2010-03-26 Slava Pestovlexer: fix output type of map-tokens
2010-03-26 Slava Pestovlexer: each-token and map-tokens did not handle EOF...
2010-03-25 Slava Pestovwebsites.concatenative: fix stylesheet
2010-03-25 Joe Groffcursors: typo in -into-growable-
2010-03-25 Joe Groffcursors: push the -out- part from -map into -map-
2010-03-25 Joe Groffcursors: some refactoring:
2010-03-25 Joe Groffcursors: -with- filter (e.g. foo H{ ... } [ ... ] assoc...
2010-03-24 Joe Groffcursors: generalized -ncontainer-
2010-03-24 Joe Groffcursors: 2each, 2map-as, 2map, using zip-cursors
2010-03-24 Joe Groffcursors: fix load errors w/o auto-use
2010-03-24 Joe Groffcursors: finite-stream-cursors can act as containers...
2010-03-24 Joe Groffcursors: set up some "stream cursor" mixin and change...
2010-03-24 Joe Groffproof of concept new "cursors" framework
2010-03-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Joe Grofftools.deploy.windows: got the "com" and "exe" backwards...
2010-03-23 Samuel TardieuAdd BFS search algorithm
2010-03-23 Samuel TardieuRename astar into path-finding
2010-03-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Joe Groffgpu: add geometry shader support
2010-03-23 Slava Pestovwebapps.planet: wrap feed updating within a with-loggin...
2010-03-23 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2010-03-23 Samuel TardieuAdd some documentation precisions for astar
2010-03-23 Slava Pestovvm: another fix
2010-03-23 Samuel TardieuUse sets
2010-03-23 Slava Pestovvm/mach_signal.c: work around Mac OS X 10.6 API change...
2010-03-23 Slava Pestovirc.gitbot: new nickname
2010-03-23 Slava Pestovirc.gitbot: fix USING:
2010-03-23 Slava Pestovirc.gitbot: don't stop the alarm if running git throws...
2010-03-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Joe Groffdelegate: add BROADCAST: syntax, delegate generic with...
2010-03-23 Daniel EhrenbergFixing bug in regexp \P
2010-03-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-22 Joe Grofftools.deploy: make deploy-console? and deploy-ui? indep...
2010-03-22 Slava PestovMerge branch 'vm' of git://github.com/littledan/Factor
2010-03-20 Joe Grofffactor code duplication in compiler.cfg.intrinsics...
2010-03-20 Joe Groffcompiler.cfg.intrinsics.simd.backend: eliminate duplica...
2010-03-20 Joe Groffcompiler.cfg.intrinsics.simd.backend: use less grotesqu...
2010-03-19 Daniel EhrenbergUsing a higher-order C macro to clean up duplication...
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-19 Daniel EhrenbergDocs for require-when
2010-03-19 Daniel EhrenbergUntested tags for vocabs.loader.test.[mno]
2010-03-18 Slava PestovAdd context-specific special object table, generalizing...
2010-03-18 Daniel EhrenbergMaking xml literal inverse behavior only load if invers...
2010-03-18 Daniel EhrenbergMaking more vocabs use require-when
2010-03-18 Daniel EhrenbergUpdating code to use require-when rather than vocab...
2010-03-18 Slava Pestovmason.test: fix outdated boot image check
2010-03-18 Daniel EhrenbergRenaming require-if to require-when
2010-03-18 Daniel Ehrenbergrequire-if loads vocabs conditionally, now or later
2010-03-18 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-18 Daniel EhrenbergReducing bit-sets performance regression somewhat
2010-03-18 Daniel EhrenbergMaking <hash-set> faster
next