Doug Coleman
|
89a5957033
|
add file-type>ch and ch>file-type
|
2008-11-13 19:32:34 -06:00 |
Doug Coleman
|
1f85b7ec14
|
catch errors for windows file-systems word and return a tuple with just a mount point
this happens on empty floppy disk drives
|
2008-11-11 15:35:17 -06:00 |
Doug Coleman
|
146340690f
|
implement file-systems on windows
|
2008-11-11 15:17:35 -06:00 |
Slava Pestov
|
1d630b6cf2
|
Minor documentation fixes
|
2008-11-11 10:51:15 -06:00 |
Slava Pestov
|
4d317e2d46
|
Merge branch 'master' of git://github.com/glguy/factor
|
2008-11-10 00:30:27 -06:00 |
Slava Pestov
|
b8eebd5c2b
|
swap over == tuck; dupd swap == over
|
2008-11-10 00:16:11 -06:00 |
U-SLAVA-DFB8FF805\Slava
|
429fe85f46
|
Fix compile error
|
2008-11-09 17:27:39 -06:00 |
Slava Pestov
|
b7dc7296db
|
Implement stream-read on memory-streams. This allows alien>string to work with utf16 encoding
|
2008-11-06 13:42:53 -06:00 |
Slava Pestov
|
63a9975a0e
|
Support inline, foldable, flushable on methods; add declarations in a couple of places for ricing purposes
|
2008-11-06 13:13:37 -06:00 |
Slava Pestov
|
bfd119e3b5
|
I/O ricing: various hints added so that UTF8 and ASCII fastpaths compile with less dispatch. 25% improvement on reverse-complement
|
2008-11-06 00:02:44 -06:00 |
Doug Coleman
|
03d96cc1bd
|
rename name to mount-point
|
2008-10-23 13:18:00 -05:00 |
Doug Coleman
|
e776bd29e1
|
add type to file-system-info
|
2008-10-22 22:02:33 -05:00 |
Doug Coleman
|
f5f6c400db
|
change windows file-system-info implementation
|
2008-10-19 18:19:15 -05:00 |
Doug Coleman
|
4221f2c963
|
the windows file-system-info now works on any path, not just directories
|
2008-10-19 17:46:51 -05:00 |
Doug Coleman
|
b9e5c98ce7
|
fix file-system-info
|
2008-10-19 17:43:22 -05:00 |
Doug Coleman
|
ca17c11270
|
try to add winnt space-free
|
2008-10-21 02:27:39 -05:00 |
Doug Coleman
|
4ff38b2148
|
pull in unix.statfs in the io code
|
2008-10-21 01:05:41 -05:00 |
Doug Coleman
|
e6754ab62e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-10-20 23:40:15 -05:00 |
Doug Coleman
|
f40fc145de
|
remove openbsd shiz
|
2008-10-20 23:23:17 -05:00 |
Slava Pestov
|
1df08ba8c8
|
Unit tests no longer use hard-coded ports
|
2008-10-20 22:05:22 -05:00 |
Doug Coleman
|
b90aeee25c
|
use readdir on openbsd until we upgrade so the build machine is ok
|
2008-10-20 11:32:55 -05:00 |
Doug Coleman
|
0ad47e21c8
|
using bug
|
2008-10-19 16:50:34 -05:00 |
Doug Coleman
|
16f2a281d6
|
typo
|
2008-10-19 20:30:54 -05:00 |
Doug Coleman
|
d77771eec8
|
fix test
|
2008-10-19 19:47:37 -05:00 |
Doug Coleman
|
e310e382c5
|
fix io monitors recusive
|
2008-10-19 18:30:51 -05:00 |
Doug Coleman
|
d4fcc10aac
|
fix windows directory code
|
2008-10-19 15:29:59 -05:00 |
Doug Coleman
|
a71ca7242a
|
fix typo in docs, fix load error
|
2008-10-19 13:34:00 -05:00 |
Doug Coleman
|
dfc3c2cc78
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-10-19 13:31:21 -05:00 |
Doug Coleman
|
0e9ecc1ba9
|
directory changes
|
2008-10-19 13:09:48 -05:00 |
Slava Pestov
|
b9df6d89e3
|
Fix dodgy init-hook
|
2008-10-19 04:40:15 -05:00 |
Doug Coleman
|
27c36974a7
|
remove primitives from core, update usages
|
2008-10-18 21:42:01 -05:00 |
Doug Coleman
|
ab0ed9f988
|
redo home implementation
|
2008-10-18 21:24:14 -05:00 |
Doug Coleman
|
d6784bdb46
|
make user-read? work in file-info objects
|
2008-10-18 17:48:33 -05:00 |
Doug Coleman
|
6aadd70623
|
user-read? is now generic, can take a filename or an integer from a stat struct
|
2008-10-18 17:29:38 -05:00 |
Doug Coleman
|
031ebe98b1
|
largert group buffer, openbsd apparently keeps the microseconds in their file timestamps. fix unit tests for this
|
2008-10-08 15:57:47 -05:00 |
Doug Coleman
|
e464941d52
|
rename words for consistency, update docs, add unit tests
|
2008-10-08 14:18:50 -05:00 |
Doug Coleman
|
0f891e002b
|
add io.unix.files docs
|
2008-10-08 13:04:23 -05:00 |
Doug Coleman
|
fb23eca0d9
|
move file flags to io.unix.files, change some word names for consistency
|
2008-10-08 13:03:55 -05:00 |
Doug Coleman
|
5afbade0a5
|
setting permissions, file times
|
2008-10-07 19:25:22 -05:00 |
Doug Coleman
|
39160d66e3
|
add files
|
2008-10-06 23:02:06 -05:00 |
Doug Coleman
|
312f399003
|
found stat64 for macosx, so there's a unix-file-info and a bsd-file-info only
|
2008-10-06 22:51:06 -05:00 |
Doug Coleman
|
ff64bafae2
|
dont use structs
|
2008-10-06 21:17:51 -05:00 |
Doug Coleman
|
1d5b86f23c
|
factor is hard. let's go shopping!
|
2008-10-06 21:16:15 -05:00 |
Doug Coleman
|
1f1a62fcdd
|
fix using
|
2008-10-06 21:02:10 -05:00 |
Doug Coleman
|
114e81590c
|
renamed timestamp>unix-time
|
2008-10-06 20:52:32 -05:00 |
Doug Coleman
|
69b3306f4b
|
fix using
|
2008-10-06 19:13:33 -05:00 |
Doug Coleman
|
8e315944b4
|
fix
|
2008-10-06 19:01:41 -05:00 |
Doug Coleman
|
f1205587a1
|
fix error from having tuple and generic with same name. annoying...
|
2008-09-19 18:33:28 -05:00 |
Doug Coleman
|
dd56cd4a4f
|
fix typo
|
2008-10-06 18:07:40 -05:00 |
Doug Coleman
|
5e57f68814
|
use calendar.unix
|
2008-10-06 18:01:53 -05:00 |