]> gitweb.factorcode.org Git - factor.git/history - core/vocabs
Fixes #2966
[factor.git] / core / vocabs /
2024-02-24 GiftpflanzeMake -roots=<paths> known to the documentation
2024-01-09 John Benediktssonvocabs: oops fix valid-vocab-name?
2024-01-09 John Benediktssonvocabs: use valid-vocab-name? to filter disk vocabs
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-17 John Benediktssonvocabs: disallow quotation in vocab name
2023-05-17 John Benediktssonvocabs.loader: unset main, fixes a refresh issue
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 Colemanvocabs: use ?unless
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemanvocabs.loader: use ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2022-09-14 Dave CarltonAdd absolute-path to normalize any new root path. E...
2022-09-06 Doug Colemancore: trim using lists with lint.vocabs tool
2022-02-15 John Benediktssonvocabs.parser: use left/right quotation marks in note
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-20 Doug Colemanparser: move print-use-hook from parser to vocabs.parser
2022-01-13 John Benediktssonvocabs: fewer namespace lookups for requiring
2022-01-12 John Benediktssonvocabs: change from errorlist to requiring list
2022-01-06 Doug Colemanvocabs.loader: fix vocab:path to use an existing path
2022-01-06 Doug Colemanio.pathnames: Allow vocab: to find paths that do not...
2022-01-06 Doug Colemanvocabs.loader: Delete errors after using list is fixed...
2021-12-31 John Benediktssonvocabs.parser: change unuse-vocab to remove other forms.
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-16 John Benediktssonvocabs.loader: only cache roots for vocabs that are...
2021-04-14 Doug Colemanvocabs.parser: add eval-in-current( ) word for funktors.
2021-03-21 Doug Colemanvocabs: Show vocab metadata in help and fix ctrl-e...
2021-03-15 John Benediktssonvocabs: when forgetting vocab foo, also forget foo...
2020-12-17 John Benediktssonvocabs.parser: fix with-words to be properly restartable.
2020-12-16 John Benediktssoncalendar: change >gmt, >local-time to clone.
2020-12-16 John Benediktssonvocabs.parser: use finally instead of ``[ ] cleanup``.
2020-12-15 John Benediktssonvocabs.parser: fix with-words.
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.
next