]> gitweb.factorcode.org Git - factor.git/history - core/io
webapps.wiki: only top/bottom margin to zero
[factor.git] / core / io /
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-10 John Benediktssonio.streams.sequence: use stream-exempler here.
2015-05-31 John Benediktssonio.binary: adding some tests for signed>.
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-12-03 John Benediktssonuse suffix! and append!.
2014-11-23 Doug Colemanio.files: Move with-cd to the tests file so that nobody...
2014-11-23 Doug Colemanio.files: add with-cd. Related to #1214.
2014-11-23 John Benediktssonio: aesthetics matter.
2014-11-21 John Benediktssondestructors: change check-disposed not to drop the...
2014-11-21 John Benediktssonio.streams.c: use binary-object.
2014-11-16 John Benediktssonio.streams.c: faster M\ c-reader stream-read-until.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-31 John Benediktssonio.encodings: fix for read-until seps not containing \n.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2014-10-31 Doug Colemanio.encodings: For decoders, try to gobble up the next...
2014-06-04 John Benediktssonio: change stream-bl to use write1.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-20 John Benediktssonio.encodings.ascii: moving to core.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-04-29 John Benediktssonio.streams.memory: use constructor syntax.
2014-04-15 John Benediktssonio: change with-output-stream* example to unchecked.
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: a few more examples for words that were missing...
2014-04-14 Björn Lindqvistio: with-output-stream* example
2014-04-02 Björn Lindqvistlibc: several vocabs now need to depend on libc
2014-04-02 Björn Lindqvistio.files: make wait-for-fd generic and dispatch dependi...
2014-04-02 Björn Lindqvistio.sockets.secure.windows: reading and writing from...
2014-03-11 John Benediktssonio.streams.byte-array: some cleanup.
2014-03-11 John Benediktssonio.streams.byte-array: add test of empty byte array.
2014-03-11 John Benediktssonio.streams.sequence: support slices (fix io.streams...
2014-03-10 John Benediktssonio.streams: some more test cases for sequence-read...
2014-03-10 John Benediktssonio.streams.sequence: make sure not to return ``f``.
2014-03-07 John BenediktssonRevert "Revert "io.encodings: string>byte-array-fast...
2014-03-07 John BenediktssonRevert "io.encodings: string>byte-array-fast can use...
2014-02-28 John Benediktssonio.encodings: string>byte-array-fast can use (byte...
2014-02-25 John Benediktssonio.streams.sequence: use member? to support bignum...
2014-02-25 John Benediktssonio: minor cleanups.
2014-02-25 John Benediktssonio.streams.sequence: cleanup by moving type checks.
2014-02-25 John Benediktssonio.streams.byte-array: faster with-byte-writer.
2014-02-25 John Benediktssonio.streams.sequence: rename (stream-seek) to sequence...
2014-02-25 John Benediktssonio.streams.sequence: bounds check sequence-read-until.
2014-02-25 John Benediktssonio.streams.byte-array: faster M\ byte-reader stream...
2013-12-03 John Benediktssonio.streams: make stream-element-type inline on string...
2013-11-25 John Benediktssonio.encodings: slight performance improvement to byte...
2013-11-25 John Benediktssonio.encodings.string: faster for ascii and utf8.
2013-11-24 John Benediktssonio.encodings.utf8: fix accidentally scratchpad.
2013-11-24 John Benediktssonio.encodings: string>byte-array-fast for when aux>...
2013-11-24 John Benediktssonio.binary: speed up signed>.
2013-11-24 John Benediktssonio.binary: faster le> and signed-be>.
2013-09-19 John Benediktssonio: default each-block-size is 65536, but add words...
2013-06-05 Doug Colemanio.encodings: Add a stream-tell method for decoder...
2013-03-24 Doug Colemanio.encodings.utf16n: Rename utf16n.
2013-03-22 John Benediktssonio.binary: faster >be.
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-05 John Benediktssoncore: cleanup USING lists.
2012-12-01 John Benediktssonio.files: fix testcase for renamed icon file.
2012-10-23 John Benediktssonio.pathnames: remove file-directory (redundant to paren...
2012-10-23 John Benediktssonio.pathnames: adding file-directory.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
2012-08-26 Doug Colemanio: Make stream-contents call stream-contents* and...
2012-08-14 John Benediktssonio: improve docs for stream-copy*.
2012-08-01 John Benediktssonio.backend: fix docs to show nanoseconds instead of...
2012-07-28 John Benediktssonio.streams.sequence: minor refactor, minor speedup.
2012-07-26 John Benediktssonio: more inlining.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-17 John Benediktssonio: simplify stream-exemplar.
2012-07-12 John Benediktssonio.streams.sequence: faster stream-read-until.
2012-06-19 John Benediktssonio.streams.memory: adding with-memory-reader.
2012-03-31 otoburbio.pathnames: removed dependency on environment.
2012-03-31 otoburbio.pathnames: Revised ~ support to expand on the first...
2012-03-31 otoburbio.pathnames: Added ~/ (tilde) prefix recognition as...
2012-03-29 John BenediktssonMerge branch 'master' of github.com:mrjbq7/factor
2012-03-27 Joe Groffio.files: check argv when initing resource-path
2012-01-31 Joe GroffRevert "io.pathnames: Added ~/ (tilde) prefix recogniti...
2012-01-31 Joe GroffRevert "io.pathnames: Revised ~ support to expand on...
2012-01-11 otoburbio.pathnames: Revised ~ support to expand on the first...
2012-01-11 otoburbio.pathnames: Added ~/ (tilde) prefix recognition as...
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-29 Joe Groffio: implement stream protocols on f
2011-11-27 Joe Groffio.files: back out resource-path change
2011-11-27 Joe Groffio.files: use initialize to set resource-path
2011-11-24 Joe Groffuse radix literals
2011-11-10 Joe Groffio: clean up some mess
2011-11-10 Joe Groffio: fix each-block-slice typo
2011-11-10 Joe Groffio: more hot-rodding for #376
2011-11-09 Joe Groffio.files: add file-reader, file-writer mixins
2011-11-09 Joe Groffio:read: don't resize output buffer if unnecessary
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-02 Joe Groffconstants for special object hardcoded literals
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 ColemanFix all failures in the linux64 build email
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-19 John BenediktssonMore cleanup of unused stuff.
next