]> gitweb.factorcode.org Git - factor.git/history - basis/furnace
Add Wombat theme, put it and Base16 theme in OS X menu
[factor.git] / basis / furnace /
2022-07-31 Doug Colemansequences: bound -> index-or-length
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-02-12 John BenediktssonRevert "furnace.chloe-tags: change indexing now that...
2022-02-12 John Benediktssonfurnace.chloe-tags: change indexing now that empty...
2022-01-20 Doug Colemanfactor: more using trim
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2020-12-11 John Benediktssoncalendar: use now in some places instead of now-gmt.
2020-12-11 John BenediktssonRevert "calendar: make now faster, remove now-gmt."
2020-12-11 John Benediktssoncalendar: make now faster, remove now-gmt.
2020-12-11 John Benediktssoncalendar: cleanup some of the API by making words mutat...
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-08-13 John Benediktssonfurnace: require chloe-tags when loading furnace framework.
2020-04-03 John Benediktssonfurnace.actions: better using.
2020-04-03 John Benediktssonfurnace.actions: cleanup using.
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2020-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2019-10-05 Doug Colemanfurnace.utilities: Allow for unloaded vocab to pass...
2019-10-05 Doug Colemanfurnace.redirection: Fix for unloaded vocabularies...
2018-12-16 Doug Colemanfurnace.auth: Rather have clean builds than loaded...
2018-09-16 Benjamin PollackSupport PUT and PATCH requests
2018-09-15 Benjamin Pollackfurance.recaptcha: update to reCAPTCHA2 2049/head
2018-09-07 John Benediktssonfurance.auth: fix some help-lint errors...
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-08-12 Benjamin Pollackfurnance.auth: fix documentation 2038/head
2018-06-23 Doug Colemanfactor: trim some long using lists.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-03-17 Alexander Iljin*-docs: fix a typo in the word parametErized
2017-01-05 Jon Harperadd DOCTYPE html in most places.
2016-11-18 Björn Lindqvistbasis,extra: refactorings to use the ignore-error and...
2016-11-18 Björn Lindqvistcouchdb: make it so couch-put and couch-post calls...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-11 John Benediktssonuse ?delete-file instead of [ delete-file ] ignore...
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2016-03-16 John Benediktssonuse the new bytes>hex-string.
2015-10-04 Björn Lindqvistwebapps.wiki.example: new vocab to show how the wiki...
2015-10-04 Björn Lindqvistfurnace.recaptcha: logic in recaptcha-url was wrong...
2015-10-02 Björn Lindqvistfurnace.auth.login: name of the realm is already set...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-15 John Benediktssonfurnace.actions: return Method Not Allowed if not GET...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
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-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-09 Doug Colemanfurnace.auth: rename profile to current-profile
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-12 Björn Lindqvistio.crlf: the lf>crlf and crlf>lf words looks generally...
2015-05-12 Björn Lindqvisthttp.server.requests: refactor the http.server vocabs...
2015-04-18 John Benediktssonfurnace.utilities: use "header" word, some cleanup.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-11-04 John Benediktssonfurnace.utilities: fix docs for resolve-word-path.
2014-11-04 Björn Lindqvistfurnace.utilities: refactor to not use make
2014-11-04 Björn Lindqvistfurnace.utilities: use a method based on where instead...
2014-09-29 Björn Lindqvistfurnace.db: db-persistence needs a dispose word that...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-04-22 John Benediktssonhttp.server.responses: adding <html-content>, use it.
2014-03-13 John Benediktssonhttp.client: remove http-get* and its friends, change...
2013-11-09 Jon HarperFix furnace basic auth; add test
2013-11-03 Jon HarperFix doc link for furnace user-admin webapp
2013-10-12 John Benediktssonhttp.client: use new http-post* word.
2013-05-14 John Benediktssonfurnace.auth.providers.db: make test db name use cpu...
2013-03-24 John Benediktssonbasis: fewer tokens when possible using if*.
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-19 John Benediktssonusing the new H{ } make.
2011-12-14 Joe GroffRevert "pubsubhubbub support by samueltardieu". Fixes...
2011-12-14 Joe Grofffix help-lint failures
2011-12-01 Joe Grofffurnace.auth.providers.couchdb: fix manifest
2011-11-29 Joe Grofffurnace.auth.providers.couchdb: fix load error
2011-11-28 John Benediktssonpubsubhubbub support by samueltardieu. Fixes #148.
2011-11-28 Alex DrummondCouchDB auth provider (furnace.auth.providers.couchdb)
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-25 Doug ColemanMissed yet more renames
2011-10-17 John BenediktssonMore lint cleanups.
2011-10-14 John BenediktssonCleanup lint warnings.
2011-10-13 John BenediktssonFix M:: stack effects.
2011-10-13 John BenediktssonFix M: stack effects.
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'
next