]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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...
2012-07-29 John Benediktssonprettyprint.backend: fix docs.
2012-07-29 John Benediktssonmake some predicates return t/f instead of something/f.
2012-07-29 John Benediktssonprettyprint: print unprintables by hex escaping.
2012-07-28 John Benediktssonsequences: slightly faster sequence=.
2012-07-28 John Benediktssonbyte-vectors: simplify >byte-vector.
2012-07-28 John Benediktssonio.streams.sequence: minor refactor, minor speedup.
2012-07-28 John Benediktssonsequences: minor docs fixes.
2012-07-28 John BenediktssonRevert "bootstrap: words have read-only string names."
2012-07-28 John BenediktssonRevert "continuations: add typing."
2012-07-28 John Benediktssoncontinuations: add typing.
2012-07-28 John Benediktssonparser: make sure lines is an array.
2012-07-27 John Benediktssonbootstrap: words have read-only string names.
2012-07-27 John Benediktssonlexer: typed slots.
2012-07-27 John Benediktssonbenchmark.dispatch4: split into two benchmarks.
2012-07-27 John Benediktssonbenchmark.sum-file: removing dependency on random.
2012-07-27 John Benediktssontools.scaffold: rename scaffold-help to scaffold-docs.
2012-07-27 John Benediktssonsee: more information on built-in classes.
2012-07-27 John Benediktssonui.tools.operations: allow watch on non-annotated words...
2012-07-27 John Benediktssontools.annotations: add a predicate class for annotated...
2012-07-27 John Benediktssoncsv: bit faster writing csv.
2012-07-27 John Benediktssonhttp: only parse expires if non-empty.
next