factor/basis/io
Doug Coleman 3ac520a8ec io.pathnames: Add canonicalize-path.
The idea is to make a canonical representation of any path, taking into
account . and .. and unicode-prefix on Windows.

The use case is in a shell you have a current-directory and you can do
crazy commands like ``cd ../foo/bar/baz/../.././././`` and get the
canonical/shortened directory name. You can also use this word to
compare if two paths are the same.
2018-07-07 11:59:59 -05:00
..
backend core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
buffers core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
crlf more test IN: cleanup. 2018-02-15 09:20:01 -08:00
directories docs: Fix help-lint-all mistakes. 2018-07-07 01:13:19 -05:00
encodings core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
files io.pathnames: Add canonicalize-path. 2018-07-07 11:59:59 -05:00
launcher io.launcher.windows: Actually support +new-group+ and +new-session+. 2018-03-16 18:22:23 -05:00
mmap factor: Clean up wrong form of specialized-arrays in using lists. 2018-02-10 15:25:36 -06:00
monitors cleanup a few resource paths. 2018-02-26 17:38:07 -08: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 core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
servers more test IN: cleanup. 2018-02-25 15:44:16 -08:00
sockets core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
standard-paths more test IN: cleanup. 2018-02-25 15:44:16 -08:00
streams io.encodings: use new latin1 instead of 8-bit encoding from file. 2018-02-28 08:56:01 -08:00
styles *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07: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 factor: put inline on same line as ; for experimentation 2015-08-10 12:55:27 -05:00