]> gitweb.factorcode.org Git - factor.git/history - core/io
webapps: better style
[factor.git] / core / io /
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemancore: (head) (tail) from-end -> from-tail. add cramp
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-21 John Benediktssonio.encodings.utf16n: merge with io.encodings.utf16
2022-01-21 John Benediktssonbootstrap: a few more paths
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-06 Doug Colemanvocabs.loader: fix vocab:path to use an existing path
2022-01-06 Doug Colemanio.pathnames: Allow vocab: to find paths that do not...
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2021-12-30 Doug Colemancore: Remove deprecated words in favor of fixups.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 John Benediktssonio.files: deprecate exists?.
2021-12-27 John Benediktssonio: deprecate the aliases.
2021-12-26 John Benediktssonio: add an alias for lines, for easier backwards compat...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-03-02 John Benediktssonio.pathnames: shorter absolute-path.
2021-01-30 Doug ColemanMerge branch 'master' of https://github.com/factor...
2021-01-30 Doug Colemanfactor: More using list cleanup
2021-01-28 Doug Colemanfactor: trim using lists
2021-01-11 John BenediktssonRevert "io.pathnames: fix separator when appending...
2021-01-11 John BenediktssonRevert "io.pathnames: add missing linux branch in test"
2020-11-17 masweeneyio.pathnames: add missing linux branch in test
2020-11-17 masweeneyio.pathnames: fix separator when appending paths in...
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-07-19 Alexander Iljinio.pathnames-docs: fix a copy-paste error
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2020-01-06 John Benediktssonio.files: quot effects in change-file-lines and change...
2020-01-03 Doug Colemanio: Fix word to find disk space if a file is missing.
2020-01-03 Doug Colemanio: Trim using lists.
2019-12-13 John Benediktssoncore/basis/extra: using while* in a few places.
2019-08-06 John BenediktssonRevert "io.encodings.utf16: add a utf16n word for nativ...
2019-08-06 John BenediktssonRevert "io.encodings.utf16: update docs for utf16n."
2019-08-06 John BenediktssonRevert "io.encodings.utf16: make utf16n foldable, maybe...
2019-08-06 John Benediktssonio.encodings.utf16: make utf16n foldable, maybe fixes...
2019-08-06 John Benediktssonio.encodings.utf16: update docs for utf16n.
2019-08-05 John Benediktssonio.encodings.utf16: add a utf16n word for native utf16...
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-03-23 John Benediktssonio.backend: remove comment from years ago.
2018-07-07 Doug Colemanio.pathnames: Fix using list.
2018-07-07 Doug Colemanio.pathnames: Add canonicalize-path.
2018-07-04 Doug Colemanio.pathnames: Add a useful word 3append-path
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-28 John Benediktssonio.encodings: use new latin1 instead of 8-bit encoding...
2018-02-26 John Benediktssonio.encodings.8-bit: more encodings, and reduce hierarchy.
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
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-06-01 Doug Colemanfactor: Add newlines to every line.
2017-01-25 John Benediktssonio: fix stream-copy docs.
2016-09-14 Björn Lindqvistio.files: the paths are absolute so cwd prepend-path...
2016-08-23 John BenediktssonRevert "io.pathnames: fix separator when appending...
2016-08-23 masweeneyio.pathnames: fix separator when appending paths in...
2016-07-12 John Benediktssonusing [ ... ] [ drop ] if* instead of dup [ ... ] ...
2016-06-30 John Benediktssonio.backend: remove unused normalize-directory word.
2016-06-30 John Benediktssonio.encodings.binary: move to core.
2016-05-25 Alexander Iljinio.streams-docs: fix some copy-paste errors
2016-04-09 John Benediktssonio.files: fix cd test on windows (needs normalize-path...
2016-04-07 Doug Colemanio.files: Make sure ascii can't write higher than char...
2016-04-07 Doug Colemanio.files: Ensure that slices can be written to utf8...
2016-04-07 John Benediktssonio.encodings: a bit faster and make ascii support slices.
2016-04-07 John Benediktssonio.encodings: allow encode-string to be called with...
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-03-31 Doug Colemanio.encodings.utf16n: Fix using.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-31 Doug Colemanio.files: make tests not use temp-file
2016-03-31 Doug Colemanio.streams.c: use unique-file
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.
next