]> gitweb.factorcode.org Git - factor.git/history - core/classes/tuple/tuple.factor
Fixes #2966
[factor.git] / core / classes / tuple / tuple.factor
2024-01-31 John Benediktssoncore/basis/extra: update some stack effects
2023-09-21 John Benediktssonclasses.tuple: check slot value in set-slot-named ...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use 2length
2023-01-20 John BenediktssonSwitch to https urls
2022-01-15 John Benediktssonclasses.struct: better redefinition behavior.
2022-01-14 John Benediktssonclasses.tuple: make boa-effect generic.
2022-01-12 John BenediktssonRevert "Revert "words: use remove-word-prop instead...
2022-01-12 John BenediktssonRevert "words: use remove-word-prop instead of f set...
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2020-12-18 John Benediktssonclasses.tuple: shoot, meant this to be in .private.
2020-12-18 John Benediktssonclasses.tuple: need to defer tuple-layout.
2020-11-03 John Benediktssonclasses.tuple: refactor out make-tuple for re-use.
2020-09-26 John Benediktssonclasses.tuple: speed up slots>tuple a bit.
2020-09-24 John Benediktssonclasses.union: speed up instance? on unions of tuple...
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2019-10-24 John Benediktssonclasses.algebra: change (flatten-class) to use arrays.
2019-01-11 John Benediktssonclasses.tuple: use integer>fixnum in tuple-hashcode.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-17 John Benediktssonclasses.tuple: adding ?offset-of-slot that returns...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-04-13 John Benediktssonclasses: unset defining-class in define-class.
2016-03-09 Björn Lindqvistcompiler.units: changes dynamic vars so that they are...
2015-09-24 John Benediktssonclasses.tuple: fix stack effect, didn't mean to commit...
2015-09-24 John Benediktssonclasses.tuple: use class-of in tuple>array.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-16 John Benediktssonclasses.tuple: a better error if creating a tuple from...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-01 Doug Colemanclasses.tuple: Add a note about "defining-class"
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2014-12-01 John Benediktssonchange errors to use "object" instead of "obj".
2014-11-30 John Benediktssonclasses.tuple: use slots>tuple when possible.
2013-03-22 Doug Colemanclasses: Add a check that arguments to classoids are...
2013-03-09 John Benediktssonclasses: change class-usage to return a sequence like...
2013-03-09 John BenediktssonRevert "graphs: change closure to use a set and operate...
2013-03-09 John Benediktssongraphs: change closure to use a set and operate on...
2013-03-08 John Benediktssonclasses.tuple: require boa words to have tuple-class...
2013-03-05 John Benediktssoncore: some more cleanup of USING lists.
2012-09-22 John Benediktssonclasses.tuple: adding set-slots and from-slots.
2012-07-24 Doug Colemanclasses.tuple: Save slot name and tuple in no-slot...
2012-07-24 John Benediktssonclasses.tuple: moving get-slot-named and set-slot-named...
2012-07-19 John Benediktssonusing the new H{ } make.
2012-06-01 Doug Colemanclasses.tuple: Better error message for tuples that...
2011-11-13 Slava PestovFix bootstrap
2011-10-24 Doug ColemanRename class to class-of
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-06 Doug ColemanRename forget-struct-slot-accessors -> forget-slot...
2011-10-06 John Benediktssonclasses.tuple: can't assume hashcode* returns fixnum.
2011-10-04 Doug ColemanDocument reset-class, forget-class, forget-method....
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-10-03 Doug ColemanRename spread>quot to deep-spread>quot, and spread...
2011-10-03 Doug ColemanSpread now infers with the correct stack effect. Make...
2011-10-02 John Benediktssonclasses.tuple: switch to python's tuplehash(). Fixes...
2011-09-26 John Benediktssonclasses.tuple: error-class should call-next-method...
2011-09-26 John Benediktssonclasses.tuple: adding test cases for error-class and...
2011-09-26 John BenediktssonDefining an "error-class", and printing error tuples...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-29 Slava Pestovclasses.algebra: make it work better to fix bug reporte...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-22 Slava PestovMerge branch 'master' of git://projects.elasticdog...
2010-02-20 William SchlieperMerge branch 'master' of git://factorcode.org/git/factor
2010-02-18 Erik CharleboisMerge up
2010-02-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-17 Slava Pestovclasses.tuple: fix screwup
2010-02-17 Slava Pestovtyped: only unbox final classes. Fixes bug reported...
2010-02-17 Slava PestovAdd support for final tuple classes which cannot be...
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-13 Erik CharleboisMerge up with Joe's earlier change that added s3tc
2010-02-11 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-11 Slava Pestovcompiler.tree.propagation, compiler.tree.escape-analysi...
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-02-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-03 Slava Pestovclasses.tuple: make error slots read only for small...
2010-02-03 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-01 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-31 Slava Pestovclasses: If a tuple class with subclasses is redefined...
2010-01-30 Slava PestovMerge git://github.com/littledan/Factor into littledan
2010-01-29 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-01-29 Slava PestovRe-work flushed dependencies into new compiler cross...
2010-01-29 Slava PestovNew 'conditional dependency' mechanism for more accurat...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-16 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
next