io: Trim using lists.
							parent
							
								
									3df4ea013e
								
							
						
					
					
						commit
						cafb2b8089
					
				|  | @ -1,7 +1,7 @@ | ||||||
| ! Copyright (C) 2008 Doug Coleman, Eduardo Cavazos. | ! Copyright (C) 2008 Doug Coleman, Eduardo Cavazos. | ||||||
| ! See http://factorcode.org/license.txt for BSD license. | ! See http://factorcode.org/license.txt for BSD license. | ||||||
| USING: accessors kernel system sequences combinators | USING: accessors assocs combinators io.files io.files.types | ||||||
| vocabs vocabs.loader io.files io.files.types math ; | io.pathnames kernel math system vocabs ; | ||||||
| IN: io.files.info | IN: io.files.info | ||||||
| 
 | 
 | ||||||
| ! File info | ! File info | ||||||
|  |  | ||||||
|  | @ -1,8 +1,8 @@ | ||||||
| ! Copyright (C) 2012 Joe Groff. | ! Copyright (C) 2012 Joe Groff. | ||||||
| ! See http://factorcode.org/license.txt for BSD license. | ! See http://factorcode.org/license.txt for BSD license. | ||||||
| USING: alien.c-types alien.syntax cocoa.plists cocoa.runtime | USING: alien.c-types alien.syntax cocoa.plists cocoa.runtime | ||||||
| cocoa.types core-foundation.strings io.directories io.files | cocoa.types core-foundation.strings io.files io.files.temp | ||||||
| io.files.temp io.pathnames kernel sequences system ; | io.pathnames kernel sequences system ; | ||||||
| IN: io.files.temp.macosx | IN: io.files.temp.macosx | ||||||
| 
 | 
 | ||||||
| <PRIVATE | <PRIVATE | ||||||
|  |  | ||||||
|  | @ -1,8 +1,7 @@ | ||||||
| ! Copyright (C) 2007 Doug Coleman. | ! Copyright (C) 2007 Doug Coleman. | ||||||
| ! See http://factorcode.org/license.txt for BSD license. | ! See http://factorcode.org/license.txt for BSD license. | ||||||
| USING: accessors destructors io.backend.unix io.mmap | USING: accessors destructors io.backend.unix io.mmap | ||||||
| io.mmap.private kernel libc literals locals system unix | io.mmap.private kernel libc literals locals system unix unix.ffi ; | ||||||
| unix.ffi ; |  | ||||||
| IN: io.mmap.unix | IN: io.mmap.unix | ||||||
| 
 | 
 | ||||||
| :: mmap-open ( path length prot flags open-mode -- alien fd ) | :: mmap-open ( path length prot flags open-mode -- alien fd ) | ||||||
|  |  | ||||||
|  | @ -1,8 +1,8 @@ | ||||||
| ! Copyright (C) 2005, 2010 Slava Pestov, Doug Coleman | ! Copyright (C) 2005, 2010 Slava Pestov, Doug Coleman | ||||||
| ! See http://factorcode.org/license.txt for BSD license. | ! See http://factorcode.org/license.txt for BSD license. | ||||||
| USING: accessors alien byte-arrays combinators destructors hints | USING: accessors alien combinators destructors hints io | ||||||
| io io.backend io.buffers io.encodings io.files io.timeouts | io.backend io.buffers io.encodings io.files io.timeouts kernel | ||||||
| kernel kernel.private libc locals math math.order math.private | kernel.private libc locals math math.order math.private | ||||||
| namespaces sequences strings system ; | namespaces sequences strings system ; | ||||||
| IN: io.ports | IN: io.ports | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,7 +1,8 @@ | ||||||
| ! Copyright (C) 2004, 2009 Slava Pestov, Daniel Ehrenberg. | ! Copyright (C) 2004, 2009 Slava Pestov, Daniel Ehrenberg. | ||||||
| ! See http://factorcode.org/license.txt for BSD license. | ! See http://factorcode.org/license.txt for BSD license. | ||||||
| USING: alien.strings init io io.backend io.encodings io.pathnames | USING: alien.strings init io io.backend io.encodings | ||||||
| kernel kernel.private namespaces sequences splitting system ; | io.pathnames kernel kernel.private namespaces sequences | ||||||
|  | splitting system ; | ||||||
| IN: io.files | IN: io.files | ||||||
| 
 | 
 | ||||||
| <PRIVATE | <PRIVATE | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue