]> gitweb.factorcode.org Git - factor.git/history - core
VM: Remove empty source files
[factor.git] / core /
2013-05-07 John Benediktssonsequences: fix test case.
2013-05-06 John Benediktssonsequences: change binary-reduce not to be row-polymorph...
2013-05-06 John Benediktssonsequences: implement sum on iota-tuple.
2013-04-27 John Benediktssonadding some summary.txt files.
2013-04-25 John Benediktssonparser: add invalid-word-name, use it to check for...
2013-04-22 John Benediktssonstrings.parser: use rest-slice.
2013-04-17 John Benediktssonsequences: cleanup shared code between supremum-by...
2013-04-17 John Benediktssonsequences: faster remove-nth.
2013-04-16 John Benediktssonwords.alias: make aliases to parsing words also parsing...
2013-04-14 Doug Colemaneffests.parser: Oops wrong word.
2013-04-14 Doug Colemaneffects.parser: Fix word -> current-word for definition...
2013-04-10 John Benediktssonsequences: fix supremum-by and infimum-by to be row...
2013-04-10 John Benediktssonsequences: moving some words to sequences.extras.
2013-04-07 John Benediktssonassocs: faster keys/values for enums.
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 Benediktssonuse concat instead of join.
2013-04-06 John Benediktssonsequences: adding nths-unsafe.
2013-04-01 John Benediktssonsplitting: removing split* to extras.
2013-04-01 John Benediktssonsplitting: add another test case to make sure we can...
2013-04-01 John Benediktssonwords.alias: definition is just the def>>.
2013-03-31 John Benediktssonsplitting: change split* to preserve (separately) the...
2013-03-29 John Benediktssonmath.floats: fix M\ float /mod.
2013-03-29 John Benediktssonmath.floats: adding some tests for M\ float mod.
2013-03-29 John Benediktssonslots: fix typo, cleanup style a little bit.
2013-03-28 John Benediktssonmath.parser: don't use variables in M\ ratio >base.
2013-03-28 John Benediktssonmath.parser: exactly allocate sbuf for fixnums.
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 Benediktssonsplitting: add split*-when-slice and change to not...
2013-03-27 John Benediktssonsplitting: adding split1-when-slice and split-when...
2013-03-27 John Benediktssonmath.parser: faster number>string.
2013-03-27 John Benediktssonhash-sets: inline >hash-set to speed up set operations.
2013-03-27 John Benediktssonhash-sets: slightly faster filter-members.
2013-03-27 John Benediktssonhash-sets: faster intersect and diff, when both are...
2013-03-27 John Benediktssonhash-sets: faster subset? and set= when both are hash...
2013-03-27 John Benediktssonhash-sets: faster intersects?.
2013-03-27 John Benediktssonsets: inline small/large.
2013-03-27 John Benediktssonhash-sets: simpler code.
2013-03-27 John Benediktssonsets: encourage re-use by adding (intersect) and (diff).
2013-03-25 John Benediktssonsplitting: string-lines docs say it returns strings...
2013-03-24 John Benediktssonsets: adding intersect!.
2013-03-24 Doug Colemancore/extra tests: Fix word -> last-word
2013-03-24 Doug Colemanclasses.union/maybe: Check the members of the maybe...
2013-03-24 John Benediktssoncompiler.units: use ?adjoin.
2013-03-24 John Benediktssonvocabs.loader: use adjoin-all.
2013-03-24 Doug Colemansorting: Rename merge tuple to merge-state.
2013-03-24 Doug Colemansource-files.errors: Oops fix double define.
2013-03-24 Doug Colemanstrings, multiline: Fix unexpected-eof.
2013-03-24 Doug Colemanvocabs.loader: Fix undefined-word.
2013-03-24 Doug Colemanlexer, parser: Rename unexpected-eof.
2013-03-24 Doug Colemanwords: Rename undefined.
2013-03-24 Doug Colemansource-files.errors: Rename error-type.
2013-03-24 Doug Colemanio.encodings.utf16n: Rename utf16n.
2013-03-24 Doug Colemancontinuations: Rename restart to continue-restart.
2013-03-24 Doug Colemancompiler.units: Rename redefine-error.
2013-03-23 John Benediktssonhash-sets: implement faster ?adjoin.
2013-03-23 John Benediktssonsets: make ?adjoin a generic method.
2013-03-23 John Benediktssonhashtables: remove stack effects from generic methods.
2013-03-23 Doug Colemancombinators: Forgot an iota method.
2013-03-23 Doug Colemaniota: iota vs iota-tuple. Sorry...for the tools to...
2013-03-23 Doug Colemandefinitions: Separate definition definitions.
2013-03-23 Doug Colemansource-files: Rename source-file.
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-23 John Benediktssonsets: reverting push-unsafe change for now, seems to...
2013-03-23 Doug Colemanassocs-docs: Link of and ?of.
2013-03-23 John Benediktssonassocs: tweak docs for new-assoc.
2013-03-23 Doug Colemanclasses.union: Fix circular reference between multiple...
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2013-03-23 John Benediktssonsets: use push-unsafe in pruned.
2013-03-23 John Benediktssongrowable: use fixnum+fast and integer>fixnum.
2013-03-23 John Benediktssonhash-sets: speed up union on two hash-sets.
2013-03-23 John Benediktssonsorting: move push-unsafe and push-all-unsafe to growab...
2013-03-23 Doug Colemansplitting: Support SBUF" " with split-lines. Fixes...
2013-03-23 Doug Colemanclasses.union: Disallow unions to refer to themselves...
2013-03-23 John BenediktssonRevert "hash-sets: faster M\ hash-set union."
2013-03-23 John Benediktssonhash-sets: faster M\ hash-set union.
2013-03-22 John Benediktssonsequences: require non-negative-integer for iotas.
2013-03-22 Doug Colemanclasses: Add a check that arguments to classoids are...
2013-03-22 John Benediktssonsequences: use each-integer and all-integers? instead...
2013-03-22 John Benediktssoncompiler.units: fix documentation for pair of hash...
2013-03-22 John Benediktssonsets: add proper spacing to docs.
2013-03-22 John Benediktssonio.binary: faster >be.
2013-03-21 Doug Colemansequences: Keep all arguments for immutable error.
2013-03-21 John Benediktssonhashtables: faster grow-hash by not calling >alist.
2013-03-21 John Benediktssonhash-sets: faster grow-hash by not calling members.
2013-03-21 Doug Colemanmath.floats: Fix the output of /mod and add some unit...
2013-03-21 John Benediktssonsorting: speed up sort-keys and sort-values by doing...
2013-03-20 John Benediktssonmath: implement /mod on floats.
2013-03-18 John Benediktssonio.encodings: speed up ascii and utf8 stream-read-until.
2013-03-15 John Benediktssonio.encodings: this appears to be faster and produce...
2013-03-15 John Benediktssonio.encodings: remove duplication in decoder-readln.
2013-03-15 John Benediktssonio: adding stream-bl.
2013-03-15 John Benediktssonsequences: inline last-unsafe.
2013-03-12 John Benediktssonwords: add safety checks for word? type.
2013-03-12 John Benediktssonhash-sets: use ?adjoin instead of (all-unique?).
2013-03-12 Doug Colemansequences: More efficient longest and shortest by movin...
2013-03-12 Doug Colemansequences: Add some short useful factors. Clean up...
next