Fix Windows bootstrap
parent
2f96db70b5
commit
b36f610170
|
@ -3,7 +3,7 @@
|
||||||
USING: alien.c-types io.binary io.backend io.files io.buffers
|
USING: alien.c-types io.binary io.backend io.files io.buffers
|
||||||
io.windows kernel math splitting
|
io.windows kernel math splitting
|
||||||
windows windows.kernel32 windows.time calendar combinators
|
windows windows.kernel32 windows.time calendar combinators
|
||||||
math.functions sequences namespaces words symbols system
|
math.functions sequences namespaces make words symbols system
|
||||||
io.ports destructors accessors math.bitwise ;
|
io.ports destructors accessors math.bitwise ;
|
||||||
IN: io.windows.files
|
IN: io.windows.files
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: alien alien.c-types arrays continuations io
|
USING: alien alien.c-types arrays continuations io
|
||||||
io.windows io.windows.nt.pipes libc io.ports
|
io.windows io.windows.nt.pipes libc io.ports
|
||||||
windows.types math windows.kernel32
|
windows.types math windows.kernel32
|
||||||
namespaces io.launcher kernel sequences windows.errors
|
namespaces make io.launcher kernel sequences windows.errors
|
||||||
splitting system threads init strings combinators
|
splitting system threads init strings combinators
|
||||||
io.backend accessors concurrency.flags io.files assocs
|
io.backend accessors concurrency.flags io.files assocs
|
||||||
io.files.private windows destructors ;
|
io.files.private windows destructors ;
|
||||||
|
|
|
@ -4,7 +4,7 @@ io.windows.nt.backend windows windows.kernel32
|
||||||
kernel libc math threads system
|
kernel libc math threads system
|
||||||
alien.c-types alien.arrays alien.strings sequences combinators
|
alien.c-types alien.arrays alien.strings sequences combinators
|
||||||
combinators.short-circuit ascii splitting alien strings
|
combinators.short-circuit ascii splitting alien strings
|
||||||
assocs namespaces io.files.private accessors tr ;
|
assocs namespaces make io.files.private accessors tr ;
|
||||||
IN: io.windows.nt.files
|
IN: io.windows.nt.files
|
||||||
|
|
||||||
M: winnt cwd
|
M: winnt cwd
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
! Copyright (C) 2007, 2008 Doug Coleman, Slava Pestov.
|
! Copyright (C) 2007, 2008 Doug Coleman, Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types arrays continuations destructors io
|
USING: alien alien.c-types arrays continuations destructors io
|
||||||
io.windows libc io.ports io.pipes windows.types
|
io.windows libc io.ports io.pipes windows.types math
|
||||||
math windows.kernel32 windows namespaces io.launcher kernel
|
windows.kernel32 windows namespaces make io.launcher kernel
|
||||||
sequences windows.errors assocs splitting system strings
|
sequences windows.errors assocs splitting system strings
|
||||||
io.windows.launcher io.windows.files
|
io.windows.launcher io.windows.files io.backend io.files
|
||||||
io.backend io.files io.files.private combinators shuffle
|
io.files.private combinators shuffle accessors locals ;
|
||||||
accessors locals ;
|
|
||||||
IN: io.windows.nt.launcher
|
IN: io.windows.nt.launcher
|
||||||
|
|
||||||
: duplicate-handle ( handle -- handle' )
|
: duplicate-handle ( handle -- handle' )
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
! Copyright (C) 2008 Doug Coleman, Slava Pestov.
|
! Copyright (C) 2008 Doug Coleman, Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types libc destructors locals
|
USING: alien alien.c-types libc destructors locals kernel math
|
||||||
kernel math assocs namespaces continuations sequences hashtables
|
assocs namespaces make continuations sequences hashtables
|
||||||
sorting arrays combinators math.bitwise strings system
|
sorting arrays combinators math.bitwise strings system accessors
|
||||||
accessors threads splitting
|
threads splitting io.backend io.windows io.windows.nt.backend
|
||||||
io.backend io.windows io.windows.nt.backend io.windows.nt.files
|
io.windows.nt.files io.monitors io.ports io.buffers io.files
|
||||||
io.monitors io.ports io.buffers io.files io.timeouts io
|
io.timeouts io windows windows.kernel32 windows.types ;
|
||||||
windows windows.kernel32 windows.types ;
|
|
||||||
IN: io.windows.nt.monitors
|
IN: io.windows.nt.monitors
|
||||||
|
|
||||||
: open-directory ( path -- handle )
|
: open-directory ( path -- handle )
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types arrays destructors io io.windows libc
|
USING: alien alien.c-types arrays destructors io io.windows libc
|
||||||
windows.types math.bitwise windows.kernel32 windows namespaces
|
windows.types math.bitwise windows.kernel32 windows namespaces
|
||||||
kernel sequences windows.errors assocs math.parser system random
|
make kernel sequences windows.errors assocs math.parser system
|
||||||
combinators accessors io.pipes io.ports ;
|
random combinators accessors io.pipes io.ports ;
|
||||||
IN: io.windows.nt.pipes
|
IN: io.windows.nt.pipes
|
||||||
|
|
||||||
! This code is based on
|
! This code is based on
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types alien.strings arrays assocs ui
|
USING: alien alien.c-types alien.strings arrays assocs ui
|
||||||
ui.gadgets ui.backend ui.clipboards ui.gadgets.worlds
|
ui.gadgets ui.backend ui.clipboards ui.gadgets.worlds
|
||||||
ui.gestures io kernel math math.vectors namespaces
|
ui.gestures io kernel math math.vectors namespaces make
|
||||||
sequences strings vectors words windows.kernel32 windows.gdi32
|
sequences strings vectors words windows.kernel32 windows.gdi32
|
||||||
windows.user32 windows.opengl32 windows.messages windows.types
|
windows.user32 windows.opengl32 windows.messages windows.types
|
||||||
windows.nt windows threads libc combinators continuations
|
windows.nt windows threads libc combinators continuations
|
||||||
|
|
Loading…
Reference in New Issue