]> gitweb.factorcode.org Git - factor.git/history - basis/io/files/windows/windows.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / io / files / windows / windows.factor
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-04-13 Alexander Iljinio.files.windows: rename a stack effect to make it...
2020-02-07 John Benediktssonio.files.windows: make win32-file-attributes a little...
2020-01-06 John Benediktssonio: fix for win32-error not throwing on zero.
2020-01-06 Alexander IljinReplace "n>win32-error-string throw" with windows-error...
2020-01-06 Alexander IljinDelete throw-win32-error, replace with win32-error...
2020-01-06 Alexander Iljinio.files.windows: replace "-1 <alien>" with INVALID_HAN...
2020-01-03 Doug Colemanio: Fix word to find disk space if a file is missing.
2020-01-03 Doug ColemanRevert "io.files.windows: replace "-1 <alien>" with...
2020-01-03 Doug ColemanRevert "Delete throw-win32-error, replace with win32...
2020-01-03 Doug ColemanRevert "Replace "n>win32-error-string throw" with windo...
2019-11-25 Alexander IljinReplace "n>win32-error-string throw" with windows-error...
2019-11-25 Alexander IljinDelete throw-win32-error, replace with win32-error...
2019-11-25 Alexander Iljinio.files.windows: replace "-1 <alien>" with INVALID_HAN...
2019-03-17 Doug Colemanio.files.windows: Reloading io.pathnames overwrites...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-07-07 Doug Colemanio.pathnames: Add canonicalize-path.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-01-05 John Benediktssonuse reject instead of [ ... not ] filter.
2016-06-22 Alexander Iljinio.files.windows: use open-file to implement maybe...
2016-06-22 Alexander Iljinio.files.windows: replace open-existing with open-r/w
2016-06-22 Alexander Iljinio.files.windows: use CreateFileW in open-file for...
2016-05-31 Björn Lindqvistio.files.windows: make CreateFile-flags a normal word...
2016-05-30 Alexander Iljinio.files.windows: add FILE_FLAG_BACKUP_SEMANTICS to...
2015-11-03 Doug Colemanio.files.windows: ALIEN: -1 puts an expired alien in...
2015-11-02 Doug Colemanwindows.kernel32, io.files.windows: Add support for...
2015-10-11 Björn Lindqvistio.files.windows: fix incorrect parsing of file attribu...
2015-10-10 Doug Colemanio.files.windows: SetFilePointer takes a PLONG not...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-07-30 Doug Colemanio.files.windows: Need the SLOT: file from io.sockets...
2014-11-21 John Benediktssondestructors: change check-disposed not to drop the...
2014-11-17 John Benediktssonio.buffers: cleanup interface a bit.
2014-04-02 Björn LindqvistMerge:
2014-04-02 Björn Lindqvistio.files: make wait-for-fd generic and dispatch dependi...
2014-04-02 Björn Lindqvistio.sockets.secure.windows: reading and writing from...
2014-04-02 Björn Lindqvistio.files.windows: new generic words drain and refill...
2012-06-21 Doug Colemanio.files.info.windows: Fix file-systems word in two...
2011-10-19 Doug ColemanDon't use exception handling for handle>file-size
2011-10-19 Doug ColemanCreate attributes>> accessor in io.files.windows
2011-10-19 Doug ColemanWhen deleting a file, if it fails with "Access is denie...
2011-10-19 Doug ColemanCheck if streams are seekable in Windows
2011-10-18 Joe Groffio.files.windows: fix can-seek? and length
2011-10-18 Joe Groffio.ports: stream-seekable? and stream-length
2011-10-07 Doug ColemanOn Windows, the overlapped structure high bits were...
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-08-28 Joe GroffMerge remote-tracking branch 'github/merge-native-image...
2011-08-28 John Benediktssonio.files.windows: add some tests cases for UNC paths...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-01-25 8byte-josefixed handling of UNC paths under windows
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-12-26 Slava PestovUpdate code for alien.data changes
2010-12-26 Slava PestovMove <ref>, deref and little-endian? from alien.c-types...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-10-25 Doug ColemanRemove many uses of <int> and *int etc
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-20 Doug ColemanSquashed commit of the following:
2010-09-17 Doug ColemanMake sure io.backend.windows loads the implementations...
2010-09-16 Doug ColemanTrim using lists for io.files.windows
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-01 Joe GroffMerge branch 'master' into abi-symbols
2010-04-01 Doug ColemanUse flags{ instead of flags all over the place
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-27 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-22 Slava PestovFix conflict
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovFactor source files should not be executable
2009-11-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovVarious Windows load fixes
2009-11-20 Slava PestovUpdate a few places that used string C type names to...
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-09-24 Slava PestovFix conflict
2009-09-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-22 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-09-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-20 Slava PestovMerge Phil Dawes' VM work
2009-09-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-18 Joe Groffmove some allocation words that don't really have much...
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
next