]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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.
2012-04-25 John Benediktssonsequences.extras: adding map-concat.
2012-04-25 John BenediktssonUse "map-sum" instead of "map sum".
2012-04-25 John Benediktssonchange to in-place reverse.
2012-04-25 John Benediktssonmath.combinatorics: minor performance improvements.
2012-04-25 John Benediktssonbenchmark.combinatorics: adding a combinatorics benchmark.
2012-04-24 John Benediktssonsequences.extras: adding rotate and rotate! words.
2012-04-24 John Benediktssonmath.combinatorics: faster version of factorial.
2012-04-24 Doug Colemanmath.statistics: Add eight methods for calculating...
2012-04-23 Doug Colemanmath.statistics: Make a safe version of kth-object...
2012-04-23 John Benediktssonmath.combinatorics: adding <combinations> and <permutat...
2012-04-23 Doug Colemanmath.statistics: Generalize kth-smallest into kth-objec...
2012-04-22 John Benediktssonmath.combinatorics: fix failed find combinations/permut...
2012-04-21 John Benediktssonmath.combinatorics: adding find-combination and find...
2012-04-21 John Benediktssonmath.extras: adding sterling numbers, bernoulli numbers...
2012-04-20 John Benediktssonbenchmark.make: use % (push-all).
2012-04-20 John Benediktssonbenchmark.make: adding a simple make benchmark.
2012-04-20 John Benediktssonmake: most sequences are less than 32.
2012-04-19 John Benediktssonsequences.extras: adding slice-when (non-destructive...
2012-04-19 John Benediktssonmath.primes.twins: calculating twin primes.
2012-04-19 John Benediktssonmath.functions: adding another test for roots.
2012-04-19 John Benediktssonmath.functions: adding "roots" word to get arbitrary...
2012-04-19 John Benediktssonmath.functions: adding docs and tests for ^mod.
2012-04-19 John Benediktssoncleanup some lint warnings.
2012-04-18 John Benediktssonclasses.struct: add some docs for read-struct.
2012-04-18 John Benediktssonclasses.struct: adding a read-struct word.
2012-04-18 John Benediktssonsplitting: fix docs for split1-when.
2012-04-18 John Benediktssonsplitting: adding split1-when.
2012-04-18 Doug Colemanmath.combinators: Add filter-permutations/combinations...
2012-04-18 Doug Colemanmath.combinators: Add map-permutation
2012-04-18 Doug Colemansequences.extras: Experimenting with collapse, compact...
2012-04-18 John Benediktssonrandom: adding rayleigh, gumbel, logistic, and power...
2012-04-18 John Benediktsson24-game: remove broken "spin" definition.
2012-04-18 John Benediktssonclasses.algebra: make class= and only-classoid? use...
2012-04-18 John Benediktssonsequences.extras: adding a version of filter that uses...
2012-04-18 John Benediktssonbootstrap.image.upload: fix checksums location to use...
2012-04-18 John Benediktssonsequences: fixing "Cannot apply 'call' to a run-time...
2012-04-18 John Benediktssonsequences: make map-reduce 5-20% faster, and 2map-reduc...
2012-04-17 John Benediktssonsequences: adding a test for map-reduce.
2012-04-16 John Benediktssonsequences.extras: faster minimum/maximum.
2012-04-16 John Benediktssoncocoa.plists: import cocoa to fix bootstrap issue.
2012-04-16 Joe Groffio.files.temp.windows: fix up
2012-04-16 Joe Groffchange temp-file to cache-file where appropriate
2012-04-16 Joe Groffio.files.temp: use OS tmp dir; add cache-directory
2012-04-16 John Benediktssonhash-sets: speed up diff, intersect, and union.
2012-04-16 John Benediktssonbenchmark.hash-sets: adding a benchmark for hash-sets.
2012-04-15 John Benediktssonsequences.extras: adding change-nths word.
2012-04-15 John Benediktssonsequences.extras: adding pad-longest.
2012-04-15 John Benediktssonsequences.extras: adding all-subseqs, each-subseq,...
2012-04-15 John Benediktssonrandom: adding some tests for the random distributions.
2012-04-15 John Benediktssonrandom: adding laplace, cauchy, chi-square, student...
2012-04-12 John Benediktssonmath.statistics: adding cumulative versions of sum...
2012-04-10 Doug Colemanvm: Typo for SITE_CFLAGS. Fixes #491.
2012-04-10 Doug Colemanmath.statistics: Fix docs for help-lint.
2012-04-09 John Benediktssonmath.combinatorics: fix help-lint.
2012-04-06 John Benediktssonvm: use euclid gcd on win64 until we find a better...
2012-04-06 John Benediktssonvm: use twodigit type for all variables (fixes 32-bit...
2012-04-05 John BenediktssonRevert "ascii: adding title case."
2012-04-05 John Benediktssonascii: adding title case.
2012-04-05 John BenediktssonRevert "math.functions: simpler without "simple-gcd"."
2012-04-05 John Benediktssonmath.functions: simpler without "simple-gcd".
2012-04-05 Doug Colemanvm/Config: GNUMakefile doesn't actually put the CFLAGS...
2012-04-05 John Benediktssonmath: adding a fast-gcd that speeds up all ratio operat...
2012-04-05 John Benediktssonvm: adding bignum_gcd primitive.
2012-04-03 Doug Colemanrandom: Add a k parameter for pareto. Add some unit...
2012-04-03 John Benediktssonmath.statistics: change 'var' to 'sample-var' and imple...
2012-03-31 otoburbio.pathnames: removed dependency on environment.
2012-03-31 otoburbio.pathnames: Revised ~ support to expand on the first...
2012-03-31 otoburbio.pathnames: Added ~/ (tilde) prefix recognition as...
2012-03-31 John Benediktssonrandom: adding triangular distribution.
2012-03-31 John Benediktssonrandom: adding von-mises distribution.
2012-03-31 John Benediktssonrandom: implement gamma distribution, fix beta to use it.
2012-03-31 Doug Colemanrandom: Change weibull-random-float to use alpha/beta...
2012-03-31 Doug Colemanrandom: Add random-unit word. 1 random-unit - is the...
2012-03-31 John Benediktssonrandom: 1 swap - was redundant.
2012-03-31 John Benediktssonrandom: gauss-random-float is just normal-random-float.
2012-03-31 John Benediktssonrandom: adding lognormal, exponential, weibull, pareto...
2012-03-29 John Benediktssonmath.vectors: separate "dot product" from "Hermitian...
2012-03-29 John BenediktssonMerge branch 'master' of github.com:mrjbq7/factor
2012-03-27 Joe Groffio.files: check argv when initing resource-path
2012-03-26 Joe Groffwebbrowser: move to basis for tools.deploy.unix
2012-03-25 Felix Kaiserfix build for linux (issue #480). thanks, jcollado!
2012-03-25 Joe Groffparse -resource-path= during bootstrap
2012-03-17 Felix Kaiserfix build for linux (issue #480). thanks, jcollado!
2012-03-08 John Benediktssonwolfram-alpha: display error if query unsuccessful.
2012-03-05 Doug Colemanunits.imperial: How much is a liter? About eight gills.
2012-03-04 Joe Groffui.tools.listener: dumb hack to set listener font
2012-03-02 John Benediktssonmath.combinatorics: fix tests for next-permutation.
next