]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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...
2013-03-30 John Benediktssoncocoa: add ?-> to remember messages being used at runtime.
2013-03-30 John Benediktssoncocoa.messages: fix for deploy problem.
2013-03-30 John Benediktssoneditors.textadept: match style of other vocabs.
2013-03-30 Michael T.... add textadept editor support
2013-03-30 John Benediktssonui.backend.cocoa.views: more robust respondsToSelector...
2013-03-30 John Benediktssoncore-foundation.numbers: support converting CFNumber...
2013-03-30 Doug Colemandebugger: Fix error message.
2013-03-30 Doug Colemandb, db.sqlite: If we are in a transaction, don't start...
2013-03-30 Doug Colemanlayours.hpp: Don't need RETAG here. Found by @mrjbq7...
2013-03-29 John Benediktssonui.backend.cocoa.views: spacing.
2013-03-29 John Benediktssoncocoa.messages: add super-sender for completeness.
2013-03-29 Doug ColemanConfig.macosx: Try to support 10.5.
2013-03-29 John Benediktssonui.backend.cocoa.views: simplify and add os version...
2013-03-29 John Benediktssonui.backend.cocoa.views: maybe this works on 10.6.
2013-03-29 John Benediktssoncocoa.messages: some support for runtime message sending.
2013-03-29 John Benediktssoncocoa.messages: use ERROR:.
2013-03-29 Doug Colemangdbm: Change the gdbm test file to have a different...
2013-03-29 John Benediktssonunix: use byte-vectors here.
2013-03-29 John Benediktssoncore-foundation.strings: faster CF>string.
2013-03-29 Doug Colemanenvironment: Call unset-os-env when passed an ``f`...
2013-03-29 Doug Colemandebugger: Try to be more helpful if linux libraries...
2013-03-29 Doug ColemanGNUmakefile: Version was still .94, bump it to .96
2013-03-29 Doug ColemanConfig.linux: Clean up warnings when compiling with...
2013-03-29 Doug Colemancpu.8080: Throw an error not a string.
2013-03-29 Doug Colemanasn1: Throw an error not a string.
2013-03-29 Doug Colemanpeg.ebnf: Throw errors not strings.
2013-03-29 Doug Colemanbootstrap.image: Use error syntax.
2013-03-29 John Benediktssonmath.floats: fix M\ float /mod.
2013-03-29 John Benediktssonmath.ratios: adding some tests for M\ ratio /mod.
2013-03-29 John Benediktssonmath.floats: adding some tests for M\ float mod.
2013-03-29 John Benediktssonsequences.extras: faster even-indices and odd-indices.
2013-03-29 John Benediktssonxmode.highlight: highlight vocabs and pathnames too.
2013-03-29 John Benediktssongrouping: fix circular-slice equal.
2013-03-29 John Benediktssonslots: fix typo, cleanup style a little bit.
2013-03-29 John Benediktssonmath.functions: faster >rect by specializing for complex.
2013-03-28 John Benediktssonxmode.highlight: enable highlighting of words.
2013-03-28 John Benediktssonmath.ratios: faster M\ ratio mod.
2013-03-28 John Benediktssonmath.ratios: faster M\ ratio /mod.
2013-03-28 John Benediktssonmath.parser: don't use variables in M\ ratio >base.
2013-03-28 John Benediktssonbenchmark.parse-ratio: adding a ratio parse benchmark.
2013-03-28 John Benediktssonmath.parser: exactly allocate sbuf for fixnums.
2013-03-28 John Benediktssonbenchmark.parse-float: add a float parse benchmark.
2013-03-28 John Benediktssonmath.statistics: adding demean and demedian, cleanup...
2013-03-28 John Benediktssonbenchmark.parse-bignum: adding a bignum parse benchmark.
2013-03-28 John Benediktssonbenchmark.parse-fixnum: adding a fixnum parse benchmark.
2013-03-28 John Benediktssonpdf.wrap: adding some tests.
2013-03-28 John Benediktssonstack-checker: make recursive-reduce have same signatur...
2013-03-28 John Benediktssonstack-checker: maybe add a test that tests what the...
2013-03-28 John Benediktssonstack-checker: remove a test that is no longer valid...
2013-03-28 John Benediktssonmath.parser: do two digits down until 10.
2013-03-28 John Benediktssonmath.parser: faster using byte-arrays.
2013-03-27 John Benediktssonsplitting: adding split-slice and split*-slice for...
2013-03-27 John Benediktssonhints: should hint on split not split,
2013-03-27 John Benediktssonsplitting: add split*-when-slice and change to not...
next