Commit History

Author SHA1 Message Date
  florian 00d4a6889d * add no internal flag when folding constants in taddnode.simplify, resolves #39308 3 years ago
  Nikolay Nikolov 099a927331 * fix for the WASI datetime to epoch conversion 3 years ago
  Nikolay Nikolov a55980bfb8 + implemented dos.SetFTime for WASI 3 years ago
  Nikolay Nikolov c4d7773c0e + added platform-specific helper function dos.DTToWasiDate, similar to 3 years ago
  Nikolay Nikolov ca242e9ad0 + implemented DOS.GetFAttr for WASI 3 years ago
  Nikolay Nikolov 4e605fb764 + dummy implementation of dos.SetFAttr for WASI, based on the Unix version 3 years ago
  Nikolay Nikolov 00aa7b8ab3 + implemented SysUtils.FileGetAttr for WASI 3 years ago
  Nikolay Nikolov 7f7c5785fc * always return an error in SysUtils.FileSetAttr on WASI - this function is not supported by the WASI API 3 years ago
  Nikolay Nikolov 809277d2b1 + implemented SysUtils.FileGetSymLinkTarget for WASI 3 years ago
  Nikolay Nikolov 1e5ecccdc6 + implemented SysUtils.DirectoryExists for WASI 3 years ago
  Nikolay Nikolov aafb471bc8 * don't set InOutRes in ConvertToFdRelativePath, but return it instead. This 3 years ago
  Nikolay Nikolov 4dc0c37678 + implemented SysUtils.FileExists for WASI 3 years ago
  Nikolay Nikolov fe903f2ae4 * fixed range check error in HasDriveLetter when path is 1 character long 3 years ago
  Nikolay Nikolov 00d5bb5bbc * fixed off-by-one error when initializing current_drive in the WASI system unit 3 years ago
  florian ca9384fd6c * patch by Dean Mustakino to avoid generation of debug info for generics, resolves #38827 3 years ago
  Nikolay Nikolov 068f781c7a + also implemented FileSetDate(FileName) for WASI, via the __wasi_path_filestat_set_times API call 3 years ago
  Nikolay Nikolov 94d8c22c6a + implemented SysUtils.FileSetDate for WASI 3 years ago
  Nikolay Nikolov 38075ac30c + implemented SysUtils.FileAge for WASI 3 years ago
  Nikolay Nikolov 8f95c14827 + implemented SysUtils.FileGetDate for WASI 3 years ago
  Nikolay Nikolov 2a93340bcc + implemented SysUtils.DeleteFile for WASI 3 years ago
  Nikolay Nikolov c8d5bd77a3 - don't call ToSingleByteFileSystemEncodedFileName in SysUtils.FileOpen and 3 years ago
  Nikolay Nikolov 05c6937fd9 + implemented SysUtils.RenameFile for WASI 3 years ago
  Nikolay Nikolov 4c89eaa6cf + implemented SysUtils.FileSeek for WASI 3 years ago
  Nikolay Nikolov 14f361e13f + implemented SysUtils.FileWrite for WASI 3 years ago
  Nikolay Nikolov 09e61201d2 * fixed WASI bug in do_read, where the result of the __wasi_fd_read syscall function was ignored 3 years ago
  Nikolay Nikolov 977b2f2a4b + implemented SysUtils.FileRead for WASI 3 years ago
  Nikolay Nikolov 305393a9c1 - removed the zero constants from the implementation of SysUtils.FileOpen for WASI 3 years ago
  Nikolay Nikolov 0bbc5a7528 + implemented SysUtils.FileCreate for WASI 3 years ago
  Nikolay Nikolov 62846f54ad + implemented SysUtils.FileOpen for WASI 3 years ago
  Nikolay Nikolov aa4070ca8a + implemented SysUtils.FileClose for WASI 3 years ago