]> gitweb.factorcode.org Git - factor.git/history - core
Change C-ENUM: to always take a type. Use f for anonymous enums. Update all uses.
[factor.git] / core /
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-04 Slava PestovGet green threads working on Windows
2010-04-03 Slava Pestovcontinuations: faster with-datastack
2010-04-02 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-02 Slava Pestovvm: pre-allocate context alien
2010-03-31 Slava Pestovthreads: delete old contexts immediately instead of...
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 Pestovvm: callstack errors were flipped
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-28 Slava Pestovkernel: don't test callstack overflow on OpenBSD or...
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 PestovImplement start-context and set-context primitives
2010-03-27 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
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-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 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 EhrenbergMaking <hash-set> faster
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergFixing spacing in the sets docs
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergFixing bugs with sets, including adding new within...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Joe Grofffill out row variables docs
2010-03-11 Joe Groffanother typo in effects syntax
2010-03-11 Joe Grofftypo in <effect> docs
2010-03-11 Joe Groffmake effect<= work with univariable stack effects,...
2010-03-11 Joe Groffeffect-variable -> row-variable
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Joe GroffMerge branch 'row-polymorphism' of factorcode.org:...
2010-03-11 Joe Groffcarve up effects.parser too
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-10 Joe Grofffix effect of <tuple-boa> primitive
2010-03-10 Joe Groffmore help-lint
2010-03-10 Joe Grofffix up sequences help-lint
2010-03-09 Joe Groffeffects: docs for <effect>, <terminated-effect>, <varia...
2010-03-09 Joe Groffmop up compiler errors from macosx load-all
2010-03-09 Joe Groffgeneralize stack effects so we can bootstrap with the...
2010-03-09 Joe Groffadd polymorphic effects for lexer:each-token, map-tokens
2010-03-09 Joe Groffadd polymorphic stack effects to continuations:recover...
2010-03-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-09 Joe Groffadd documentation about stack effect variable syntax...
2010-03-08 Joe Groffsequences: effects of push-if and push-either were...
2010-03-08 Joe Groffpolymorphize splitting private combinators
2010-03-06 Joe Groffgeneralize stack effect of while, until, and produce
2010-03-06 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-05 Joe Groffmake effect variables part of effect syntax, stored...
2010-03-05 Joe Groffspray some polymorphic stack effects on kernel, math...
2010-03-03 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-03-03 Joe GroffMerge branch 'lexer-parsing-word-errors'
2010-03-03 Slava PestovMerge branch 'lexer-parsing-word-errors' of git://facto...
2010-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-01 Joe Groffrecord the C++ compiler version in the VM, and expose...
2010-03-01 Joe Groffparse-tokens had two $notes sections. oops!
2010-03-01 Joe Grofflexer, parser: update docs on "parse-tokens" and add...
2010-03-01 Joe Grofflexer: add "each-token" and "map-tokens", which are...
2010-03-01 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-01 Joe Groffclasses.tuple.parser: throw bad-slot-name immediately...
2010-02-28 Joe Grofflexer, parser: show initial parsing word line as part...
2010-02-27 Daniel EhrenbergFinishing eliminating prune as a synonym of members
2010-02-27 Daniel EhrenbergUpdated documentation for sets
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergFixing ambiguity between sets and namespaces in many...
2010-02-26 Daniel EhrenbergMaking all of basis and extra unambiguous for sets...
2010-02-26 Daniel EhrenbergMoving new-sets to sets
2010-02-26 Daniel EhrenbergMaking it fast to create a new hashset
2010-02-26 Daniel EhrenbergFinishing porting sets features to new-sets
2010-02-26 Daniel EhrenbergMaking propagation and tuple.parser refer to new-sets...
2010-02-26 Daniel EhrenbergMoving new-sets and hash-sets to core
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Slava Pestovsequences: fix help lint
2010-02-25 Slava Pestovsequences: add cartesian-each, cartesian-map, cartesian...
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Slava Pestovsequences: add suffix! to destructive sequence ops...
2010-02-24 Slava PestovSlices over specialized arrays can now be passed to...
2010-02-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-02-24 Slava PestovSpecialized arrays, structs and other objects respondin...
2010-02-23 Joe Grofffix typos in alien docs
2010-02-23 Joe Groffupdate docs about pointer types
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Slava PestovGet foldable and flushable declarations working on...
2010-02-23 Slava Pestoveffects.parser: throw a proper no-word error if effect...
2010-02-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-23 Joe Groffrepeated runs of classes.tuple test would fail because...
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Doug ColemanFix a couple of typos in complex number docs
next