Doug Coleman
|
be12f2b27d
|
Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
|
2011-11-02 11:50:03 -07:00 |
Slava Pestov
|
0aad3e6e12
|
vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases
|
2010-02-20 13:30:49 +13:00 |
Doug Coleman
|
6bc071bfc1
|
unix-system-call io-error -> unix-system-call drop
make unix.ffi, unix.ffi.linux unportable
fix spacing in io.cpp before refactoring
|
2010-01-23 09:07:35 -06:00 |
Doug Coleman
|
cc7615248d
|
Handle EINTR in a lot of cases where it wasn't handled before. Split off unix into unix.ffi and unix.
|
2010-01-22 12:59:24 -06:00 |
Doug Coleman
|
7bbe8d97c8
|
Make unix-system-call retry the call immediately upon hitting EINTR. Use unix-system-call wherever EAGAIN or EINPROGRESS are not handled. Handle EINTR if connect returns it.
|
2010-01-22 12:59:17 -06:00 |
Slava Pestov
|
880fb747fc
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Doug Coleman
|
9ff38fb56c
|
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
|
2009-10-28 17:25:50 -05:00 |
Keith Lazuka
|
8f79ea91ba
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Doug Coleman
|
d1ce837569
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Doug Coleman
|
2d0925d995
|
add make-hard-link to io.files.links
|
2009-04-28 22:51:35 -05:00 |
Doug Coleman
|
6324fb6c13
|
add unix canonicalize-path
|
2009-02-18 13:34:45 -06:00 |
Doug Coleman
|
4d64474d18
|
redo much of io.files.unique -- add unique-file to replace temp-file
|
2009-01-26 15:05:15 -06:00 |
unknown
|
ca8c7540b4
|
Move io.files.links tests to io.files.links.unix so that they don't get run on Windows
|
2008-12-21 19:04:12 -06:00 |
Doug Coleman
|
28b3b4b97a
|
add a lot more to the using list
|
2008-12-18 23:44:14 -06:00 |
Doug Coleman
|
88ec8786fd
|
add using
|
2008-12-18 20:31:22 -06:00 |
Doug Coleman
|
513b4b3708
|
use read-link instead, remove dependency on unix. oops
|
2008-12-18 19:32:09 -06:00 |
Doug Coleman
|
a326943f8b
|
better related-words for follow-links. add
|
2008-12-18 18:42:05 -06:00 |
Doug Coleman
|
180aeea68d
|
fix using. add
|
2008-12-18 18:40:01 -06:00 |
erg
|
7103cc3cda
|
Add follow-link/follow-links, use it in file-system-info on linux. add
docs and unit tests. fix indentation
|
2008-12-18 18:32:00 -06:00 |
Slava Pestov
|
034022ec7f
|
Add meta-data
|
2008-12-16 00:43:32 -06:00 |
Slava Pestov
|
e335059a87
|
Add meta-data to new I/O vocabularies
|
2008-12-15 08:15:32 -06:00 |
Slava Pestov
|
59a5e554d4
|
Split up io.directories further, move file types to io.files.types. Bunny demo no longer pulls in file-info and file-system-info code, reducing image size by 35kb
|
2008-12-15 00:01:06 -06:00 |
Slava Pestov
|
dccbb84629
|
Updating unit tests for I/O re-organization
|
2008-12-14 21:21:44 -06:00 |
Slava Pestov
|
50e214c152
|
io.files split up and general refactoring work in progress
|
2008-12-14 20:03:00 -06:00 |