]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-08-10 Doug ColemanREADME.md: A few more cleanups suggested by @mrjbq7.
2012-08-10 Doug ColemanREADME.md: Don't assume the user has downloaded Factor...
2012-08-09 John Benediktssonsequences.extras: moved 2each-index to extras for now.
2012-08-09 John Benediktssonsequences.repeating: fix repeat bug.
2012-08-09 John Benediktssonsequences.extras: adding even and odd indices virtual...
2012-08-09 John Benediktssonmath.transforms.fft: bit simpler, faster.
2012-08-09 John Benediktssonmath.transforms.fft: specify algorithm.
2012-08-09 John Benediktssonmath.transforms.fft: using 2map-index to simplify.
2012-08-09 John Benediktssonsequences.extras: adding 2map-index.
2012-08-09 John Benediktssonmath.transforms.fft: adding cross-correlation.
2012-08-09 John Benediktssonsequences.extras: adding 2map!.
2012-08-09 John Benediktssonsequences.extras: adding 2map-into.
2012-08-09 John Benediktssonunmaintained: removing old math.transforms.fft.
2012-08-09 John Benediktssonmath.transforms.fft: simple, fairly slow, fft.
2012-08-09 John Benediktssonsequences: adding 2each-index.
2012-08-09 John Benediktssonsequences.extras: adding map-index!.
2012-08-09 John Benediktssonmath.matrices: adding the outer product.
2012-08-07 John Benediktssonhelp.stylesheet: missing one style...
2012-08-07 Doug Colemanui.tools.browser: Support resize on + and _.
2012-08-07 John Benediktssonui.tools.browser: adding +/- font size commands.
2012-08-07 John Benediktssonhelp.stylesheet: provide a mechanism to adjust the...
2012-08-06 John Benediktssonecho-server: change to binary echo.
2012-08-06 John Benediktssonecho-server: switch to utf8.
2012-08-06 John Benediktssonsplitting: making split inline.
2012-08-06 John Benediktssonsorting.extras: adding 'argsort'.
2012-08-06 John Benediktssonsequences.extras: adding "none?" and "one?".
2012-08-06 John Benediktssonlint: disabling tuck test.
2012-08-06 otoburbextra/lint: Removed dup -rot -> tuck entry from manual...
2012-08-05 John Benediktssonrandom.data: make constants available to random.data.
2012-08-05 John Benediktssonvm: make sure we zero out the end of the bignums.
2012-08-05 John Benediktssonrosetta-code.image-noise: fix vocab name.
2012-08-05 Jon Harperrosetta-code.y-combinator: add ackerman functions to...
2012-08-05 Jon Harpercleanup: with fry, _ call is @
2012-08-05 Jon Harperrosetta-code.y-combinator use inline instead of call...
2012-08-05 Jon Harperrosetta-code.y-combinator, fix IN:
2012-08-05 Jon Harpernoise-ui, higher fps (x3)
2012-08-05 Jon Harper1string string>number -> digit>
2012-08-05 Jon Harperrandom-string: make letters and numbers equiprobable
2012-08-04 John Benediktssonbenchmark.find-pi: adding the bignum ratio find-pi...
2012-08-04 John Benediktssonvm: a bit faster not to trim on each iteration...
2012-08-04 John Benediktssonvm: additional fix in bignum_gcd.
2012-08-03 John Benediktssonrosetta-code: adding implementations of rosettacode...
2012-08-03 John Benediktssonecho-server: adding a simple echo server.
2012-08-03 Doug Colemanclasses.tuple: Fix unit test.
2012-08-03 Doug Colemannoise-ui: move to rosetta.image-noise
2012-08-03 Doug Colemancore: Throw an error when assigning a bignum to a fixnu...
2012-08-03 Doug Colemanmason.common: Don't put a limit on prettyprinter output...
2012-08-03 Doug Colemannoise-ui: Add a MAIN:
2012-08-03 John Benediktssonvm: some fixes to fast bignum gcd.
2012-08-03 John Benediktssonbenchmark.wrap: adding a wrap benchmark.
2012-08-03 John Benediktssonwrap.words: missed this commit.
2012-08-03 John Benediktssonhashtables: testing that associate and H{ } set-at...
2012-08-03 John Benediktssonwrap: remove use of namespace, speed up a little.
2012-08-03 John Benediktssonhashtables: reduce default size of associate.
2012-08-03 John Benediktssoncore-text: use cached-lines get-global.
2012-08-03 John Benediktssonfix using list for recent test additions.
2012-08-03 John Benediktssonvm: fix updating size inside bignum_gcd loop.
2012-08-03 Doug Colemanbignum: Fix bignum_gcd algorithm from overwriting the...
2012-08-03 John Benediktssonvm: adding more GC_BIGNUM to WIN64 path. See #599.
2012-08-02 John Benediktssonadding some tests for the recent integer>fixnum fix.
2012-08-02 John Benediktssoncompiler.cfg: don't need to escape the symbol here.
2012-08-02 John Benediktssonnamespaces: counter should be inlined for globals optim...
2012-08-02 John Benediktssoncompiler.codegen: instruction counter is a global.
2012-08-02 John Benediktssonio.sockets: fix stack effect names.
2012-08-02 John Benediktssonusing integer>fixnum in more places.
2012-08-02 John Benediktssoncombinators.random: some style cleanup.
2012-08-02 John Benediktssonmake: update docs for 'make-assoc' functionality.
2012-08-01 John Benediktssoncore-foundation.run-loop: remove reset on every iteration.
2012-08-01 John Benediktssonui.backend.gtk.io.unix: switch to "mx get-global".
2012-08-01 John Benediktssonio.backend.unix.multiplexors.run-loop: switch to "mx...
2012-08-01 John Benediktssonunix.time: faster "0 make-timeval".
2012-08-01 John Benediktssonio.backend: fix docs to show nanoseconds instead of...
2012-08-01 John Benediktssoncore-foundation.run-loop: use fewer durations.
2012-08-01 John Benediktssoncore-foundation.run-loop: this is still needed, for...
2012-08-01 Doug Colemannoise-ui: Initial checkin. Slightly modified from http...
2012-08-01 John Benediktssoncore-foundation.run-loop: do less work, speeds up yield...
2012-08-01 John Benediktssonbenchmark.yield: testing lots of yields.
2012-08-01 John Benediktssonui.gadgets: fix docs for max-dims.
2012-08-01 John BenediktssonRevert "alien.libraries: allow "foo f address-of" to...
2012-08-01 John Benediktssoncore-text: cache attribute assoc.
2012-08-01 John Benediktssonalien.libraries: allow "foo f address-of" to be folded.
2012-08-01 John Benediktssonui: short-circuit layout-queued if deque is empty.
2012-08-01 John Benediktssonrandom: faster random-units and random-integers.
2012-08-01 John Benediktssonui.gadgets: faster max-dims and sum-dims.
2012-07-31 John Benediktssonfix some docs to have string article names.
2012-07-31 John Benediktssonhelp.search: bit faster, allow searching for things...
2012-07-31 Doug Colemanfreetype: Disable on mac. Fixes #588.
2012-07-31 Doug Colemanclutter: load gtk first. Fixes #598.
2012-07-31 John Benediktssonhelp.search: allow searching within help articles.
2012-07-31 Doug Colemansequences: Change bounds-check? to be generic on intege...
2012-07-31 Doug Colemanclasses.tuple: Fix unit tests related to coerce
2012-07-31 Doug Colemanslots: Don't coerce flots to integers in tuple slots...
2012-07-30 Doug Colemanmath.matrices: rename van-der-monde to vandermonde
2012-07-30 John Benediktssonmath.extras: adding moving sum/supremum/infimum.
2012-07-30 John Benediktssonmath.matrices: adding van-der-monde matrix.
2012-07-30 John Benediktssonmath.vectors: implement v^, v^n, n^v.
2012-07-30 John BenediktssonRevert "vocabs.loader: teach append-vocab-dir about...
2012-07-30 John Benediktssonvocabs.loader: teach append-vocab-dir about private...
2012-07-30 John Benediktssonsplitting: crlf? was unnecessary.
2012-07-30 John Benediktssonsequences: improve change-nth, if nth was successful...
next