]> gitweb.factorcode.org Git - factor.git/history - core/vocabs/loader
Support Link Time Optimization (off by default)
[factor.git] / core / vocabs / loader /
2024-02-24 GiftpflanzeMake -roots=<paths> known to the documentation
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
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.loader: use ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
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-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-20 Doug Colemancore: trim using lists with tool
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-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-16 John Benediktssonvocabs.loader: only cache roots for vocabs that are...
2021-03-21 Doug Colemanvocabs: Show vocab metadata in help and fix ctrl-e...
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-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.
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2016-12-21 Alexander Iljinvocabs.loader: stop add-vocab-root spawning extra monit...
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 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
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-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 Björn Lindqvistlocals.parser: docs for with-lambda-scope and some... 1369/head
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.
2013-03-24 John Benediktssonvocabs.loader: use adjoin-all.
2013-03-24 Doug Colemanvocabs.loader: Fix undefined-word.
2013-03-11 John BenediktssonFix some tests broken by recent definitions change.
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-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2012-07-14 John Benediktsson"H{ } substitute" is faster than "{ } substitute".
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 ColemanFactor out ``no-roots no-prefixes'' into its own word...
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'
2011-08-28 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
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-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-14 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-05-24 Erik CharleboisUse .factor-rc etc on Windows too, files can begin...
2010-08-01 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-26 Philipp BrüschweilerMerge branch 'gtk' into gtk-image-loader
2010-07-22 Philipp BrüschweilerMerge branch 'gtk' into gtk-image-loader
2010-07-22 Philipp Brüschweilerui.backend.gtk: use png instead of ico to represent...
2010-07-22 Philipp Brüschweilerui.backend.gtk, tools.deploy.unix: support for icons
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-06 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
next