]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-06-11 Doug ColemanNmakefile: Set the /SUBSYSTEM for 5.01 (win32), or...
2015-06-11 Doug Colemanmason.git: rename git-pull to git-clone-or-pull since...
2015-06-11 Doug Colemanmason.child: Fix unit test for Windows.
2015-06-10 Doug Colemancocoa: windows -> ui-windows
2015-06-10 Doug Colemanmason.child: On Windows, commands launch relative to...
2015-06-10 Doug Colemanui: rename windows to ui-windows
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-06-10 John Benediktssonio.streams.sequence: use stream-exempler here.
2015-06-09 John Benediktssonhashtables: remove the 2hashcode word for now.
2015-06-09 John Benediktssonhashtables: make hash-combine use fixnum primitives.
2015-06-09 John Benediktssonwords: change word hash to do less work.
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2015-06-09 John Benediktssoncompiler.units: simplify remember-class.
2015-06-09 John Benediktssoncompiler.units: add typedef for new-words.
2015-06-09 John Benediktssonvocabs.parser: cleanup update-manifest, make update...
2015-06-09 John Benediktssoninfix: fix bug with recent locals refactor.
2015-06-09 John Benediktssonlocals.parser: use qualified-vocabs.
2015-06-09 John Benediktssonvocabs.parser: make a "qualified-vocabs" word for re...
2015-06-09 John Benediktssonsequences.deep: adding a test for deep-reduce.
2015-06-09 John Benediktssontools.coverage: cleanup and use deep-reduce in count...
2015-06-09 John Benediktssonsequences.deep: adding deep-reduce.
2015-06-09 John Benediktssonlcs.diff2html: fix refactor bug.
2015-06-09 John Benediktssontools.coverage: fix refactor bug.
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...
next