]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2019-02-09 Doug Colemandragonflybsd: Initial support. dragonfly
2019-02-09 Doug Colemanvm: Add freebsd32 support for completeness.
2019-02-09 Doug Colemanbasis: Load images.{tiff,png} by default for FreeBSD...
2019-02-09 Doug Colemanconfig.freebsd: Link the UI libraries into the Factor VM.
2019-02-09 Doug Colemanbuild.sh: Add a compile option to compile only.
2019-02-09 Jack LucasFix typo in monitor file
2019-02-09 Jack LucasFix monitor errors on startup
2019-02-08 Doug Colemanvm: Use the old FreeBSD os-freebsd.cpp so we don't...
2019-02-08 Doug Colemanbuild.sh: Use gmake on FreeBSD and specify the number...
2019-02-09 Jack LucasFix merge error
2019-02-09 Jack LucasRemove one mistaken author file
2019-02-09 Jack LucasRe-add Freebsd Support
2019-02-07 Alexander Iljinulid-docs: format errors with $errors
2019-02-03 Doug Colemanprotocols.tftp: Fix some bugs.
2019-02-03 Doug Colemanassocs: Add ?delete-at.
2019-02-03 Doug Colemantftp: Implement a client/server for tftp.
2019-02-03 Doug Colemanpack: Implement write-c-string for tftp.
2019-01-28 John Benediktssonhamurabi: fix #percent-died.
2019-01-26 Doug Colemantools: Fix some issues and use base85.
2019-01-26 John Benediktssonbase85: simpler pad math.
2019-01-26 John Benediktssonbase85: change to not pad encoding, fix output bug.
2019-01-25 John Benediktssonbase85: fix a bug with accidental extra characters...
2019-01-21 Doug Colemanmime.multipart: Simplify the code a bit.
2019-01-19 Doug Colemanwebapps.planet: Trim using list.
2019-01-19 Doug Colemanmath.blas.matrices: Fix for equal?
2019-01-16 John Benediktssontimers: add test showing stopping timer doesn't stop...
2019-01-13 Doug Colemansyndication: Remove dead code I added on accident..
2019-01-12 Doug Colemansyndication: Fix atom parsing.
2019-01-12 Doug Colemanio.sockets: When we throw an error upon failing to...
2019-01-12 Doug Colemanwebapps.pastebin: Fix quotation effect so deleting...
2019-01-12 Doug Colemanio.serial: Fix using list.
2019-01-11 John Benediktssonio.monitors: cleanup using.
2019-01-11 John Benediktssonheaps: cleanup using.
2019-01-11 John Benediktssonmodels.delay: cache the timer, bug with restart-timer.
2019-01-11 John Benediktssonclasses.tuple: use integer>fixnum in tuple-hashcode.
2019-01-11 John Benediktssonio.streams.duplex: use >duplex-stream<.
2019-01-11 John Benediktssonio.serial: use io.streams.duplex:with-stream.
2019-01-11 John Benediktssonheaps: fix minor doc typo.
2019-01-11 John Benediktssonheaps: simplify code a little, use locals to expose...
2019-01-10 Jon Harperheaps: add comments referring to pypy's heapq.py 2105/head
2019-01-10 Jon Harperheaps: fix heap delete: sometimes we need to sift-down
2019-01-10 Jon Harperheaps.tests: remove dead code
2019-01-10 Jon Harperheaps: check heap invariant during tests
2019-01-10 Jon Harperheaps: bring back data-compare as heapdata-compare
2019-01-05 Doug Colemanunits: Add exponentiation operator and a d-cube.
2019-01-04 Samuel TardieuFix bugs in heap-delete
2019-01-04 John Benediktssonryu: minor locals cleanup, don't use 5drop.
2019-01-04 John Benediktssonryu: faster and simpler using number>string for integer...
2019-01-04 Alexander Iljinryu: accept some lint vocab suggestions
2019-01-03 Alexander Iljinlint: add suggestion to replace "-roll -roll" with...
2019-01-03 Alexander Iljinsyntax-docs: add a couple of missing CHAR: syntax examples
2019-01-03 John Benediktssondb.sqlite: make sure select-tuple throws sql-table...
2019-01-03 John Benediktssonbase32: adding Douglas Crockford's Base 32 encoding...
2019-01-01 Alexander Iljindb.tuples[{-docs,-tests}]: add reject-tuples
2019-01-01 Alexander Iljinulid: new vocab
2018-12-31 Doug ColemanRevert "db.tuples[{-docs,-tests}]: add reject-tuples"
2018-12-31 Alexander Iljindb.tuples[{-docs,-tests}]: add reject-tuples
2018-12-31 Doug Colemantools.directory-to-file: Fix using
2018-12-31 Alexander Iljinryu: add new vocab to convert double-precision floats...
2018-12-30 Doug Colemandirectory-to-file: Better nested syntax.
2018-12-30 John Benediktssonui.tools.inspector: string inspection shows characters.
2018-12-30 Doug Colemanzoneinfo: Remove dumb unit test
2018-12-30 Doug Colemantravis: Disable windows for now. Can't find the compile...
2018-12-30 Doug Colemanzoneinfo: Add updated files.
2018-12-30 Alexander Iljintotp: add new vocab
2018-12-29 Doug Colemanbuild.sh: Add the correct travis platform.
2018-12-29 Doug Colemantravis.yml: Run ``uname -s`` to find the right platform...
2018-12-29 Doug Colemanbuild.sh: Add target for TravisCI Windows.
2018-12-29 Doug Colemantravis: Don't build udis on windows
2018-12-29 Doug Colemantravisci: Test on Windows!
2018-12-29 Doug Colemanrandom.xoshiro: Implement xoshiro256starstar.
2018-12-25 Doug Colemanmason.test: Help travisci complete the testing without...
2018-12-25 Doug Colemantravis: Apparently we already had some code for this...
2018-12-24 Doug Colemantravis: Try the workaround since travis doesn't like...
2018-12-24 Doug Colemantravis.yml: Wow, ordering. install gnupg before trying...
2018-12-24 Doug Colemantravis: Try to fix rvm on macos.
2018-12-24 Doug Colemaneditors.visual-studio-code: Don't memoize the vscode...
2018-12-24 Doug Colemanio.standard-paths: Add yet another path for Windows.
2018-12-23 Alexander Iljinsodium: the add essential crypto-box-* words and a... 2086/head
2018-12-23 Alexander Iljinsodium: prepare some code for reuse
2018-12-23 Alexander Iljinsodium: move some words into the <PRIVATE> section
2018-12-23 Alexander Iljinsodium.ffi: add the remaining APIs
2018-12-23 Alexander Iljinsodium.ffi: add the year 2018 to the copyright notice
2018-12-23 Alexander Iljinsodium.ffi: fix source code formatting for consistency
2018-12-16 Doug Colemansequences.extras: Allow row variables in loop>array...
2018-12-16 Doug Colemanfurnace.auth: Rather have clean builds than loaded...
2018-12-16 Doug Coleman*.txt: Add newlines, fix some spacing
2018-12-16 Doug Colemannotifications.macos: Notifications for macOS.
2018-12-11 John Benediktssonui.backend.cocoa.views: fix macOS mojave opengl issue...
2018-12-05 Alexander Iljinstack-checker-docs: fix articles "a" -> "an"
2018-12-05 Alexander Iljinstack-checker-docs: fix a typo
2018-11-22 Doug Colemanimap: Add a word to list all folders and fix a couple...
2018-11-20 John Benediktssonmetar: fix for timestamps like "2124" meaning "2200".
2018-10-24 Craig Allenfix absolute path on windows
2018-10-20 John Benediktssonxdg: remove memoize.
2018-09-26 Doug Colemanwebsites.concatenative: Update recaptcha to work with v2.
2018-09-16 Benjamin PollackSupport PUT and PATCH requests
2018-09-15 Benjamin Pollackfurance.recaptcha: update to reCAPTCHA2 2049/head
2018-09-12 John Benediktssonui.gadgets.frames: default filled-cell to { 0 0 }.
2018-09-07 John Benediktssonfurance.auth: fix some help-lint errors...
next