Commit Graph

810 Commits (64d3c0152366ef68988093e45bdd8fbcdb0ad288)

Author SHA1 Message Date
Alexander Iljin 2fd5654473 Add EOL at EOF for all authors.txt files for consistency
In some instances replaced CR/LF with LF.
2016-07-30 09:25:30 -07:00
John Benediktsson 2a5e0e7f4f replace some 1 head* with but-last. 2016-04-16 15:54:23 -07:00
John Benediktsson 497f8cb514 Update tests for LICENSE.txt rename. 2016-03-16 10:13:56 -07:00
Björn Lindqvist 8762d1c593 io.serial.linux: some useful extra termios constants 2015-10-06 14:00:19 +02:00
John Benediktsson ceb75057da change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
Doug Coleman 66147f27b4 extra: use throw-foo for ERROR: change 2015-08-13 01:56:32 -07:00
John Benediktsson 2a3427bdff io.files.info: use directory?, symbolic-link?, and regular-file?. 2015-08-05 18:33:35 -07:00
Doug Coleman 1fcf96cada factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
Doug Coleman 5f8426cfbe factor: rename files that are not loadable on mac, too 2015-07-19 16:55:36 -07:00
Doug Coleman 0176591527 factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
Doug Coleman 4ec2311406 factor: Trim whitespace after ! comments and a few USING: lines that got skipped before. 2015-07-18 20:14:22 -07:00
Doug Coleman 892c62e1dc factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
Doug Coleman 59f3b1ea57 Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.

This reverts commit 7e54cc2824.
2015-07-02 13:47:06 -07:00
Doug Coleman 7e54cc2824 factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool! 2015-07-02 11:36:08 -07:00
Doug Coleman 999aa7c897 factor: clean up spaces in -tests files 2015-07-02 10:34:01 -07:00
Doug Coleman 352e5de16a core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
John Benediktsson 69a6fa72bc io.binary.fast: adding fast version of signed> words. 2015-05-31 08:44:55 -07:00
John Benediktsson ddb636c4c0 io.binary.fast: easier to read using stdint types. 2015-05-31 08:09:05 -07:00
John Benediktsson b1ac83c908 io.binary.fast: speed up when used by byte-arrays. 2015-05-31 07:08:07 -07:00
John Benediktsson 4af2c7ea1f io.streams.peek: fix test using. 2015-05-13 06:29:05 -07:00
Doug Coleman aeb03fff38 io.streams.peek: Peek streams can break on file input. Fixes #1317. 2015-05-12 21:50:01 -07:00
John Benediktsson d2043d67d9 io.streams.peek: fix stack effect for [stream-]peek1. 2015-04-21 11:55:16 -07:00
John Benediktsson ee6ae8a63c io.encodings.detect: simplify prolog-tag. 2014-12-20 12:06:54 -08:00
John Benediktsson 39093727b1 libc: rename (io-error) to throw-errno. 2014-11-21 09:29:45 -08:00
John Benediktsson b7ed0a431c basis/extra: cleanup some platform requires. 2014-11-15 14:25:12 -08:00
John Benediktsson d6b6f3893d basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
Benjamin Pollack 2c3dd8c3c8 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
Doug Coleman 5091780740 io.streams.peek: Add file position indicator api calls. 2014-10-10 11:55:14 -07:00
John Benediktsson 08dcbdc949 io.binary.fast: le> and be> should be unsigned. 2014-06-23 21:12:26 -07:00
John Benediktsson 327790391d io.streams.ansi: adding ANSI color streams. 2014-06-06 17:10:44 -07:00
John Benediktsson 980fba617d io.binary.fast: remove duplication. 2014-06-02 17:18:20 -07:00
John Benediktsson d7775b150e io.binary.fast: use alien technique for faster le> and be>. 2014-06-02 17:13:52 -07:00
John Benediktsson 48c6bba132 io.binary.fast: adding fast alien version of >le and >be. 2014-06-02 16:30:12 -07:00
John Benediktsson 5e129a8964 more libc fixes. 2014-04-04 08:03:46 -07:00
John Benediktsson 46b043c0b8 io.binary.fast: write generic be> and le> words. 2013-11-24 10:45:25 -08:00
John Benediktsson 05f6304087 io.streams.random: fix USE: again. 2013-05-07 06:18:50 -07:00
John Benediktsson 1216ae5cb1 io.streams.random: fix USE:. 2013-05-06 16:17:39 -07:00
John Benediktsson 92e8bdaf1a io.streams.random: slightly faster. 2013-05-06 08:35:03 -07:00
Doug Coleman 8c19602ae9 assocs: Add of and ?of. Change all the things at once! Fixes #701. 2013-03-23 14:59:07 -07:00
John Benediktsson df0c03eeb8 io.streams.peek: use namespaces. 2013-01-21 18:09:40 -08:00
Doug Coleman a4ac126d1f io.streams.peek: Implement peek and peek1. 2013-01-21 15:33:57 -08:00
John Benediktsson 8eb4d2723f io.streams.zeros: write only 'n' zeros. 2012-10-26 07:48:51 -07:00
John Benediktsson 8b87b0ab57 io.streams.zeros: adding authors.txt. 2012-10-25 22:00:35 -07:00
John Benediktsson bba382bd5c io.streams.random: stream-copy disposes, so we don't need to. 2012-10-25 22:00:02 -07:00
John Benediktsson cff606f474 io.streams.random: moving random-file here. 2012-10-25 21:47:42 -07:00
John Benediktsson 032458e5d7 io.streams.zeros: adding zero-file. 2012-10-25 21:46:11 -07:00
John Benediktsson 7847b55cea io.streams.zeros: adding @erg's zero-stream. 2012-10-25 21:43:52 -07:00
John Benediktsson ca315e7996 io.random: adding "random-file". 2012-10-25 21:40:43 -07:00
John Benediktsson 916d912492 io.streams.random: adding @erg's random-stream. 2012-10-25 21:37:58 -07:00
John Benediktsson 6e572cfff1 io.files.acls.macosx: finish separation of ffi vocab. 2012-10-24 20:28:54 -07:00