]> gitweb.factorcode.org Git - factor.git/history - core/io
build: add a make clean target, delete overlooked factor binary in make clean
[factor.git] / core / io /
2016-03-31 Doug Colemanio.pathnames: don't use temp-file
2016-03-30 John Benediktssonio.encodings: add a test that tell doesn't work anymore.
2016-03-30 John BenediktssonRevert "io.encodings: Add a stream-tell method for...
2016-03-25 Doug Colemanio.streams.sequence: make some errors into ERROR:....
2016-03-18 John Benediktssonio.files.unique: change to create unique files and...
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2016-03-16 John BenediktssonUpdate tests for LICENSE.txt rename.
2016-03-03 John Benediktssonhashtables: remove 2hashtable (not really used).
2016-03-03 Doug Colemancore: Don't use with-scope. H{ } clone [ ] with-variabl...
2015-12-12 John Benediktssondocs: using $maybe.
2015-12-08 Björn Lindqvistio.encodings: doc fix
2015-12-05 Björn LindqvistDocs: more docs for vocabs in core/
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-24 Björn Lindqvistio.files: command line params is in the system's native...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-04 Doug Colemanio.files: fix docs
2015-08-04 Doug Colemanio.files: Add change-file-lines and change-file-content...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 Doug Colemanfactor: system:image -> image-path, like vm-path. image...
2015-07-20 Doug Colemanfactor: rename system:vm -> vm-path to differentiate...
2015-07-15 John Benediktssonio.encodings.ascii: make sure encode-string gets a...
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 spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from 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-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.
next