]> gitweb.factorcode.org Git - factor.git/history - core/words/words.factor
arm.64.factor: extra semicolon removed
[factor.git] / core / words / words.factor
2023-08-26 John Benediktssonwords: better error class for undefined-word
2023-08-25 Capitalwords: add unintern-word definition
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 ??if instead of ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2020-12-17 John Benediktssonwords: removing unused "constructor-word".
2019-05-21 John Benediktssonwords: remove word-props? used only in one place.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-02 Doug Colemanwords: Remove dummy ``word`` word and comment. Totally...
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-24 Doug Colemanwords: cleaning up word-props
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanwords: use get-callstack.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-18 Doug Colemanword hashcodes: Don't unsafely set the hashcode for...
2015-07-18 Doug Colemancore: declare word's hashcode an integer. Make word...
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-09 John Benediktssonhashtables: remove the 2hashcode word for now.
2015-06-09 John Benediktssonwords: change word hash to do less work.
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-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2014-11-30 John Benediktssoncore: use if* in a couple places.
2014-11-03 John Benediktssoncore: get rid of some unnecessary wrappers.
2014-06-07 John Benediktssonkernel: remove ?execute, not used much, and a little...
2013-03-24 Doug Colemanwords: Rename undefined.
2013-03-23 Doug Colemandefinitions: Separate definition definitions.
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-12 John Benediktssonwords: add safety checks for word? type.
2013-03-10 John Benediktssoncompiler: more use of hash-sets.
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-03-05 John Benediktssonwords: adding inline-recursive?.
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-03 John Benediktssonhashtables: moving hash-combine to hashtables.
2011-10-03 John Benediktssonwords: since word names can be tuples (i'm looking...
2011-10-02 John Benediktssonwords: prevent zero hashcodes. Fixes #222.
2011-09-24 John BenediktssonAdding stack effects.
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
2011-09-15 Joe Groffwords: move change-word-prop from delegate.private...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
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-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Slava PestovGet foldable and flushable declarations working on...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
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 Pestovvm: modify-code-heap primitive now takes a pair of...
2010-02-03 Slava Pestovwords: undefined error now contains the word in question
2010-02-03 Slava PestovMerge branch 'master' of git://github.com/littledan...
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-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-27 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-27 Slava PestovThrow a nice error at parse time if an attempt is made...
2010-01-27 Slava Pestovvocabs.parser: The manifest is now a definition observe...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Slava Pestovvm: remove primitive table, non-optimizing compiler...
2009-11-27 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-22 Slava PestovFix conflict
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovFactor source files should not be executable
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-15 Doug ColemanMerge branch 'monotonic' of git://factorcode.org/git...
2009-11-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-13 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-13 Slava PestovFix bootstrap
2009-11-13 Slava PestovFix another problem with call( inline caching
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/Blei/factor
2009-11-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-09 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-09 Slava Pestovstack-checker: split off stack-checker.dependencies...
2009-11-08 Slava PestovUse a more compact representation for "compiled-uses...
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-09-30 Slava PestovMerge branch 'gif' of git://github.com/klazuka/factor
2009-09-30 Slava PestovMerge branch 'link' of git://github.com/klazuka/factor
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Slava PestovMerge branch 'master' into more_aggressive_coalescing
2009-09-28 Slava PestovWord hashcodes are now computed from the word's name...
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-23 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next