]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-06-01 John Benediktssontools.which: add a convenience for "which or".
2015-05-31 Doug Colemancalendar.format: Add a word to output times in the...
2015-05-31 John Benediktssonio.binary.fast: adding fast version of signed> words.
2015-05-31 John Benediktssonio.binary: adding some tests for signed>.
2015-05-31 John Benediktssonio.binary.fast: easier to read using stdint types.
2015-05-31 John Benediktssonmath.bitwise: bitfield should just use map-reduce.
2015-05-31 John Benediktssonio.binary.fast: speed up when used by byte-arrays.
2015-05-31 John Benediktssonmath.bitwise: change bitfield to reduce from first...
2015-05-31 John Benediktssonenglish: fix copyright.
2015-05-31 John Benediktssonmath.bitwise: fix docs for bitfield.
2015-05-25 Björn Lindqvistbootstrap.x86: fix assembler code bug in fixnum*
2015-05-22 Björn Lindqvistbootstrap.primitives: shorter code for mapping architec...
2015-05-22 Björn Lindqvistcpu.x86.*: %mov-vm-ptr isn't so useful, shorter and...
2015-05-22 Björn Lindqvistbootstrap.ppc: untested fix for #1319 for ppc
2015-05-22 Björn LindqvistVM: after reset_datastack and retainstack clear the...
2015-05-22 Björn LindqvistVM: possible fix for #1319.
2015-05-22 Björn Lindqvistthreads.test: a test that is mostly able to reproduce...
2015-05-22 Björn LindqvistVM: the delete_context() and reset_context() api functi...
2015-05-22 Björn Lindqvistbootstrap.x86: new words jit-call-Xarg for calling...
2015-05-22 Björn LindqvistReorganising bootstrap files
2015-05-22 Doug Colemanio.directories.search: Add some more combinators for...
2015-05-22 Doug Colemansequences.extras: Add selector* which saves the output...
2015-05-20 Doug Colemangeneralizations: dos2unix
2015-05-20 Doug Colemangeneralizations: Only define npick for >= 1. Fixes...
2015-05-19 Doug Colemanio.monitors: Fix using, speed up test from 3 second...
2015-05-19 Doug Colemancompression.zlib: Add some helper functions for streami...
2015-05-19 Doug Colemancompression.zlib.ffi: Add some structures and functions...
2015-05-19 Doug Colemanio.monitors: Run each set of monitors tests in its...
2015-05-18 John Benediktssoncompiler.cfg.stacks.clearing: fix help-lint.
2015-05-18 Doug Colemancpu.architecture: Fix trivial doc.
2015-05-18 Björn Lindqvistcpu.x86: fix silly bug in %clear 1322/head
2015-05-17 John Benediktssoncompiler.cfg.stacks.clearing: fix tests.
2015-05-17 Björn Lindqvistcompiler.*: new cfg instruction ##clear, it makes it... 1321/head
2015-05-17 Björn Lindqvistcompiler.*: now when we're tracking uninitialized locat...
2015-05-17 Björn LindqvistVM: simplified logic in data_heap_checker
2015-05-17 Björn Lindqvistcompiler.cfg.stacks.*: new attempt at fixing the gc...
2015-05-14 John Benediktssoncompiler.tree.debugger: fix docs using.
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonmath.primes: little bit more cleanup.
2015-05-13 John Benediktssonmath.primes: use fast-gcd in coprime? and replicate...
2015-05-13 John Benediktssonpicomath: simplify.
2015-05-13 John Benediktssonproject-euler.026: simplify, use coprime? from math...
2015-05-13 John Benediktssonio.streams.peek: fix test using.
2015-05-13 Doug Colemanio.streams.peek: Peek streams can break on file input...
2015-05-13 John Benediktssonupdate vim syntax file.
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonsequences: adding related-words for filter and reject.
2015-05-13 John Benediktssonassocs: adding assoc-reject, assoc-reject-as, assoc...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2015-05-12 John Benediktssonhelp.lint.checks: re-enable leak detection.
2015-05-12 Björn Lindqvistio.crlf: the lf>crlf and crlf>lf words looks generally...
2015-05-12 Björn Lindqvisthttp.server.requests: an upper limit is needed for...
2015-05-12 Björn Lindqvisthttp.server: extend handle-client-error so that it...
2015-05-12 Björn Lindqvisthttp.server.requests: if the content-length header...
2015-05-12 Björn Lindqvisthttp.server.requests: system for read-request for repor...
2015-05-12 Björn Lindqvisthttp.server.requests.tests: more tests for POST request...
2015-05-12 Björn Lindqvistmime.multipart: removed call to maybe-fill-bytes, fixes...
2015-05-12 Björn Lindqvisthttp.server.requests: refactor the http.server vocabs...
2015-05-12 John Benediktssonsequences.rotated: can be a lot faster if we don't...
2015-05-12 John Benediktssonpresent: adding M\ complex present.
2015-05-10 Jon Harpersequences.extras: add start-all and count-subseq for...
2015-05-10 John Benediktssoncpu/stack-checker: fix some help-lint warnings.
2015-05-10 Björn Lindqvistcompiler.cfg.*: new test-case and setting leader-map...
2015-05-10 Björn Lindqvistmemory.tests: a full test against #1289, it shouldn...
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.padding: docs
2015-05-10 Björn Lindqvistcompiler.cfg.ssa.destruction: fix and testcase for the
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.*: new vocab 'padding' to perform...
2015-05-10 Björn Lindqvistcompiler.*: a bunch more compiler docs
2015-05-10 Björn Lindqvistcompiler.cfg.utilities: unused word
2015-05-10 Björn Lindqvistcompiler.*,cpu.*: add a height slot to ##call nodes...
2015-05-10 Björn LindqvistVM: cleanups, like removing redundant paranthesis and...
2015-05-10 Björn Lindqvistcompiler.cfg.*: a bunch of new tests
2015-05-10 Björn LindqvistVM: refactoring to use the visit_object_array method
2015-05-10 Björn LindqvistVM: the aging_policy and nursery_policy classes are...
2015-05-10 Björn LindqvistVM: the copying_collector only contained one method...
2015-05-10 Björn LindqvistVM: to_tenured_collector isn't needed, it's just a...
2015-05-10 Björn LindqvistVM: debug macros FACTOR_PRINT and FACTOR_PRINT_MARK...
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.*: create-locs, word for creating...
2015-05-09 Doug Colemanio.directories.search: Add two tests for find-up-to...
2015-05-08 Benjamin PollackAdd a couple minor extra docs for math.extras
2015-05-07 Doug Colemanio.directories.search: fix inline recursive combinator...
2015-05-06 Doug Colemanio.directories.search: Add find-up-to-root combinator...
2015-05-06 Doug Colemantools.scaffold: generating docs for obj/f was broken.
2015-05-06 John Benediktssonmath.transforms.bwt: slightly faster, remove suffixes...
2015-05-05 John Benediktssonmath.transforms.bwt: faster version of bwt if only...
2015-05-05 John Benediktssonfile-monitor: simplify.
2015-05-05 John Benediktssonfile-monitor: use with-monitor.
2015-05-02 Doug Colemancompression.zlib: Just deal with raw bytes, no compress...
2015-05-02 Doug ColemanRevert "compression.zlib: fix help-lint."
2015-05-02 John Benediktssoncompression.zlib: fix help-lint.
2015-05-02 Doug Colemancompression.zlib: Guess at the length and take a byte...
2015-05-01 Doug Colemaneditors.visual-studio-code: wrong metafile
2015-05-01 Doug Colemaneditors.visual-studio-code: Split up into Windows and...
2015-05-01 Doug Colemancompiler.cfg.linear-scan.assignment: Trivial docs fix.
2015-05-01 Doug Colemaneditors.visual-studio-code: Support for m$ft's new...
2015-05-01 John Benediktssoncompiler.cfg.linear-scan.assignment: fix help-lint.
2015-04-30 Björn Lindqvistcompiler.*: a few extra doc fixes 1310/head
2015-04-30 Björn Lindqvistcompiler.cfg.*: fixing tests so they work on 32bit...
2015-04-29 John Benediktssonsuffix-arrays: update using.
next