]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-06-09 Björn Lindqvistlocals.parser.tests: fixing the tcs so they work 1348/head
2015-06-09 Björn Lindqvistlocals.parser: fix for #1340, write locals directly...
2015-06-09 Björn Lindqvistlocals.types: stub unit tests
2015-06-09 Björn Lindqvistlocals.parser: small refactorings and unit tests
2015-06-09 Björn Lindqvistparser: added helper word use-first-word? to simplify...
2015-06-09 John BenediktssonSome more general fixes for recent refactors.
2015-06-09 Doug Colemaneditors: fix bug i introduced. need a rename tool asap...
2015-06-09 Doug Colemanfactor.sh: More precise docs
2015-06-09 Doug Colemanvm: differentiate which strerror is printing the message.
2015-06-09 Doug Colemanwebapps.wiki: fix lcs
2015-06-09 Doug Colemanfurnace.auth: rename profile to current-profile
2015-06-09 Doug Colemanhtml.components: use lcs-diff
2015-06-09 Doug Colemanextra: be more explicit about which 'run'
2015-06-09 Doug Colemanwebapps.benchmark: rename generically named word.
2015-06-09 Doug Colemanbacktrack: rename generically named require
2015-06-09 Doug Colemanlcs: rename generic "diff" to lcs-diff
2015-06-09 Doug Colemanbenchmark: oops, used wrong word. so confusing.
2015-06-08 Doug Colemancore: fix word link.
2015-06-08 Doug Colemangraphviz.notation: missed a create -> create-word
2015-06-08 John BenediktssonFix two places that should be "all-disk-vocabs-recursive".
2015-06-08 Doug Colemancom.wrapper: create -> create-word
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...
next