]> gitweb.factorcode.org Git - factor.git/history - core/io/streams
models.search: Fix regression.
[factor.git] / core / io / streams /
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-01-20 Doug Colemancore: trim using lists with tool
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-21 John Benediktssonio.streams.byte-array: implement stream-tell for byte...
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-06-24 Björn LindqvistVM: we can save the process by throwing a normal error...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-31 Doug Colemanio.streams.c: use unique-file
2016-03-25 Doug Colemanio.streams.sequence: make some errors into ERROR:....
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
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-13 John Benediktssonminor cleanup to some docs.
2014-12-03 John Benediktssonuse suffix! and append!.
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-04-29 John Benediktssonio.streams.memory: use constructor syntax.
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-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-03-05 John Benediktssoncore: cleanup USING lists.
2012-09-19 John Benediktssonsequences: fix docs to use "dst" as a convention.
2012-07-28 John Benediktssonio.streams.sequence: minor refactor, minor speedup.
2012-07-26 John Benediktssonio: more inlining.
2012-07-12 John Benediktssonio.streams.sequence: faster stream-read-until.
2012-06-19 John Benediktssonio.streams.memory: adding with-memory-reader.
2011-11-24 Joe Groffuse radix literals
2011-11-09 Joe Groffio.files: add file-reader, file-writer mixins
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-18 Joe Groffio: input-stream and output-stream mixins
2011-10-18 Joe Groffio.streams.sequence: missed a USING:
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.streams.c: help-lint
2011-10-18 Joe Groffclean up forwarding stream-read-partial-unsafe
2011-10-18 Joe Groffkill noncopying-reader mixin, stream-read generic
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-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-10 Doug ColemanMake sure 0 read always returns f. Fixes issue #70.
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-09 Slava PestovRemove stream-peek and stream-peek1, re-implement dns...
2010-10-08 Doug ColemanImplement and document stream-peek
2010-10-08 Doug ColemanAdd stream-peek1 and remove it from images.gif and...
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-13 Slava Pestovio: fix with-streams to dispose the output stream first...
2010-08-26 Slava Pestovserialize, io.streams.byte-array: fix unit tests for...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-23 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-05-19 Slava Pestovio: missed a few byte-array>int-array in unit tests
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Slava PestovSlices over specialized arrays can now be passed to...
2010-02-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-02-24 Slava PestovSpecialized arrays, structs and other objects respondin...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Doug ColemanMerge branch 'mongodb-changes' of git://github.com...
2010-01-13 Slava PestovRename kernel.private:getenv/setenv to special-object...
2009-12-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-12-15 Slava Pestovthreads, io.streams.c: cleanups
2009-11-27 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-22 Slava PestovFix conflict
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next