]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2013-04-10 John BenediktssonFactor.app: update copyright.
2013-04-09 Doug Colemaneditors.geany.windows: Add Windows support.
2013-04-09 John Benediktssoneditors.bbedit: adding "open in BBEdit" support.
2013-04-09 John Benediktssoneditors.xcode: adding "open in XCode" support.
2013-04-09 Doug Colemaneditors.geany: Add support.
2013-04-09 Doug Colemaneditors.scite.windows: Fix using.
2013-04-09 Doug Colemanscite: Add support for Linux scite.
2013-04-09 John Benediktssonmath.factorials: style.
2013-04-09 Doug Colemaneditors.notepadpp: Move to editors.notepad++ since...
2013-04-09 John Benediktssonmath.factorials: cleanup orial-primes.
2013-04-09 Doug Colemaneditors.sublime.windows: Add support for Windows.
2013-04-09 Doug Colemaneditors.textadept: Add support for Windows.
2013-04-09 Doug Colemanio.directories.search.windows: Windows8 doesn't find...
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonsets.extras: adding symmetric-diff and proper-subset?.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: making double-factorial work for negat...
2013-04-09 John Benediktssonmath.factorials: adding double-factorial.
2013-04-08 John Benediktssonmath.factorials: cleanup using.
2013-04-08 John Benediktssonmath.factorials: include 1.
2013-04-08 John Benediktssonmath.factorials: handle more inputs in factorial/.
2013-04-08 John Benediktssonmath.factorials: various factorial words.
2013-04-08 John Benediktssonbenchmark.sum-file: simpler, more idiomatic, faster.
2013-04-07 John Benediktssonbenchmark.pidigits: simplify handling of arrays.
2013-04-07 John Benediktssonbenchmark.reverse-complement: more idiomatic, faster.
2013-04-07 John Benediktssonhash-sets: use map-into in members.
2013-04-07 John Benediktssonbiassocs: implement keys/values.
2013-04-07 John Benediktssonmirrors: implement keys/values.
2013-04-07 John Benediktssonhashtables.wrapped: faster >alist, keys, values.
2013-04-07 John Benediktssonassocs: faster keys/values for enums.
2013-04-07 John Benediktssonpersistent.hashtables: fix missing keys/values, not...
2013-04-07 John Benediktssonhashtables: cleanup duplicate code.
2013-04-07 John Benediktssonhashtables: faster keys and values on hashtables.
2013-04-07 John Benediktssonassocs: making keys and values generic.
2013-04-07 John BenediktssonMinor fix to make sure strings are produced.
2013-04-07 John Benediktssonuse concat instead of join.
2013-04-06 John Benediktssonstack-checker.dependencies: use short-circuit better.
2013-04-06 John Benediktssontools.crossref: switch to using identity hash-sets.
2013-04-06 John Benediktssonmath.combinatorics: remove duplicate nths-unsafe.
2013-04-06 John Benediktssonrandom: use nths-unsafe in sample.
2013-04-06 John Benediktssonsequences: adding nths-unsafe.
2013-04-06 Doug Colemaneditors.sublime: Add support for Sublime Editor 2 for...
2013-04-06 John Benediktssonhash-sets.sequences: adding sequence hashsets.
2013-04-06 John Benediktssonhash-sets.identity: adding identity hashsets.
2013-04-06 John Benediktssonhash-sets.wrapped: support for "wrapped" hash-sets.
2013-04-06 John Benediktssonhashtables.identity: minor cleanup.
2013-04-06 John Benediktssonhashtables.sequences: minor cleanup.
2013-04-06 Doug Colemanheaps: Add >min-heap, >max-heap.
2013-04-06 John Benediktssonhelp: make sure error-classes are displayed in error...
2013-04-06 John Benediktssonmath.combinatorics: make permutations-quot to reduce...
2013-04-06 John Benediktssonmath.combinatorics: produce type of sequence in selections.
2013-04-06 John Benediktssonprettyprint: speed up unparse by not making the manifes...
2013-04-06 John Benediktssonmath.combinatorics: use nth-unsafe more.
2013-04-06 John Benediktssonmath.combinatorics: faster nCk (use integer division).
2013-04-05 John Benediktssonmath.combinatorics: faster permutation (using slices).
2013-04-05 John Benediktssonbit-arrays: use integer>fixnum, cleanup resize.
2013-04-04 John Benediktssonbloom-filters: fix docs.
2013-04-04 John Benediktssoninfix: removing alternate syntax due to use of multilin...
2013-04-04 Doug Colemanhelp.tutorial: Use scaffold-work in palindrome tutorial.
2013-04-04 John Benediktssoninfix: adding alternate syntax.
2013-04-04 John Benediktssoninfix: adding pow().
2013-04-04 John Benediktssonboids: fix typo.
2013-04-04 John Benediktssonbloom-filters: cleanup interface a little bit.
2013-04-04 John Benediktssonbase85: fix handling of pad characters.
2013-04-04 John Benediktssonbase85: adding a base85 encoder/decoder.
2013-04-04 John Benediktssonbenchmark.bloom-filters: more iterations now bloom...
2013-04-04 John Benediktssonbloom-filters: tons of speed.
2013-04-04 John Benediktssonbloom-filters: more speeeeeed.
2013-04-04 John Benediktssoncolors.mix: some descriptions.
2013-04-04 John Benediktssoncolors.hsv: fix using.
2013-04-03 John Benediktssoncolors: move mixing words to colors.mix.
2013-04-03 John Benediktssoncolors: actually add the tests this time.
2013-04-03 John Benediktssoncolors: adding sample-linear-gradient and some tests.
2013-04-03 John Benediktssoncolors.hsv: add a golden-rainbox color sequence word.
2013-04-03 John Benediktssonbloom-filters: minor style improvements.
2013-04-03 John Benediktssonbloom-filters: performance improvements.
2013-04-03 John Benediktssonbenchmark.bloom-filters: adding a benchmark for bloom...
2013-04-03 John Benediktssonsequence.extras: adding ?trim-head and ?trim-tail.
2013-04-02 John Benediktssoncolors.hsv: use sort-triple instead of natural-sort.
2013-04-02 John Benediktssonregexp.minimize: use sort-pair instead of natural-sort.
2013-04-02 John Benediktssonsorting.extras: better tests and fix zip order.
2013-04-02 John Benediktssonsorting.extras: adding map-sort for efficiently decorat...
2013-04-02 John Benediktssonmath.extras: adding round-to-step.
2013-04-02 John Benediktssonmath.extras: adding round-to-decimal.
2013-04-02 John Benediktssonmath.functions: remove round-to.
2013-04-01 John Benediktssoneditors.textadept: use "-e goto_line(n-1)".
2013-04-01 John Benediktssonbenchmark.splitting: stop using split* and use slices...
2013-04-01 John Benediktssonsplitting.extras: adding split* and split-find.
2013-04-01 John Benediktssonsplitting: removing split* to extras.
2013-04-01 John Benediktssonascii: change >words not to use split*.
2013-04-01 Michael T.... Added Lua source files for Textadept editor support...
2013-04-01 John Benediktssonsplitting: add another test case to make sure we can...
2013-04-01 John Benediktssoneditors.textadept: make it work on Mac OS X.
2013-04-01 John Benediktssonsee: fixing summary for ALIAS.
2013-04-01 John Benediktssonwords.alias: definition is just the def>>.
2013-03-31 John Benediktssonascii: adding >words, >title, and capitalize.
2013-03-31 John Benediktssonsplitting: change split* to preserve (separately) the...
2013-03-31 John Benediktssonio.files: use split instead of split*.
2013-03-30 John Benediktssoncocoa: maybe this is cleaner...
next