]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2019-03-22 John Benediktssonwindows.dragdrop-listener: cleanup using.
2019-03-22 John Benediktssonio.directories.search: a better fix for the linux entry...
2019-03-22 John BenediktssonRevert "io.directories.search: Fix the order of the...
2019-03-22 Doug Colemanlibc.freebsd: platforms.txt not platform.txt
2019-03-22 Doug Colemanio.directories.search: Fix the order of the depth/bread...
2019-03-21 Doug Colemanwindows.dragdrop-listener: Fix using
2019-03-21 Doug Colemantravis: Add required packages.
2019-03-21 John Benediktssonregexp: try again to fix the issue with backslashes.
2019-03-21 John BenediktssonRevert "crontab: instead of after= make it after."
2019-03-18 John BenediktssonRevert "regexp: fix take-until to handle escapes at...
2019-03-18 John BenediktssonRevert "regexp: slightly more complicated tokenization...
2019-03-18 John BenediktssonRevert "globs: simpler separator regexp."
2019-03-17 John Benediktssonglobs: simpler separator regexp.
2019-03-17 John Benediktssonregexp: slightly more complicated tokenization to handl...
2019-03-17 Doug Colemanio.sockets: fix for inet6 too.
2019-03-17 Doug Colemanio.sockets: Allow f in the port of an inet4.
2019-03-17 John Benediktssonregexp: fix take-until to handle escapes at the end...
2019-03-17 John Benediktssoncrontab: instead of after= make it after.
2019-03-17 Doug Colemanio.files.windows: Reloading io.pathnames overwrites...
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.
next