]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-06-08 Doug Colemanwindows: fix words -> vocab-words
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-06-08 Doug Colemanunicode.breaks: Rename words to unicode-words
2015-06-08 Doug Colemanvocabs.refresh: Trying to clean up some vocabs code.
2015-06-08 Björn LindqvistFUEL: improved highlighting of some syntax words: PRIMI...
2015-06-08 Björn LindqvistFUEL: make it so $complex-shuffle words (like -rot...
2015-06-08 Björn LindqvistFUEL: better way to font-lock comments.
2015-06-08 Björn LindqvistFUEL: the web reference have next and prev links for...
2015-06-07 John Benediktssonbenchmark.sieve: calculating the number of primes in...
2015-06-07 John Benediktssonmath.integers: speedup to fixnum-bit?.
2015-06-07 John Benediktssonbootstrap.primitives: fix stack effect names for bignum...
2015-06-07 Doug Colemanmason: rename some vague words like build to do-build...
2015-06-07 Doug Colemanwindows.com: Prevent release from being called with...
2015-06-06 John Benediktssonchecksums.sha: remove trailing whitespace.
2015-06-06 John Benediktssonmetar: simplify <taf-report>.
2015-06-06 John Benediktssonformatting: use nappend-as in sprintf.
2015-06-06 John Benediktssonsequences.generalizations: use concat-as in nappend-as.
2015-06-06 John Benediktssonsequences: make concat-as inline and don't special...
2015-06-06 Doug Colemancompiler.tree: renaming is hard. cleanup -> cleanup...
2015-06-06 Doug Colemancompiler.tree.debugger: more "cleanup"
2015-06-06 Doug Colemanformatting: Welcome to the sprintf club, MSVC 2015...
2015-06-06 Doug Colemancompiler.tree.cleanup: Fix docs
2015-06-06 Doug Colemanbit-arrays: rename clean-up to zero-end-bits
2015-06-06 Doug Colemancompiler: rename cleanup to cleanup-tree, cleanup*...
2015-06-06 Doug Colemanalien.libraries.finder: Allow library to match just...
2015-06-05 Doug Colemanplatform.hpp: Indent so I can see wtf is going on with...
2015-06-05 Doug ColemanRevert "GNUmakefile: Don't compile.gch with -std=c...
2015-06-05 Doug ColemanGNUmakefile: Don't compile.gch with -std=c++11
2015-06-05 Doug ColemanGNUmakefile: add -std=c++11 to CXXFLAGS
2015-06-05 Doug Colemanffi_test.c: Casting a 32bit int to a 64bit pointer...
2015-06-05 Doug Colemanutilities.hpp: Use auto pointer instead of gcc extensio...
2015-06-05 John Benediktssondeques: use fry to simplify.
2015-06-05 Björn LindqvistVM: fixes so that raw_fread and safe_fread returns... 1334/head
2015-06-05 Björn LindqvistVM: make FACTOR_FOR_EACH not call .end() more than...
2015-06-05 Björn LindqvistVM: safe_fread needs to return an int so you can return...
2015-06-05 Björn LindqvistVM: move free_list_allocator<Block>::next_allocated_blo...
2015-06-05 Björn LindqvistVM: new functions raw_fclose and raw_fread
2015-06-05 Björn LindqvistVM: macro FACTOR_FOR_EACH used in more places to drive...
2015-06-05 Björn LindqvistVM: macro FACTOR_FOR_EACH to make stl container iterati...
2015-06-03 Doug Colemanvm: Only call fclose() once. Rename io_error() to io_er...
2015-06-03 John Benediktssonassocs.extras: minor changes to assoc-merge.
2015-06-02 John Benediktssonmath.functions: some silly cleanup.
2015-06-02 John Benediktssonbenchmark.backtrack: some cleanup.
2015-06-02 John Benediktssongame.models.obj: some cleanup.
2015-06-02 John Benediktssonbacktrack: some cleanup.
2015-06-01 John Benediktssoneditors.sublime: keep Sublime Text 2 support like we...
2015-06-01 Doug Colemanio.files.unique: Better docs for with-unique-directory.
2015-06-01 Doug Colemaneditors.sublime: Fix sublime for windows.
2015-06-01 John BenediktssonRevert "io.standard-paths: adding support for PATHEXT."
2015-06-01 John Benediktssonio.standard-paths: adding support for PATHEXT.
2015-06-01 John Benediktssoneditors: bunch of cleanup.
2015-06-01 John Benediktssonio.standard-paths: add ?find-in-path.
2015-06-01 John Benediktssonio.standard-paths.windows: use map-find.
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.
next