]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2013-03-06 John Benediktssonsequences: add a copy-unsafe that can be used sometimes.
2013-03-06 John Benediktssoncontinuations: speed up init-catchstack.
2013-03-06 Doug Colemansets.extras: Initial checkin. Add setwise-xor word...
2013-03-06 John Benediktssonuui: remove trailing spaces.
2013-03-06 John Benediktssoncache: faster purge-cache.
2013-03-06 John Benediktssondestructors: adding dispose,.
2013-03-06 John Benediktssongrouping: making monotonic? faster.
2013-03-06 John Benediktssonvocabs: only notify vocab-observers if we are creating...
2013-03-06 John Benediktssonassocs: cleanup and use first2-unsafe in assoc-find.
2013-03-06 John Benediktssongrouping: faster all-eq? and all-equal? (fewer comparis...
2013-03-06 John Benediktssonvocabs.cache: root-cache get instead of get-global.
2013-03-06 John Benediktssonextra: use [-] instead of "- 0 max".
2013-03-06 John Benediktssonbenchmark.randomize: adding a randomize benchmark.
2013-03-05 John Benediktssoncore: some more cleanup of USING lists.
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-03-05 John Benediktssoncompiler.tree.propagation.transforms: use integer>fixnu...
2013-03-05 Doug Colemansequences: Rename slice-error the word to check-slice...
2013-03-05 John Benediktssonhints: remove these hints for now...
2013-03-05 John Benediktssoncombinators: moving M\ iota hashcode* back since each...
2013-03-05 John Benediktssonhints: prevent specialization on inline-recursive words.
2013-03-05 John Benediktssonmath: speed up (find-integer) and (all-integers?) by...
2013-03-05 John Benediktssonwords: adding inline-recursive?.
2013-03-04 John Benediktssonlayouts: speed up ``M\ iota hashcode*`` using most...
2013-03-04 John Benediktssonrandom: format delete-random better.
2013-03-01 John Benediktssoncombinators: faster hashcode for iota.
2013-03-01 John Benediktssonrandom: speed up some random floats using (random-unit).
2013-03-01 John Benediktssonrandom: adding (random-unit) for convenience.
2013-03-01 John Benediktssontools.profiler.sampling: fix top-down*.
2013-03-01 John Benediktssonbootstrap: remove old counting profiler vocab.
2013-03-01 John Benediktssonrandom: speedup random-integer some more.
2013-02-28 John Benediktssonmath.integers: the fixnum-log2 intrinsic didn't work...
2013-02-28 John Benediktssonmath.integers: faster fixnum-log2.
2013-02-27 John Benediktssonrandom: minor speedup (random-bits).
2013-02-27 John Benediktssonrandom: speedup randomize.
2013-02-27 John Benediktssonrandom: speed up uniform-random-float.
2013-02-27 John Benediktssonrandom: performance improvements to random-integer...
2013-02-27 John Benediktssonrandom.c: adding a "libc" version of random for perform...
2013-02-25 Doug Colemanunix.linux.proc: Older kernels don't have enough fields...
2013-02-25 Doug Colemanunix.linux.proc: Add some more /proc parsing.
2013-02-25 Doug Colemancalendar.format: Add some utility words for implementin...
2013-02-25 Doug Colemantools.ps: Use unix.linux.proc for parsing.
2013-02-25 Doug Colemanunix.linux.proc: Refactor /proc parsing. Add generic...
2013-02-24 Doug ColemanRevert "robots.txt: Bing bot spams gitweb...disable...
2013-02-24 Doug Colemanrobots.txt: Bing bot spams gitweb...disable it hopefully.
2013-02-22 John Benediktssonrot13: adding some tests.
2013-02-22 John Benediktssonassocs: change enum to immutable-sequence.
2013-02-22 John Benediktssonassocs: allow enums to support sequence protocol.
2013-02-20 John Benediktssonsequences: define a single "?set-nth" that is used.
2013-02-20 John Benediktssonsequences: fix uses of set-nth-unsafe.
2013-02-20 John Benediktssonsequences: normalize all the "?set-nth" words, probably...
2013-02-19 John Benediktssontimers: use typed to speedup 10%.
2013-02-19 John Benediktssonbenchmark.timers: adding a timer benchmark.
2013-02-19 Doug Colemancolors: Inline >rgba methods.
2013-02-19 Doug Colemanmaze: Refactor to use fry + replicate.
2013-02-07 John Benediktssonmath.statistics: adding z-score.
2013-02-05 Doug Colemanrosetta-code.top-rank: Use collect-by instead of defini...
2013-02-05 Doug Colemanmath.statistics: Add docs for collect-by and collect...
2013-02-05 Doug Colemanio.backend.unix: Nobody uses (refill), remove it.
2013-02-01 Doug Colemandebugger.unix: Make this vocab unix only.
2013-02-01 Doug Colemandebugger.unix: Get the signal name from a signal object...
2013-02-01 Doug Colemanunix.ffi: Add the man 2 signal() function call.
2013-02-01 Doug Colemanunix.linux.proc: Add a parser for some of the /proc...
2013-02-01 Doug Colemantwitter: Update API url.
2013-01-30 John Benediktssonmath.functions: adding "round-to".
2013-01-22 John Benediktssoncompiler.tree.propagation.known-words: retry this chang...
2013-01-22 John BenediktssonRevert "compiler.tree.propagation.known-words: adding...
2013-01-22 John Benediktssoncompiler.tree.propagation.known-words: adding known...
2013-01-22 John Benediktssonio.streams.peek: use namespaces.
2013-01-21 Doug Colemanio.streams.peek: Implement peek and peek1.
2013-01-21 Doug Colemanfactor.sh: Allow bootstrap on other branches for comman...
2013-01-16 John Benediktssonui.backend.cocoa.views: add platforms.txt.
2013-01-16 John Benediktssonui.backend.cocoa.views: fix build error on older OSX...
2013-01-11 Jon HarperX11, give same input as gtk when pressing shift, tab...
2013-01-11 Jon HarperX11 XK_ISO_Left_Tab is shift tab
2013-01-11 John Benediktssontools.which: cleanup code a little.
2013-01-11 John Benediktssontools.which: adding some docs and cleanup.
2013-01-08 Doug Colemantools.deploy.windows.ico: Throw an error if the .ico...
2013-01-08 John Benediktssoncompression.zlib: fix help-lint warning, add a bit...
2013-01-08 Benjamin Pollackcompression.zlib: add basic documentation
2013-01-07 John Benediktssongoogle.search: these moved to classes.tuple.
2013-01-04 Doug Colemanpeg: Qualify use of replace. Fix some spacing.
2013-01-04 John Benediktssonpeg.ebnf: fix usage of replace.
2013-01-04 Doug Colemansequences: Add join-as, which takes an exemplar. Move...
2013-01-03 John Benediktssonunicode.case: fix stack effect for replace.
2013-01-03 John Benediktssonwebapps.mason: fix for new 2x logo.
2013-01-03 Doug Colemanmath.vectors: Don't use macro with locals and cond...
2013-01-02 Doug Colemanmath.vectors: Fix spacing.
2013-01-02 Doug Colemancompiler.tree.propagation.recursive: Generalizing inter...
2013-01-01 Doug Colemancompiler.cfg.liveness: Break the infinite loop--add...
2013-01-01 Doug Colemancompiler.cfg.liveness: Add parallel-copy method for...
2012-12-31 Doug Colemanbasis: Re-enable some things I commented out. Fixes...
2012-12-31 Alex Vondrakcompiler.cfg.renaming.functor: fix ##parallel-copy...
2012-12-31 Alex Vondrakcompiler.cfg.ssa.destruction.leaders: break off leader...
2012-12-31 Alex Vondrakcompiler.cfg.liveness: still kill defs by leaders,...
2012-12-31 Alex Vondrakcompiler.cfg.ssa.destruction: alien-call-insns are...
2012-12-31 Alex Vondrakcompiler.cfg.liveness: look up leaders (if possible...
2012-12-31 Alex Vondrakcompiler.cfg.parallel-copy: make sure new vregs used...
2012-12-31 Alex Vondrakcompiler.cfg.ssa.interference.live-ranges: fix kill...
2012-12-31 Alex Vondrakcompiler.cfg.ssa.cssa: split the definitions of ##phis...
2012-12-31 Doug Colemanstarting point - Fix bootstrap; I broke it in merging...
next