Edit history for page: man/5/Module (chicken file posix)

revision author date description r1 r2
42316 siiky Mon Feb 20 17:49:00 2023 Fix small typo
37717 sjamaan Tue Jun 18 19:08:00 2019 Sync wiki manual for 5.1.0 from git
36352 kooda Wed Aug 22 07:59:00 2018 Properly document file-readable?, file-writable? and file-executable?
35496 sjamaan Mon Apr 30 12:12:00 2018 man/5: "Module (chicken file posix)" incorrectly stated that fifo? is unimplemented and will raise an error, but it will always return #f
35277 sjamaan Sun Mar 11 11:28:00 2018 man/5: Move some procedures from Module (chicken file) to Module (chicken file posix)
34291 sjamaan Tue Aug 15 19:08:00 2017 man/5: Move Windows-specific spawn and open/noinherit definitions to (chicken process) and (chicken file posix) These are "available" on UNIX now too, as stubs that raise an error, exactly like process-fork and such are "available" on Windows.
34173 sjamaan Tue Jun 6 20:06:00 2017 man/5: Document new set-file-permissions! and set-file-{owner,group}! procedures
34172 sjamaan Tue Jun 6 19:55:00 2017 man/5: Update docs for new set-file-times! procedure
34094 sjamaan Sat May 27 11:49:00 2017 man/5: Move create-fifo from (chicken file posix) to (chicken file), where it belongs
34070 sjamaan Sat May 13 16:04:00 2017 man/5: Add some more notes about POSIX stuff unavailable on Windows
34061 sjamaan Wed May 10 18:58:00 2017 man/5: Move file-modification-time from (chicken file) to (chicken file posix)
34052 sjamaan Mon May 8 20:12:00 2017 Add initial (still heavy WIP) layout for CHICKEN 5 manual