]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2019-03-17 Doug Colemanwindows: Add all shell32 function stubs. Add more com.
2019-03-17 John Benediktssoncrontab: avoid next-time being minutes in the past.
2019-03-17 John Benediktssonparser: use ?first.
2019-03-17 John Benediktssonui.tools.listener: use ?first.
2019-03-17 John Benediktssonio.directories.search: fix traversal test case cross...
2019-03-17 John Benediktssongeneralizations: fix funny mnapply/nspread* bug for...
2019-03-16 John Benediktssonmodels.delay: use restart-timer, it should actually...
2019-03-16 John Benediktssoncrontab: cleanup empty lines differently.
2019-03-09 Doug Colemanbuild.sh: add compile/recopile to docs
2019-03-09 Doug Colemandebian: Don't install gcc g++ on debian.
2019-03-02 Doug Colemanmachine-learning.data-sets: Load mnist data.
2019-03-02 Doug Colemanhacker-news: Add more endpoints to api.
2019-02-24 Doug Colemanmath.functions: add logit function and a test.
2019-02-23 Doug Colemanmake: We don't need the flag.
2019-02-23 Doug Colemanbuild.sh: Remove debug..
2019-02-23 Doug Colemanvm: Fix DEBUG flag, make REPRODUCIBLE work like debug...
2019-02-20 Cat Stevensvm/master.hpp: optional reproducible VM compilation 2115/head
2019-02-11 Doug Colemanunix.kqueue: fix platforms.
2019-02-10 Jack Lucasremove useless structure definition 2113/head
2019-02-10 Jack LucasFix stat so io test will finish
2019-02-10 Jack Lucastype name consistency
2019-02-10 Jack LucasFix stat declarations, function: names, and dirent...
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
next