]> gitweb.factorcode.org Git - factor.git/history - core
Factor.app: enable NSHighResolutionCapable.
[factor.git] / core /
2012-10-25 John Benediktssonsbufs: no need to contract.
2012-10-23 John Benediktssonhashtables: use "4drop" instead of "drop 3drop".
2012-10-23 John Benediktssonio.pathnames: remove file-directory (redundant to paren...
2012-10-23 John BenediktssonChange "3dup drop" to "2over".
2012-10-23 John Benediktssonio.pathnames: adding file-directory.
2012-10-22 John BenediktssonRevert "sequences: change map-integers to require fixnu...
2012-10-22 John Benediktssonsequences: change map-integers to require fixnum length.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-10-05 John BenediktssonRevert "core: >array, >byte-vector, >hashtable, >vector...
2012-09-29 John Benediktssoncore: >array, >byte-vector, >hashtable, >vector should...
2012-09-27 John Benediktssonsequences: change stack effect docs for map-reduce...
2012-09-27 John Benediktssonupdate some docs that should use $quotation.
2012-09-24 John Benediktssonassocs: 2cache can be a bit more unsafe.
2012-09-23 John Benediktssonclasses.algebra: fix docs for class<=.
2012-09-22 John Benediktssonclasses.tuple: adding set-slots and from-slots.
2012-09-21 John Benediktssonclasses.builtin: fold type>class.
2012-09-21 John Benediktssonmath.integers: fix docs for fixnum comparisons.
2012-09-21 Doug Colemanalien: Clarify alien-assembly docs.
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
2012-09-19 John Benediktssonsequences: adding second-, third-, and fourth- unsafe...
2012-09-19 Doug Colemanalien: Fix docs.
2012-09-19 Doug Colemanalien: Fix the usings
2012-09-19 Doug Colemanalien: More docs for alien-assembly.
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.
next