]> gitweb.factorcode.org Git - factor.git/history - extra/io
scryfall: make decks better, import from moxfield
[factor.git] / extra / io /
2024-03-08 Giftpflanzeio.serial.linux.ffi: Move M: linux lookup-baud to io...
2024-01-20 John Benediktssonio.random: fix typo
2024-01-19 Doug Colemanio.random: fix using
2024-01-16 John Benediktssonio.random: adding random-file-line(s)
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 John Benediktssonrandom: implement a generic random* to speed up randoms
2023-01-29 John Benediktssonio.streams.ansi: simplify
2023-01-29 John Benediktssonio.streams.256color: simplify
2023-01-29 John Benediktssonio.streams.256color: fix test
2023-01-28 John Benediktssonio.streams.ansi: fix reset
2023-01-28 John Benediktssonio.streams.256color: faster color conversion, fix reset
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-08-09 John Benediktssonio.streams.ansi: faster by caching styles
2022-08-09 John Benediktssonio.streams.256color: faster by caching styles
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemanfactor: refactor subseq-start
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-18 John BenediktssonRevert "Revert "use tilde paths in more places.""
2022-06-18 John BenediktssonRevert "use tilde paths in more places."
2022-06-17 John Benediktssonuse tilde paths in more places.
2022-05-28 Doug Colemanio.styles: Add blink style.
2022-01-25 John BenediktssonRevert "io.files.trash: change unix to linux for now"
2022-01-22 John Benediktssonio.files.trash: change unix to linux for now
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-11 John Benediktssonio.streams.256color: fix test for rounded colors
2022-01-01 John Benediktssoncolors: merge colors.constants and colors.hex.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-04-01 Doug Colemanio.streams.counting: Add a stream type that counts...
2021-04-01 Doug Colemanio.files.acls: Fix bitrot in acls and add a test to...
2020-04-18 John Benediktssonio.files.trash: use normalize-path.
2020-04-18 John Benediktssonio.files.trash: add tags.txt for now.
2020-04-17 Alexander Iljinio.files.trash.windows: convert input path to absolute...
2020-04-17 Alexander Iljinio.files.trash.windows: fix SHFILEOPSTRUCTW struct
2020-02-17 John BenediktssonRevert "io.streams.ansi: use call-next-method."
2020-02-17 John BenediktssonRevert "io.streams.256color: use call-next-method."
2020-02-15 John Benediktssonio.streams.ansi: use call-next-method.
2020-02-15 John Benediktssonio.streams.256color: use call-next-method.
2020-02-15 John Benediktssonio.streams.256color: use filter-writer.
2020-02-15 John Benediktssonio.streams.ansi: use filter-writer.
2020-02-12 John Benediktssonio.files.trash.windows: using flags{ }.
2019-08-05 John Benediktssonio.files.trash.windows: cleanup using.
2019-01-12 Doug Colemanio.serial: Fix using list.
2019-01-11 John Benediktssonio.serial: use io.streams.duplex:with-stream.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-28 John Benediktssonio.encodings.detect: fix tests.
2018-02-28 John Benediktssonio.encodings: use new latin1 instead of 8-bit encoding...
2018-02-27 John Benediktssonio.files.trash.unix: use xdg vocab.
2018-02-26 John Benediktssonio.encodings.8-bit: more encodings, and reduce hierarchy.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-01-20 John Benediktssonbasis/extra: removing '[ @ ] in favor of _ for fried...
2017-12-18 Doug Colemanfactor: fix tests that depended on LICENSE.txt never...
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-11-09 John Benediktssonbyte-arrays.hex: removing HEX{ ab cd ef } in favor...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-04-16 John Benediktssonreplace some 1 head* with but-last.
2016-03-16 John BenediktssonUpdate tests for LICENSE.txt rename.
2015-10-06 Björn Lindqvistio.serial.linux: some useful extra termios constants
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-06 John Benediktssonio.files.info: use directory?, symbolic-link?, and...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
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-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-31 John Benediktssonio.binary.fast: adding fast version of signed> words.
2015-05-31 John Benediktssonio.binary.fast: easier to read using stdint types.
2015-05-31 John Benediktssonio.binary.fast: speed up when used by byte-arrays.
2015-05-13 John Benediktssonio.streams.peek: fix test using.
2015-05-13 Doug Colemanio.streams.peek: Peek streams can break on file input...
2015-04-21 John Benediktssonio.streams.peek: fix stack effect for [stream-]peek1.
2014-12-20 John Benediktssonio.encodings.detect: simplify prolog-tag.
2014-11-21 John Benediktssonlibc: rename (io-error) to throw-errno.
2014-11-15 John Benediktssonbasis/extra: cleanup some platform requires.
2014-11-13 John Benediktssonbasis/extra: switch to "vocab." os name>> append require.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-10 Doug Colemanio.streams.peek: Add file position indicator api calls.
2014-06-24 John Benediktssonio.binary.fast: le> and be> should be unsigned.
2014-06-07 John Benediktssonio.streams.ansi: adding ANSI color streams.
2014-06-03 John Benediktssonio.binary.fast: remove duplication.
2014-06-03 John Benediktssonio.binary.fast: use alien technique for faster le>...
next