]> gitweb.factorcode.org Git - factor.git/history - core
vm: change "profiler" names to "counting_profiler"
[factor.git] / core /
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-31 Slava PestovMove definition of 't' from syntax to bootstrap/primiti...
2011-10-30 Slava Pestovclasses.union: unions of built-in types now have more...
2011-10-29 Doug ColemanRemove the lexer-factory because nothing uses it. Updat...
2011-10-29 Doug ColemanAdd a toggle word to namespaces and update docs, tests...
2011-10-29 Doug ColemanChange prompt to something we can copy/paste back into...
2011-10-29 Doug ColemanCleanup vocab name validation. Vocab names and vocab...
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-26 Doug ColemanAdd a lint check for swap .. swap that can be replaced...
2011-10-26 Doug ColemanUse dip instead of swap swap for making file streams
2011-10-25 Doug ColemanUpdate Windows for word renames, fix lint errors
2011-10-25 Doug ColemanFix all failures in the linux64 build email
2011-10-24 Doug ColemanForget some classes after unit tests so that running...
2011-10-24 John Benediktssonvocabs.loader: actually use the root cache.
2011-10-24 Doug ColemanRename class to class-of
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-24 Doug ColemanRemove docs for removed word
2011-10-24 Doug ColemanFactor out ``no-roots no-prefixes'' into its own word...
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-19 John Benediktssonhash-sets: separate <hash-set> and >hash-set to match...
2011-10-19 John BenediktssonMore cleanup of unused stuff.
2011-10-19 John BenediktssonCleanup some uses of global [ ] bind.
2011-10-19 Doug ColemanForgot using in io.tests
2011-10-19 Doug ColemanAdd with-error>output word and test
2011-10-19 John Benediktssonsystem: fix stack effect for exit in docs.
2011-10-18 Joe Groffio: input-stream and output-stream mixins
2011-10-18 Joe Groffio: error stream combinators
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-18 Joe Groffio.encodings.utf16: auto-use strikes again
2011-10-18 Joe Groffformatting
2011-10-18 Joe Groffio.encodings.utf16: guess-*coded-length hints
2011-10-18 Joe Groffio.encodings.utf16: fast path & slow path speedups
2011-10-18 Joe Groffio.streams.sequence: missed a USING:
2011-10-18 Joe Groffio: remove higher-order stack effects
2011-10-18 Joe Groffio.streams.c: remove -seek and -tell methods
2011-10-18 Joe Groffmore stream-seekable? and stream-length methods
2011-10-18 Joe Groffio: document new words
2011-10-18 Joe Groffio.streams.c: help-lint
2011-10-18 Joe Groffio: stream-read-into and stream-read-partial-into
2011-10-18 Joe Groffio.encodings: stream-contents method for decoder
2011-10-18 Joe Groffio: stream-contents, -seekable?, -length generics
2011-10-18 Joe Groffio: get variables out of stream-copy loop
2011-10-18 Joe Groffclean up forwarding stream-read-partial-unsafe
2011-10-18 Joe Groffio: default methods for extended stream protocols
2011-10-18 Joe Groffio: add read-unsafe and read-partial-unsafe words
2011-10-18 Joe Groffkill noncopying-reader mixin, stream-read generic
2011-10-18 Joe Groffio: remove each-block* because it's not useful
2011-10-18 Joe Groffio.encodings: decoders can't really seek or tell
2011-10-18 Joe Groffio.encodings: re-encrypt into stack-ese for core
2011-10-18 Joe Groffio.encodings: read-unsafe for decoders†
2011-10-18 Joe Groffio.encodings: encoded/decoded length hints
2011-10-18 Joe Groffio: tweak each-block* to be byte- or char-agnostic
2011-10-18 Joe Groffio: nab io.streams.peek's stream-exemplar-growable
2011-10-18 Joe Groffio: non-copying each-block and contents variants
2011-10-18 Joe Groffio.streams.memory: implement stream-read-unsafe
2011-10-18 Joe Groffio.streams.sequence: change to provide read-unsafe
2011-10-18 Joe Groffio, io.streams.c: factor noncopying-reader mixin
2011-10-18 Joe Groffio.streams.c: Document fputc primitive
2011-10-18 Joe Groffbootstrap, io.streams.c: use new fread primitive
2011-10-18 Joe Groffio: non-copying binary stream read generics
2011-10-17 Doug ColemanRename complete-effect to scan-effect
2011-10-17 John BenediktssonMore lint cleanups.
2011-10-16 John BenediktssonCleanup more lint warnings.
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-14 Joe Groffcontinuations: document full effect of cleanup
2011-10-14 John BenediktssonCleanup more lint warnings.
2011-10-14 John BenediktssonCleanup lint warnings.
2011-10-14 Joe Groffkernel: higher-order effects for *keep
2011-10-14 John Benediktssonmath.parser: cleanup uses of 16/8/2 >base/base>.
2011-10-14 John Benediktssonnamespaces: adding a "with-global" word to replace...
2011-10-13 John Benediktssongeneric.parser: adding tests.
2011-10-13 John BenediktssonChange method parsing to validate stack effects. Fixes...
2011-10-13 John BenediktssonFix M: stack effects.
2011-10-13 Doug ColemanLink ?first ?second ?last from an article.
2011-10-13 John Benediktssonsequences: adding ?last for symmetry.
2011-10-13 John Benediktssonsequences: define ?first and ?second.
2011-10-13 John Benediktssonsequences: adding find-index.
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonio.binary: make le> and be> faster (20% and 75%, respec...
2011-10-06 Doug ColemanRename forget-struct-slot-accessors -> forget-slot...
2011-10-06 John Benediktssonclasses.tuple: can't assume hashcode* returns fixnum.
2011-10-06 John BenediktssonRevert "sequences: change to use tuple-hashcode algorit...
2011-10-06 John Benediktssonsequences: change to use tuple-hashcode algorithm,...
2011-10-04 Doug ColemanDocument reset-class, forget-class, forget-method....
2011-10-04 John Benediktssonio.encodings.utf8: assume streams are largely ascii.
2011-10-03 Doug ColemanUpdate docs for lookup-method.
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-10-03 Slava Pestovconcurrency.mailboxes: linked-thread's error reporting...
2011-10-03 Slava PestovFix infinite loop and empty-dlist error when an error...
2011-10-03 John Benediktssonhashtables: moving hash-combine to hashtables.
2011-10-03 Doug ColemanRename spread>quot to deep-spread>quot, and spread...
2011-10-03 Doug ColemanClean up a parser docs as per suggestions.
2011-10-03 John Benediktssonwords: since word names can be tuples (i'm looking...
2011-10-03 Doug ColemanSpread now infers with the correct stack effect. Make...
2011-10-03 John BenediktssonFix help-lint errors for recent hashtable changes.
2011-10-02 John Benediktssonclasses.tuple: switch to python's tuplehash(). Fixes...
2011-10-02 John Benediktssonhashtables: switch to quadratic probing.
2011-10-02 John Benediktssonwords: prevent zero hashcodes. Fixes #222.
2011-10-02 Doug ColemanRemove all non-core uses of (scan-token)
next