factor/basis/io
Sergii Fesenko 4353b05cf1 io.standard-paths: fix standard-login-paths for fish shell
Fish shell automatically split variables whose name ends in "PATH" into lists,
and uses space as separator for output
Colons force fish to use standard $PATH representation
2020-05-16 07:03:23 -07:00
..
backend classes: use check-instance in a few places, to remove duplication. 2020-01-15 10:34:47 -08:00
buffers help.markup: adding a $slots word to document slots, use it. 2020-02-16 22:36:19 -08:00
crlf io.crlf: adding read-ignoring-crlf and read1-ignoring-crlf. 2019-04-05 11:34:34 -07:00
directories io.directories: use factor for touch-file. 2020-04-13 10:28:16 -07:00
encodings io.encodings.utf7: skip over first char when searching. 2020-04-02 12:32:05 -07:00
files io.files.windows: rename a stack effect to make it more readable 2020-04-13 19:33:42 +00:00
launcher io.launcher.unix: Fix test. 2019-09-27 23:13:51 -05:00
mmap io: Trim using lists. 2020-01-03 12:42:11 -06:00
monitors Revert "io.encodings.utf16: add a utf16n word for native utf16 type." 2019-08-06 07:12:55 -07:00
pipes more test IN: cleanup. 2018-02-15 09:20:01 -08:00
pools destructors: change check-disposed not to drop the disposable. 2014-11-21 08:19:05 -08:00
ports classes: use check-instance in a few places, to remove duplication. 2020-01-15 10:34:47 -08:00
servers continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
sockets openssl.libssl: Add functions to set options on SSL_CTX. 2020-04-07 22:34:43 +00:00
standard-paths io.standard-paths: fix standard-login-paths for fish shell 2020-05-16 07:03:23 -07:00
streams io: Really fix the tests. 2020-04-12 11:04:50 -05:00
styles io.styles: change style-stream to inherit all styles by default. 2020-02-19 21:47:01 -08:00
thread ui.debugger: quotation stack effect wants ( .. -- * ), throw causes infinite loop, but rethrow works. change previous patch to rethrow everywhere. 2016-04-06 17:35:13 -07:00
timeouts io.timeouts-docs: fix an example formatting 2020-04-14 10:41:04 -07:00