]> gitweb.factorcode.org Git - factor.git/history - core/vocabs
vocabs.parser: make a with-words combinator that cleans up.
[factor.git] / core / vocabs /
2020-12-15 John Benediktssonvocabs.parser: make a with-words combinator that cleans up.
2020-12-03 Doug Colemanvocabs.loader: errorlist can be public
2020-12-02 John Benediktssonvocabs.loader: rename blacklist to errorlist.
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-08-14 John Benediktssonvocabs.parser: faster name lookup.
2020-06-12 Doug Colemanvocabs: On use-vocab we should throw an error if the...
2020-02-12 John Benediktssonvocabs.loader: fix alignment of last patch.
2020-02-12 John Benediktssonvocabs.loader: prevent create-vocab if check-vocab...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-07-05 Doug Colemanvocabs.loader: make a word for the default vocabs.
2018-01-21 John Benediktssonvocabs: remove unnecessary generic stack effect.
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2017-02-10 John Benediktssonvocabs: simplify M\ string require.
2016-12-21 Alexander Iljinvocabs.loader: stop add-vocab-root spawning extra monit...
2016-11-10 John Benediktssonvocabs: in create-vocab, notify-vocab-observers after...
2016-07-16 John Benediktssonvocabs.loader: one vocab-exists? word.
2016-06-17 Björn Lindqvistui.backend.gtk: use a global variable to store the...
2016-03-31 John Benediktssonvocabs.parser: sift the search-vocabs.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-29 John Benediktssonvocabs: words-named should't f suffix.
2016-03-29 John Benediktssonvocabs: support qualified lookups in no-word restarts.
2016-03-29 John Benediktssonvocabs.parser: all USE: vocabs are also QUALIFIED:.
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2015-11-04 John BenediktssonRevert "Auto load urls.secure when needed"
2015-10-30 Sankaranarayanan... Auto load urls.secure when needed
2015-08-18 John Benediktssonmore cleanup.
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-24 Doug Colemanparser, source-files: you need to bootstrap after this...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-21 John Benediktssonvocabs.loader: fix tests.
2015-07-21 John Benediktssonvocabs.loader: make require-all throw restarts.
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
2015-07-15 John Benediktssonvocabs: fix help lint error.
2015-07-14 John BenediktssonUse $sequence in a few places.
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-06-22 John Benediktssonvocabs.parser: adding back unuse-words.
2015-06-22 Björn Lindqvistlocals.parser: docs for with-lambda-scope and some... 1369/head
2015-06-22 Björn Lindqvistlocals.parser: new word with-lambda-scope to handle...
2015-06-17 John Benediktssonvocabs.parser: error on unbalanced private declarations.
2015-06-12 John Benediktssonvocabs: remove little used words.
2015-06-09 John Benediktssonvocabs.parser: cleanup update-manifest, make update...
2015-06-09 John Benediktssonvocabs.parser: make a "qualified-vocabs" word for re...
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...
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2014-11-03 John Benediktssonvocabs.parser: need this wrapper.
2014-11-03 John Benediktssoncore: get rid of some unnecessary wrappers.
2014-06-06 Doug Colemancore: Throw an error when defining MAIN: with a stack...
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-02-07 John Benediktssonvocabs: faster child-vocab?.
2013-08-24 John Benediktssonupdate docs for help.lint checks.
2013-03-24 John Benediktssonvocabs.loader: use adjoin-all.
2013-03-24 Doug Colemanvocabs.loader: Fix undefined-word.
2013-03-23 Doug Colemandefinitions: Separate definition definitions.
2013-03-11 John BenediktssonFix some tests broken by recent definitions change.
2013-03-10 John Benediktssoncompiler.units: changing definitions-changed to use...
2013-03-08 John Benediktssonvocabs.parser: use hash-sets in search-vocab-names.
2013-03-06 John Benediktssonvocabs: only notify vocab-observers if we are creating...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2012-08-13 John Benediktssonvocabs: change vocabs-changed to be vocab-changed and...
2012-08-13 John Benediktssonvocabs.loader: early exit for private vocab.
2012-08-13 John Benediktssonvocabs: reverting recent private vocab changes.
2012-08-10 John Benediktssonvocabs.loader: adding tests for recent changes.
2012-08-10 John Benediktssonvocabs.loader: simplify.
2012-08-10 John Benediktssonvocabs.loader: more private fixes.
2012-08-10 John Benediktssonvocabs.loader: better fix for append-vocab-dir.
2012-08-10 John Benediktssonvocabs.loader: vocab-dir should work with private vocab...
2012-08-10 John Benediktssonvocabs: make source/docs/tests work for private vocabs.
2012-07-30 John BenediktssonRevert "vocabs.loader: teach append-vocab-dir about...
2012-07-30 John Benediktssonvocabs.loader: teach append-vocab-dir about private...
2012-07-21 John Benediktssonvocabs.parser: speedup parse-datum for numbers.
2012-07-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2012-07-15 John Benediktssonvocabs: faster check-vocab-name.
2012-07-14 John Benediktsson"H{ } substitute" is faster than "{ } substitute".
2012-06-21 Doug Colemanrenaming fixes: Forgot some words.
2012-06-21 Doug Colemanissue #358: rename no-current-vocab
2012-01-03 Slava PestovSet up listener's manifest so that words defined in...
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-16 Joe Groffrearrange source-file-error error. to load earlier
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-03 Doug ColemanMake the require-hook throw an error if the vocabulary...
2011-11-03 Doug Colemanvocabs.loader: Fix spacing. Remove unit test.
2011-11-03 Doug ColemanRename (load-vocab) to (require), add tags.txt for...
2011-11-02 Doug ColemanAdd a unit test vocabulary for vocabs.loadeer.
2011-11-02 Doug ColemanClean up formatting, rename load-vocab-hook to require...
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-29 Doug ColemanCleanup vocab name validation. Vocab names and vocab...
2011-10-24 John Benediktssonvocabs.loader: actually use the root cache.
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-24 Doug ColemanRemove docs for removed word
2011-10-24 Doug ColemanFactor out ``no-roots no-prefixes'' into its own word...
2011-09-26 John Benediktssonvocabs: adding docs for 'parent-vocab?' and 'parent...
2011-09-26 John Benediktssonvocabs: adding 'parent-vocab?' and 'parent-vocabs'.
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-28 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-28 John BenediktssonMerge remote-tracking branch 'factorcode/master'
next