]> gitweb.factorcode.org Git - factor.git/history - core/classes
functors: inline the parts of interpolate this needs
[factor.git] / core / classes /
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-20 Doug Colemanfactor: fix breakage with word renamings.
2015-07-20 Doug Colemancore: fix docs
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-20 Doug Colemanfactor: rename classes:members to class-members so...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-07-01 Doug Colemanclasses.tuple: Add a note about "defining-class"
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
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.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2014-12-01 John Benediktssonchange errors to use "object" instead of "obj".
2014-11-30 John Benediktssonclasses.tuple: use slots>tuple when possible.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2014-06-07 John Benediktssonclasses.tuple: fix test-case.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-08-24 John Benediktssonupdate docs for help.lint checks.
2013-03-24 Doug Colemancore/extra tests: Fix word -> last-word
2013-03-24 Doug Colemanclasses.union/maybe: Check the members of the maybe...
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-23 Doug Colemanclasses.union: Fix circular reference between multiple...
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2013-03-23 Doug Colemanclasses.union: Disallow unions to refer to themselves...
2013-03-22 Doug Colemanclasses: Add a check that arguments to classoids are...
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-09 John Benediktssonclasses: finish converting update-map to use hash-sets.
2013-03-09 John Benediktssonclasses: change class-usage to return a sequence like...
2013-03-09 John Benediktssonclasses: use faster closure in class-usages.
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-08 John Benediktssonclasses: store implementors in hash-sets.
2013-03-05 John Benediktssoncore: some more cleanup of USING lists.
2012-09-23 John Benediktssonclasses.algebra: fix docs for class<=.
2012-09-22 John Benediktssonclasses.tuple: adding set-slots and from-slots.
2012-09-21 John Benediktssonclasses.builtin: fold type>class.
2012-08-03 Doug Colemanclasses.tuple: Fix unit test.
2012-08-03 Doug Colemancore: Throw an error when assigning a bignum to a fixnu...
2012-07-31 Doug Colemanclasses.tuple: Fix unit tests related to coerce
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-21 Doug Colemanissue #358: Rename check-method and check-mixin-class...
2012-06-01 Doug Colemanclasses.tuple: Better error message for tuples that...
2012-05-04 Doug Colemanclasses:
2012-04-26 John Benediktssonusing reverse! when possible.
2012-04-18 John Benediktssonclasses.algebra: make class= and only-classoid? use...
2011-11-23 Doug Colemanclasses.maybe: Change the type of maybe's class slot...
2011-11-23 Doug Colemanclasses.maybe: make maybe's slot type a classoid so...
2011-11-23 Doug Colemanclasses: optimize instance? for classoids
2011-11-23 Doug Colemanclasses: add syntax for intersection{ and union{ anonym...
2011-11-22 Doug Colemanclasses: Make methods dispatch on maybes. Fix a couple...
2011-11-22 Doug Colemanclasses.maybe: move maybe definition from classes.union...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-13 Slava PestovFix bootstrap
2011-11-12 Slava PestovFix ambiguity between 'initial: f' and no initial value...
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-10-30 Slava Pestovclasses.union: unions of built-in types now have more...
2011-10-24 Doug ColemanForget some classes after unit tests so that running...
2011-10-24 Doug ColemanRename class to class-of
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-14 John BenediktssonCleanup lint warnings.
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-10-02 Doug ColemanRemove all non-core uses of (scan-token)
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
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-09-20 John BenediktssonRevert "classes.singleton: fix "summary" of singletons...
2011-09-20 John BenediktssonRevert "classes.mixin: fix definitions for MIXIN:."
2011-09-20 John Benediktssonclasses.mixin: fix definitions for MIXIN:.
2011-09-19 John Benediktssonclasses.singleton: fix "summary" of singletons. Fixes...
2011-09-07 Doug ColemanFix for parser-notes? being removed
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-26 John BenediktssonSpelling fixes to documentation.
2011-04-06 Slava PestovMerge branch 'vim' of git://github.com/keitahaga/factor
next