]> gitweb.factorcode.org Git - factor.git/history - basis/io/files
help.html: cleanup nav
[factor.git] / basis / io / files /
2022-07-27 nomennescioOn Windows support HOME environment variable
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-03-22 John Benediktssoncore/basis: metadata instead of meta-data.
2021-03-05 John Benediktssonio.files.info: fix docs.
2021-03-05 John Benediktssonio.files.info: support some funny uses of directory?...
2021-03-05 John Benediktssonio.files.info: allow paths to be passed to directory?.
2021-02-26 John Benediktssonio.directories: merge io.directories.search and io...
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2020-12-11 John Benediktssoncalendar: rename >local back to >local-time.
2020-12-11 John Benediktssoncalendar: speed up time+.
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-11 John Benediktssoncore/basis/extra: use flags{ } in places.
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 "win32-error-string throw" with windows-error...
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-06 Alexander IljinReplace inline INVALID_HANDLE_VALUE checks with check...
2020-01-05 Doug Colemanio.files.info: Fix linux file-system-info recursion
2020-01-04 Doug Colemanio.files.info: Fix find-mount-point.
2020-01-04 Doug Colemanio.files.info: fix circularity regression in file-syste...
2020-01-03 Doug Colemanio: Fix word to find disk space if a file is missing.
2020-01-03 Doug ColemanRevert "Replace inline INVALID_HANDLE_VALUE checks...
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...
2020-01-03 Doug ColemanRevert "Replace "win32-error-string throw" with windows...
2020-01-03 Doug Colemanio: Trim using lists.
2020-01-03 Doug Colemanmason.disk: Better handling of free disk space.
2019-11-25 Alexander IljinReplace "win32-error-string throw" with windows-error...
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-11-25 Alexander IljinReplace inline INVALID_HANDLE_VALUE checks with check...
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-03-17 Doug Colemanio.files.windows: Reloading io.pathnames overwrites...
2019-02-09 Jack LucasRe-add Freebsd Support
2018-08-21 John BenediktssonRevert "io.files.temp: When using temp-file, it's possi...
2018-08-13 Doug Colemanio.files.temp: When using temp-file, it's possible...
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.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-03 Doug Colemanio: Add with-ensure-directory and ?file-info.
2017-07-09 Björn Lindqvistbasis/: more docs
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-31 Doug Colemanio.files.info.windows: Fix using list.
2017-02-09 John Benediktssonusing ignore-errors instead of [ drop ] recover.
2017-02-07 John Benediktssonio.files.temp.macosx: use find instead of map-find.
2017-01-05 John Benediktssonuse reject instead of [ ... not ] filter.
2016-11-19 Björn Lindqvistio.files.info.unix.linux: handles the possible permissi...
2016-11-18 Björn Lindqvistbasis,extra: refactorings to use the ignore-error and...
2016-11-10 John Benediktssonio.files.temp.unix: make default-cache-directory absolu...
2016-11-10 John Benediktssonio.files.temp.unix: fix cache to be ~/.cache/factor.
2016-11-09 John Benediktssonio.files.temp.unix: allowing TMPDIR to override /tmp.
2016-11-09 John Benediktssonio.files.temp.unix: changing cache directory to use...
2016-07-30 Alexander Iljinio.files.info-docs: fix links to file-info-tuple parameters
2016-06-22 Alexander Iljinio.files.info.windows: suppress ERROR_FILE_NOT_FOUND...
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-06-22 Jon Harperio.files.info docs, sync link-info and file-info docs
2016-05-31 Björn Lindqvistio.files.windows: make CreateFile-flags a normal word...
2016-05-30 Alexander Iljinio.files.info.windows: add a comment to open-read-handle
2016-05-30 Alexander Iljinio.files.info.windows: fix flags in open-read-handle
2016-05-30 Alexander Iljinio.files.windows: add FILE_FLAG_BACKUP_SEMANTICS to...
2016-05-30 Alexander Iljinio.files.info.windows: fix file-readable?
2016-05-30 Alexander Iljinio.files.info.windows: add open-read-handle to reuse...
2016-05-30 Alexander Iljinio.files.info.windows: fix parameter name for get-file...
2016-05-30 Doug Colemanio.files.windows: Add a unit test to make sure shared...
2016-05-26 Doug Colemanio.files.unique: clean up the files that are created...
2016-05-26 Doug Colemanio.files.unique: Make sure the files are the same excep...
2016-05-23 Doug Colemanio.files.unique: Add a way to create multiple unique...
2016-04-06 Doug Colemanfactor: fix whitespace at end of files.
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-04-01 John Benediktssonio.files.unix: more test cleanup.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-23 Björn Lindqvistunix: fixed read-symbolic-link (#1074) + tests
2016-03-23 Björn Lindqvistio.files.unix: loop getcwd with an expanding buffer...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-19 John Benediktssonio.files.unique: change cleanup-unique-file quot stack...
2016-03-19 John Benediktssonfix some tests broken by my io.files.unique change.
2016-03-18 John Benediktssonio.files.unique: some cleanup.
2016-03-18 John Benediktssonio.files.unique: change to create unique files and...
2016-03-18 John Benediktssonio.files.info: cleanup by using with-temp-directory.
2016-03-17 Doug Colemanlicense rename: fix the rest of it.
2016-03-17 John Benediktssonio.files.temp: use a startup hook as the temp directory...
2016-03-17 Doug Colemanio.files.temp: Initialize symbols after the backends...
2016-03-16 John Benediktssonio.files.temp: allow changing of current temp and cache...
2015-11-03 Doug Colemanio.files.info.unix.linux: Special characters in mount...
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...
next