]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-11-21 Doug Colemanmath.matrices: Fix more docs.
2020-11-20 Doug Colemandocs: fix string issue
2020-11-20 John Benediktssonpeg.ebnf: simplify M\ ebnf-non-terminal (transform...
2020-11-20 John Benediktssonclasses.predicate: simplify predicate-quot with fry.
2020-11-20 John Benediktssoncombinators: simplify dispatch-case-quot with fry.
2020-11-20 John Benediktssonslots: remove uses of "[ ] make".
2020-11-19 John Benediktssonstrings.parser: fix "string"length bug when parsing...
2020-11-19 John Benediktssonfry: simplify some things.
2020-11-19 John Benediktssonfry: adding support for '{, 'H{, and 'HS{ syntax.
2020-11-19 John Benediktssoncompiler.tree.debugger: fix location of _.
2020-11-19 John Benediktssoncore: using fry in a few places to see how it works.
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-18 John Benediktsson.travis.yml: simplify.
2020-11-18 John BenediktssonREADME: adding travis graphic.
2020-11-18 John Benediktsson.travis.yml: fix.
2020-11-18 John Benediktssonsequences.generalizations: adding docs to ?firstn.
2020-11-18 John Benediktsson.travis.yml: use vocabs.loader for core vocabs.
2020-11-18 John Benediktssonsequences.generalizations: adding ?firstn.
2020-11-18 Doug Colemaneditors.visual-studio-code-exploration: Add yet another...
2020-11-17 John Benediktssonraylib.ffi: can lookup-library instead of find-library.
2020-11-17 John Benediktssonopenssl: doesn't require full paths.
2020-11-17 John Benediktssonopenssl.libcrypto: fix for macos.
2020-11-17 masweeneyio.pathnames: add missing linux branch in test
2020-11-17 masweeneyio.pathnames: fix separator when appending paths in...
2020-11-17 Alexander Iljincontributors: merge the known contributor aliases
2020-11-15 John Benediktssonmodels.arrow: fix docs.
2020-11-15 timormodels.arrow: Add <?arrow> and <?smart-arrow>
2020-11-15 John Benediktssoneditors.smultron: adding Smultron support.
2020-11-14 John Benediktssoncombinators.extras: rename new ?call word to chain.
2020-11-14 John Benediktssoneditors.visual-studio-code: try and simplify.
2020-11-14 John Benediktssonmodels: fix docs for compute-model.
2020-11-14 timormodels: Add word to force recomputation of model values
2020-11-14 Doug Colemaneditors.visual-studio-code: Fix windows.
2020-11-13 timorui.images: support image tuples as well as image-names
2020-11-13 John Benediktssonsystem-info.macosx: report 10.16 as Big Sur.
2020-11-13 John Benediktssoncombinators.extras: a few more tests for ?call.
2020-11-13 John Benediktssoncombinators.extras: adding ?call.
2020-11-10 John Benediktsson.travis.yml: use -run=tools.test --only.
2020-11-10 John Benediktssonzealot.help-lint: use require instead of load.
2020-11-10 John Benediktssontools.test: allow --only command-line option.
2020-11-10 John Benediktssoneditors.nova: adding support for Panic's Nova editor.
2020-11-10 John Benediktsson.travis.yml: stop using windows for now.
2020-11-10 John Benediktsson.travis.yml: wrap with string to fix yaml parsing.
2020-11-10 John Benediktsson.travis.yml: syntax fix.
2020-11-10 John Benediktsson.travis.yml: need ./paths.
2020-11-10 John Benediktsson.travis.yml: try brew update-reset to fix the services...
2020-11-10 John Benediktsson.travis.yml: try and use addons/homebrew.
2020-11-10 John Benediktsson.travis.yml: inline the important apt-get deps.
2020-11-10 John Benediktsson.travis.yml: experiment with windows builders.
2020-11-10 John Benediktsson.travis.yml: see if this is simpler to maintain.
2020-11-10 John Benediktsson.travis.yml: fix syntax maybe.
2020-11-09 John Benediktsson.travis.yml: disable testing changed vocabs for right...
2020-11-09 John Benediktsson.travis.yml: disable RVM for now, update brew.
2020-11-09 John BenediktssonRevert "http: only test using ipv4."
2020-11-09 John Benediktssonurls: fix set-url-addr to work with inet6.
2020-11-09 John Benediktssonhttp: only test using ipv4.
2020-11-09 John Benediktssonmemory: mark two tests as long since they are slow...
2020-11-09 John Benediktsson.travis.yml: make sure to only test core-vocabs, not...
2020-11-09 John Benediktssonui: fix some $slots help-lint warnings.
2020-11-09 John Benediktssonhelp.lint.checks: add a help-lint check for bad $slot...
2020-11-09 John Benediktssoncompiler.cfg: fix $slots table for basic-block.
2020-11-08 John Benediktssonimages.viewer: removing stop-control and start-control.
2020-11-08 timorimages.viewer: Don't override model activation/deactivation
2020-11-08 Alexander Iljinbacktrack-docs: add main article and some usage example...
2020-11-08 Alexander Iljinassocs: mark the delete-at words as related
2020-11-07 Doug Colemancalendar: Fix unit test for holidays.
2020-11-07 John Benediktssonhttp.client: fix test cases broken by schema:path url...
2020-11-07 Doug Colemancalendar.holidays.us: Update nth day of week for base 0.
2020-11-07 Doug Colemancalendar: More refactoring, add some new words.
2020-11-07 Doug Colemanformatting: Add some unit tests for what strftime think...
2020-11-05 John Benediktssonoauth1: fix for urls change.
2020-11-05 John Benediktssonbittorrent: fix read-messages.
2020-11-05 John Benediktssonarrays.shaped: adding get words.
2020-11-05 Doug Colemanzoneinfo: Add words to get weekdays relative to day...
2020-11-05 Doug Colemancalendar: Add words to get days of the week relative...
2020-11-05 Doug Colemantime: rename set-time to set-system-time. Add calendar...
2020-11-05 Doug Colemancalendar: Refactoring and adding funny calendar terms.
2020-11-04 Doug Colemancalendar: Always do calculation for datetimes.
2020-11-04 Doug Colemancalendar: Simplify ymd>ordinal a bit.
2020-11-04 John Benediktssonmath.extras: fix for math.ranges.private refactor.
2020-11-04 John Benediktssonbittorrent: remove debug for now.
2020-11-04 John Benediktssoncombinators.tuples: fix docs for 1make-tuple.
2020-11-04 John Benediktssonmath.ranges: experiment with some new syntax.
2020-11-04 John Benediktssonsequence.padded: use nth-unsafe in padded-head.
2020-11-04 John Benediktssonsequences.padded: adding virtual padded sequences.
2020-11-04 John Benediktssonunicode.collation: commit the CollationTest_SHIFTED...
2020-11-04 Doug Colemanzoneinfo: Add word to parse zone.
2020-11-04 Doug Colemancalendar: Add word for getting dates from ordinals.
2020-11-04 Doug Colemanui.backend.cocoa: The handle can be ``f`` sometimes...
2020-11-04 Doug Colemansplitting.extras: Add split-head split-tail and slices.
2020-11-04 John Benediktssoncombinators.tuple: rename make-tuple to 1make-tuple.
2020-11-04 John Benediktssoncombinators.extras: fix stack-effect for plox.
2020-11-03 John Benediktssonbittorrent: adding some client handling.
2020-11-03 John Benediktssonclasses.tuple: refactor out make-tuple for re-use.
2020-11-03 John Benediktssonstack-checker.dependencies: simplify depends-on.
2020-11-03 John Benediktssonpunycode: change IRL to keep all params decoded (for...
2020-11-03 John Benediktssonurls: support IPV6 urls.
2020-11-03 Doug Colemaneditors.visual-studio-code-insiders: Add a separate...
2020-11-03 Doug Colemanpeg.ebnf: Allow ] in character classes. 2359/head
next