]> gitweb.factorcode.org Git - factor.git/commit
io.files.info.windows: Fix file-systems word in two ways. First, don't
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 15:32:53 +0000 (08:32 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 15:32:53 +0000 (08:32 -0700)
commiteccf5a82ae6acae657942be2819294eff1242810
treeb04c269518dfde03fbf0136cb4dc667226dd922c
parent80eae10aa06ac518d0b4fb68eedbb38bc66a5dd2
io.files.info.windows: Fix file-systems word in two ways. First, don't
allocate 32k on the local alloc stack (which causes a 'double fault.')
Second, if the volume doesnt look up to a real path, don't make a dummy
object for that. volume
Use alien>native-string and native-string>alien wherever possible instead of
utf16n for Windows.
12 files changed:
basis/environment/windows/windows.factor
basis/game/input/dinput/dinput.factor
basis/game/input/xinput/xinput.factor
basis/io/directories/windows/windows.factor
basis/io/files/info/windows/windows.factor
basis/io/files/temp/windows/windows.factor
basis/io/files/windows/windows.factor
basis/tools/deploy/libraries/windows/windows.factor
basis/ui/backend/windows/windows.factor
basis/windows/errors/errors.factor
basis/windows/shell32/shell32.factor
extra/io/files/trash/windows/windows.factor