]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-06-05 John Benediktssonwindows.ddk.setupapi: use PACKED-STRUCT (thanks Joe...
2012-06-02 Doug Colemancalendar.holidays.us: Donuts too often
2012-06-02 John Benediktssoncore-foundation.strings: prevent creating CFString...
2012-06-02 John Benediktssonlistener: move pprint error catching to stack.
2012-06-02 Doug Colemancalendar.holidays.us: Today is National Donut Day.
2012-06-02 John Benediktssonlistener: don't crash if pprint fails.
2012-06-01 Doug Colemanclasses.tuple: Better error message for tuples that...
2012-06-01 John Benediktssonbenchmark.busy-loop: make sure fixnum math on 32-bit.
2012-06-01 John Benediktssonbenchmark.busy-loop: adding a busy-loop "control" bench...
2012-06-01 Doug Colemanio.files.info.unix: When setting access or modified...
2012-06-01 John Benediktssondebugger: fix error summary for not-found-in-roots.
2012-06-01 John Benediktssonprettyprint: document "~1 more~" behavior (funny becaus...
2012-06-01 John Benediktssonfastcgi: removing dependency on unix-only.
2012-06-01 John Benediktssonmath.combinatorics: 100%+ faster combinations.
2012-06-01 John Benediktssonmath.functions: implement copysign.
2012-05-31 John Benediktssonsequences.extras: adding sift-as and harvest-as.
2012-05-31 John Benediktssonsequences.extras: even simpler round-robin.
2012-05-31 John Benediktssonsequences.extras: simpler round-robin.
2012-05-31 John Benediktssonsequences.extras: adding round-robin.
2012-05-29 John Benediktssonfix some tests broken by the prepend change.
2012-05-29 John Benediktssonsequences: un-inline prepend to fix "cannot call" error.
2012-05-29 John Benediktssonio.sockets: fix stack effect for <broadcast>.
2012-05-29 John Benediktssonsequences: change prepend to return type of first seque...
2012-05-29 John Benediktssonio.sockets.windows: get the handle from the handle.
2012-05-29 John Benediktssonio.sockets: adding "broadcast port", ideally would...
2012-05-29 John Benediktssonunix.ffi: adding some socket constants.
2012-05-29 John Benediktssonvim: allow sign of exponent to be optional (e.g., ...
2012-05-29 John Benediktssonvim: fix float syntax highlighting of "1."
2012-05-28 Doug Colemancompaction: Inifnite headaches--cured! Two compact...
2012-05-25 John Benediktssonmath.matrices: adding docs for a few words.
2012-05-24 Doug Colemanmath.matrices: Add another test to make sure we calcula...
2012-05-24 Doug Colemanmath.matrices: Add stitch. Add Kronecker product.
2012-05-19 Felix Kaiserparser: fix typo in docs
2012-05-19 John Benediktssonsequences.extras: move min-by/max-by to math.compare.
2012-05-17 John BenediktssonAdding a readme that github can understand.
2012-05-17 John Benediktssonassocs.extras: more tests for deep-at.
2012-05-15 John Benediktssonassocs.extras: adding deep-at.
2012-05-14 John Benediktssonsequences.extras: adding supremum-by and infimum-by...
2012-05-14 John Benediktssonsequences.extras: adding each-from and reduce-from.
2012-05-14 John Benediktssonsequences.extras: adding test for insert-sorted.
2012-05-14 John Benediktssonhash-sets: using ?adjoin to implement duplicates, some...
2012-05-14 John Benediktssonsets: adding ?adjoin.
2012-05-14 John Benediktssonmodels: adding ?set-model.
2012-05-08 John Benediktssonmath.statistics: adding winsorized-mean.
2012-05-08 John Benediktssonmath.statistics: adding trim-mean and signal-to-noise.
2012-05-08 John Benediktssonmath.similarity: fix tests, not sure this is the correc...
2012-05-08 John Benediktssoninterval-sets: inline unicode constant.
2012-05-07 Doug Colemanmath.statistics: Add sum-of-squares word, add sum-of...
2012-05-07 Doug Colemansequences.extra: Fix min-by and max-by.
2012-05-05 John Benediktssonmemoize: moving MEMO[ to memoize.syntax to work around...
2012-05-05 John Benediktssonmemoize: change MEMO[ to push a quotation.
2012-05-05 John Benediktssonmemoize: cleaner test case.
2012-05-05 John Benediktssonmemoize: adding a MEMO[ word which makes an inlined...
2012-05-05 John Benediktssonui.gadgets.editors: adding delete-to-start-of-document...
2012-05-05 John BenediktssonRevert "Clean up smalltalk grammar"
2012-05-05 John Benediktssonmath.matrices: adding hilbert-matrix, toeplitz-matrix...
2012-05-05 John Benediktssoninterval-sets: change tests to use constant literals.
2012-05-05 John Benediktssoninterval-sets: some modernization.
2012-05-05 Daniel EhrenbergInterval sets library
2012-05-05 Slava PestovClean up smalltalk grammar
2012-05-04 Doug Colemanmath.statistics: Add power-mean and quadratic-mean.
2012-05-04 John Benediktssonmath.statistics: simpler (faster) version of rescale.
2012-05-04 John Benediktssonmath.statistics: adding contraharmonic-mean.
2012-05-04 John Benediktssonmath.statistics: adding mean-dev and median-dev.
2012-05-04 John Benediktssonmath.statistics: separate "sample-" and "full-" version...
2012-05-04 John Benediktssonmath.extras: adding moving-median.
2012-05-04 John Benediktssonmath.statistics: adding standardize, differences, rescale.
2012-05-04 Doug Colemanmath.matrices: Add a diagonal-matrix word that makes...
2012-05-04 John Benediktssonmath.finance: adding some tests.
2012-05-04 John Benediktssonmath.finance: some fixes to dema, gdema, and tema.
2012-05-04 Doug Colemanprettyprint: Fix unit tests. Remove useless line.
2012-05-04 John Benediktssonmath.extras: adding moving-average and exponential...
2012-05-04 Doug Colemancompiler.units: Oops, meant not to commit this one.
2012-05-04 Doug Colemanmath.blas, alien.fortran: Back from beyond the grave.
2012-05-04 John Benediktssonmath.extras: adding jacobi and legendere symbols.
2012-05-04 Doug Colemanclasses:
2012-05-03 John Benediktssonmath.finance: adding dema, gdema, and tema.
2012-05-03 John Benediktssonmath.distances: adding correlation-distance.
2012-05-03 John Benediktssonmath.distances: adding a couple more distance functions.
2012-05-03 John Benediktssonmath.functions: adding generalized signum function...
2012-05-03 John Benediktssonmath.distances: adding some distance functions.
2012-05-03 John Benediktssonmath.vectors: adding p-norm.
2012-05-03 John Benediktssonsequences.extras: adding 2map-sum and 2count.
2012-05-03 John Benediktssonmath.similarity: adding a few similarity metrics.
2012-05-02 John Benediktssonsequences.extras: adding "filter-map".
2012-05-02 Doug Colemanmath.functions: rename exp to e^ to be consistent with...
2012-05-02 Doug Colemanmath.functions: Add e^ and sigmoid functions.
2012-04-27 John Benediktssonsequences: adding find-index-from.
2012-04-27 John Benediktssontools.deploy: fix location of port-number file.
2012-04-27 John Benediktssonctags.etags: remove unnecessary test.
2012-04-27 John Benediktssonassocs.extras: adding assoc-harvest and assoc-sift.
2012-04-27 John Benediktssonsplitting: fixing split1-last.
2012-04-27 John Benediktssonmath.statistics: adding entropy function.
2012-04-26 John Benediktssonproject-euler: fix shadowing of permutations?.
2012-04-26 John Benediktssonsequences.extras: fixing map-concat to return type...
2012-04-26 John Benediktssonusing reverse! when possible.
2012-04-26 John Benediktssonassocs: 50% faster zip.
2012-04-25 John Benediktssonsequences.extras: faster longest-subseq, cleanup other...
2012-04-25 John Benediktssonsequences.extras: adding map-sift and map-harvest.
2012-04-25 John Benediktssonsequences.extras: adding map-filter.
next