]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2018-02-24 Alexander Iljin.gitattributes: add the eol=lf attribute to html-files...
2018-02-24 John Benediktssonminesweeper: adding some help docs and cap timer at...
2018-02-24 John Benediktssonminesweeper: simpler hint mode, type more to disable.
2018-02-24 John Benediktssonminesweeper: adding XYZZY hint like the original.
2018-02-24 John Benediktssonminesweeper: some fixes to keep correct flag when winni...
2018-02-24 John Benediktssonminesweeper: grid sizes were off by one.
2018-02-22 John Benediktssondb.tuples: use natural-sort in test case.
2018-02-22 John Benediktssondb.tuples: simplify recreate-table.
2018-02-22 John Benediktssonshapefiles: add tests verifying roundtrip save-and...
2018-02-22 John Benediktssonshapefiles: implement save-shapes.
2018-02-22 John Benediktssonshapefiles: reorganize a bit, and add ``load-shapes``.
2018-02-22 John Benediktssondb.tuples: use recreate-table in tests.
2018-02-22 John Benediktssondb.tuples: fix tests for select-me table not exists.
2018-02-21 Alexander Iljindb.tuples-tests: add tests for each-tuple and update...
2018-02-21 Alexander Iljindb.tuples[-docs]: update copyright headers
2018-02-21 Alexander Iljindb.tuples[-docs]: add update-tuples
2018-02-21 Alexander Iljindb.tuples[-docs]: add each-tuple
2018-02-21 Alexander Iljindb.{tuples,types}-docs: fix an indefinite article
2018-02-21 John Benediktssonio.streams.string: implement stream-tell for sbufs.
2018-02-21 John Benediktssonio.streams.byte-array: implement stream-tell for byte...
2018-02-20 Doug Colemanassocs.extras: fry can easily curry the top item of...
2018-02-20 Doug Colemanwindows: Add some words that would be useful for Window...
2018-02-20 Doug Colemanui.backend.windows: Refactoring how messages are handle...
2018-02-20 Doug Colemanassocs.extras: go nuts on the crazy assoc words.
2018-02-19 Doug Colemanpython: Fix docs for when python dll is missing.
2018-02-19 Doug Colemanpython: Fix like three thinko bugs but it works now.
2018-02-19 Doug Colemanpython: Fix unit tests -- only test when library is...
2018-02-19 Doug Colemanpython: Only call the init if python is actually present.
2018-02-19 Doug Colemanalien.libraries: load-library is misnamed, refactor...
2018-02-19 John Benediktssonshapefiles: reorder words to match read-shape enum...
2018-02-19 John Benediktssonshapefiles: fix stacke effect names in read-shp.
2018-02-19 John Benediktssonshapefiles: use null-shape singleton for... null shapes.
2018-02-19 John Benediktssonshapefiles: more cleanup.
2018-02-18 John Benediktssonshapefiles: cleanup, simplify a bit.
2018-02-18 John Benediktssonshapefiles: adding parser for ESRI Shapefiles.
2018-02-18 John Benediktssonnamed-tuples: few more test cases.
2018-02-18 John Benediktssonnamed-tuples: make work with bignum indices.
2018-02-18 John Benediktssonsequences.modified: little bit more cleanup.
2018-02-18 John Benediktssonsequences.modified: simplify M\ summed modified-nth.
2018-02-17 John Benediktssonnamed-tuples: use ?offset-of-slot in M\ named-tuple...
2018-02-17 John Benediktssonclasses.tuple: adding ?offset-of-slot that returns...
2018-02-17 John Benediktssonnamed-tuples: mention assocs in summary.txt.
2018-02-17 John Benediktssonnamed-tuples: experiment to treat some tuples as sequen...
2018-02-17 John Benediktssonui.gadgets.worlds: rethrow error so traceback is more...
2018-02-17 John Benediktssonminesweeper: better smiley faces.
2018-02-16 John Benediktssonminesweeper: better fix for hand click.
2018-02-16 John Benediktssonminesweeper: fix bug when running before ever clicking...
2018-02-16 John Benediktssonsequences.extras: fix test case for interleaved/join...
2018-02-16 John Benediktssonsequences.extras: making evens/odds mutable sequences.
2018-02-16 John Benediktssonassoc-heaps: removing unused and uncompleted vocab.
2018-02-16 John Benediktssonsequences.extras: rename join-with to interleaved.
2018-02-16 John Benediktssonsequences.extra: make evens/odds virtual sequences.
2018-02-16 John Benediktssonsequences.repeating: cleanup repeats.
2018-02-16 John Benediktssonsequences.extras: fix evens/odds to not cache length.
2018-02-16 John Benediktssonsequences.interleaved: use 2/ (shift) instead of 2...
2018-02-16 John Benediktssonsequences.interleaved: adding a interleaved sequence.
2018-02-16 John Benediktssonsequences.extras: adding join-with-as, test with strings.
2018-02-15 John Benediktssonenglish: use ?pluralize in count-of-things.
2018-02-15 John Benediktssonsequences.extras: faster join-with.
2018-02-15 John Benediktssonenglish: use join-with.
2018-02-15 John Benediktssonsequences.extras: adding join-with.
2018-02-15 John Benediktssonenglish: simplify or-markup-example.
2018-02-15 John Benediktssonhelp.lint.coverage: fix help-lint with english changes.
2018-02-15 John Benediktssonenglish: fix up docs.
2018-02-15 John Benediktssonenglish: change comma-list to fit my brain better.
2018-02-15 John BenediktssonSquashed commit of the following:
2018-02-15 John Benediktssonfix some tests broken by previous commit.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-15 John Benediktssonfix some test usings broken in the cleanup yesterday.
2018-02-15 John Benediktssonproject-euler.186: simpler with if instead of 2unless?.
2018-02-15 John Benediktssonproject-euler.186: merge next/advance.
2018-02-15 John Benediktssonproject-euler.186: the build bots can handle it.
2018-02-15 John Benediktssonproject-euler: removing unnecessary IN: in -tests.
2018-02-15 John Benediktssonproject-euler.186: fix, I guess it's been broken for...
2018-02-15 John Benediktssonextra: remove some unneeded IN: in -tests.
2018-02-15 John Benediktssonsudoku: better tests.
2018-02-15 John Benediktssonassoc-heaps: adding / fixing test case.
2018-02-15 John Benediktssontyped: cleanup using.
2018-02-15 John Benediktssonio.directories.search: use fry instead of curry in...
2018-02-14 John Benediktssontools.deprecation: use none?.
2018-02-14 John Benediktssonmisc/vim: update syntax file for none? addition.
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-02-14 John Benediktssonsequences: moving none? to core.
2018-02-14 John Benediktssondb.sqlite: remove unused "db-table" namespace variable.
2018-02-14 John Benediktssondb.tuples: simplify count-tuples.
2018-02-14 John Benediktssondb.queries: set the "table-name" inside a with-variables.
2018-02-14 John Benediktssondb.errors: cleanup using.
2018-02-14 John Benediktssondb.tuples: use fry instead of curry, fix stack effect...
2018-02-14 John Benediktssondb.tuples: more efficient with-disposals if sequence...
2018-02-14 John Benediktssondb.types: simplify filter-ignores.
2018-02-14 Cat Stevenscore/combinators docs: fix unclearness in case help
2018-02-13 John Benediktssonfix couple more typos in docs.
2018-02-13 John Benediktssondocuments: simplify text+loc.
2018-02-13 John Benediktssonfix another typo.
2018-02-13 John Benediktssonfix more typos in docs.
2018-02-13 John Benediktssonfix some typos in docs.
2018-02-12 Cat Stevensfix a typo in compiler.tree.propagation.constraints...
2018-02-12 Cat Stevensrepair overwritten changes
2018-02-12 Cat Stevensfinal fixups
next