]> gitweb.factorcode.org Git - factor.git/history - core
windows: Start adding GetBestInterface.
[factor.git] / core /
2012-09-16 John BenediktssonRevert "math: speed up integer>fixnum operations."
2012-09-15 John Benediktssonmath: speed up integer>fixnum operations.
2012-09-15 John Benediktssonmath.integers: fix docs for >integer.
2012-09-14 John Benediktssoncontinuations: slight speedup.
2012-09-14 John Benediktssonmath.order: improve docs for invert-comparison.
2012-09-14 John Benediktssonmath.order: cleanup stack effects.
2012-09-14 John Benediktssonmath.order: make it more obvious this is a real<=>.
2012-09-14 John Benediktssonsorting: 6% performance improvement using -unsafe words.
2012-09-14 John Benediktssonmath.order: speed up math comparisons using a math...
2012-09-11 John Benediktssonmath: cleaner "2/" speedup by using custom inlining.
2012-09-11 John Benediktssonmath: faster definition of 2/ (allows inlining of fixnu...
2012-09-11 John Benediktssonmath.integers: inline fixnum-log2.
2012-09-10 John Benediktssonsequences: bit faster binary-reduce.
2012-09-05 John Benediktssonsequences: minor formatting improvements.
2012-09-05 John Benediktssonsequences: faster "flip", looks at each element only...
2012-09-05 John Benediktssonsequences: make nth3-unsafe simpler.
2012-09-05 John Benediktssonsequences: faster binary-reduce.
2012-09-05 John Benediktssonsequences: better "halves".
2012-09-05 John Benediktssonsequences: less bounds checking in binary-reduce.
2012-09-02 John Benediktssonmath: faster recip for integers and ratios.
2012-08-31 John Benediktssonmath: adding some tests for bignum bitnot.
2012-08-31 John Benediktssonmath.integers: faster fixnum-bit?.
2012-08-30 John Benediktssonsequences: some minor performance improvements.
2012-08-30 John Benediktssongraphs: move some words to private.
2012-08-26 Doug Colemanio: Make stream-contents call stream-contents* and...
2012-08-24 John Benediktssonsets: minor improvements to sequence-as-sets.
2012-08-24 Doug Colemancore: in-definition -> with-definition.
2012-08-24 Doug Colemancore: rename in-word-definition to in-definition
2012-08-24 Doug Colemancore: Don't allow nested defintions in :, ::, M:, M...
2012-08-24 Doug Colemanhashtables: Enforce shape on hashtable literals. Fixes...
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-08-24 John Benediktssoncombinators: M\ array hashcode* makes memoize faster.
2012-08-22 John Benediktssonbootstrap.syntax: removed deprecated ((.
2012-08-22 John Benediktssonlayouts: defining "fixnum-bits".
2012-08-15 John Benediktssonslots: make predicates return booleans.
2012-08-14 John Benediktssonio: improve docs for stream-copy*.
2012-08-13 John Benediktssonvocabs: change vocabs-changed to be vocab-changed and...
2012-08-13 John Benediktssonvocabs.loader: early exit for private vocab.
2012-08-13 John Benediktssonvocabs: reverting recent private vocab changes.
2012-08-10 John Benediktssonvocabs.loader: adding tests for recent changes.
2012-08-10 John Benediktssonvocabs.loader: simplify.
2012-08-10 John Benediktssonvocabs.loader: more private fixes.
2012-08-10 John Benediktssonvocabs.loader: better fix for append-vocab-dir.
2012-08-10 John Benediktssonvocabs.loader: vocab-dir should work with private vocab...
2012-08-10 John Benediktssonvocabs: make source/docs/tests work for private vocabs.
2012-08-09 John Benediktssonsequences.extras: moved 2each-index to extras for now.
2012-08-09 John Benediktssonsequences: adding 2each-index.
2012-08-06 John Benediktssonsplitting: making split inline.
2012-08-03 Doug Colemanclasses.tuple: Fix unit test.
2012-08-03 Doug Colemancore: Throw an error when assigning a bignum to a fixnu...
2012-08-03 John Benediktssonhashtables: testing that associate and H{ } set-at...
2012-08-03 John Benediktssonhashtables: reduce default size of associate.
2012-08-03 John Benediktssonfix using list for recent test additions.
2012-08-02 John Benediktssonadding some tests for the recent integer>fixnum fix.
2012-08-02 John Benediktssonnamespaces: counter should be inlined for globals optim...
2012-08-02 John Benediktssonusing integer>fixnum in more places.
2012-08-02 John Benediktssonmake: update docs for 'make-assoc' functionality.
2012-08-01 John Benediktssonio.backend: fix docs to show nanoseconds instead of...
2012-07-31 Doug Colemansequences: Change bounds-check? to be generic on intege...
2012-07-31 Doug Colemanclasses.tuple: Fix unit tests related to coerce
2012-07-31 Doug Colemanslots: Don't coerce flots to integers in tuple slots...
2012-07-30 John BenediktssonRevert "vocabs.loader: teach append-vocab-dir about...
2012-07-30 John Benediktssonvocabs.loader: teach append-vocab-dir about private...
2012-07-30 John Benediktssonsplitting: crlf? was unnecessary.
2012-07-30 John Benediktssonsequences: improve change-nth, if nth was successful...
2012-07-28 John Benediktssonsequences: slightly faster sequence=.
2012-07-28 John Benediktssonbyte-vectors: simplify >byte-vector.
2012-07-28 John Benediktssonio.streams.sequence: minor refactor, minor speedup.
2012-07-28 John Benediktssonsequences: minor docs fixes.
2012-07-28 John BenediktssonRevert "bootstrap: words have read-only string names."
2012-07-28 John BenediktssonRevert "continuations: add typing."
2012-07-28 John Benediktssoncontinuations: add typing.
2012-07-28 John Benediktssonparser: make sure lines is an array.
2012-07-27 John Benediktssonbootstrap: words have read-only string names.
2012-07-27 John Benediktssonlexer: typed slots.
2012-07-27 John Benediktssonsequences: slightly faster ?last.
2012-07-27 John Benediktssonstrings.parser: support "\x" ascii hex escapes.
2012-07-26 Doug Colemandocs: vm says to read "command-line" but it was called...
2012-07-26 Doug Colemansequences: Fix tests that broke when nth could only...
2012-07-26 John Benediktssonio: more inlining.
2012-07-26 Doug Colemancore: Use integer>fixnum instead of >fixnum for ``nth...
2012-07-24 Doug Colemanclasses.tuple: Save slot name and tuple in no-slot...
2012-07-24 John Benediktssonclasses.tuple: moving get-slot-named and set-slot-named...
2012-07-23 Doug Colemansyntax: Clarify that inlined words can also be compiled...
2012-07-23 Doug Colemanmath.integers: Bignum hashcode* -- call bignum>fixnum...
2012-07-23 Doug Colemancompiler: Fix bitand on ratios, floats. Fix shift on...
2012-07-22 John Benediktssonkernel: adding docs for "same?"
2012-07-21 John Benediktssonmake: switch to with-variable instead of with-scope.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-21 John Benediktssonkernel: adding "same?" which is "bi@ =".
2012-07-21 John Benediktssonvocabs.parser: speedup parse-datum for numbers.
2012-07-20 John Benediktssonnamespaces: do not create globals via "foo get".
2012-07-20 Doug Colemancontinuations: change continuation word to current...
2012-07-20 John Benediktssonhelp: don't make word help create global boxes.
2012-07-20 Doug Colemanhashtables: Revert size of associate, but keep inlined...
2012-07-20 John Benediktssonhashtables: use H{ } clone in associate, make it inline.
2012-07-20 John Benediktssonassocs: inline assoc-empty? and make M\ enum at* not...
2012-07-20 John Benediktssonsequences: fix typo in docs for shorten.
2012-07-20 Doug Colemannamespaces: Oops, one escaped the lab
2012-07-20 Doug Colemanmake: Add ,+ to make
next