Nikolay Nikolov
|
00d5bb5bbc
* fixed off-by-one error when initializing current_drive in the WASI system unit
|
3 år sedan |
florian
|
ca9384fd6c
* patch by Dean Mustakino to avoid generation of debug info for generics, resolves #38827
|
3 år sedan |
Nikolay Nikolov
|
068f781c7a
+ also implemented FileSetDate(FileName) for WASI, via the __wasi_path_filestat_set_times API call
|
3 år sedan |
Nikolay Nikolov
|
94d8c22c6a
+ implemented SysUtils.FileSetDate for WASI
|
3 år sedan |
Nikolay Nikolov
|
38075ac30c
+ implemented SysUtils.FileAge for WASI
|
3 år sedan |
Nikolay Nikolov
|
8f95c14827
+ implemented SysUtils.FileGetDate for WASI
|
3 år sedan |
Nikolay Nikolov
|
2a93340bcc
+ implemented SysUtils.DeleteFile for WASI
|
3 år sedan |
Nikolay Nikolov
|
c8d5bd77a3
- don't call ToSingleByteFileSystemEncodedFileName in SysUtils.FileOpen and
|
3 år sedan |
Nikolay Nikolov
|
05c6937fd9
+ implemented SysUtils.RenameFile for WASI
|
3 år sedan |
Nikolay Nikolov
|
4c89eaa6cf
+ implemented SysUtils.FileSeek for WASI
|
3 år sedan |
Nikolay Nikolov
|
14f361e13f
+ implemented SysUtils.FileWrite for WASI
|
3 år sedan |
Nikolay Nikolov
|
09e61201d2
* fixed WASI bug in do_read, where the result of the __wasi_fd_read syscall function was ignored
|
3 år sedan |
Nikolay Nikolov
|
977b2f2a4b
+ implemented SysUtils.FileRead for WASI
|
3 år sedan |
Nikolay Nikolov
|
305393a9c1
- removed the zero constants from the implementation of SysUtils.FileOpen for WASI
|
3 år sedan |
Nikolay Nikolov
|
0bbc5a7528
+ implemented SysUtils.FileCreate for WASI
|
3 år sedan |
Nikolay Nikolov
|
62846f54ad
+ implemented SysUtils.FileOpen for WASI
|
3 år sedan |
Nikolay Nikolov
|
aa4070ca8a
+ implemented SysUtils.FileClose for WASI
|
3 år sedan |
Nikolay Nikolov
|
27df4e98d2
* use rawbytestring instead of ansistring for the WASI file name handling
|
3 år sedan |
Nikolay Nikolov
|
a0e7882692
* use AllowDirectorySeparators, instead of checking for '/' and '\'
|
3 år sedan |
Nikolay Nikolov
|
60d350f067
* another instance of ['/','\'] replaced with AllowDirectorySeparators
|
3 år sedan |
Nikolay Nikolov
|
d7755a56f6
* replaced '/' with DirectorySeparator in the WASI directory parsing code
|
3 år sedan |
Nikolay Nikolov
|
13c344a3a0
* replaced ['/','\'] with AllowDirectorySeparators in the WASI directory
|
3 år sedan |
Nikolay Nikolov
|
25ac138092
* keep the drive string separate in the preopen and the current dir records on
|
3 år sedan |
florian
|
07413be8b5
+ being able to define change information for xmm0
|
3 år sedan |
Nikolay Nikolov
|
64db584eef
* moved the preopened dir and current dir handling types and variables to the
|
3 år sedan |
Nikolay Nikolov
|
a62c7555d7
- removed the DebugWriteXXX functions from the WASI system unit, since console
|
3 år sedan |
Nikolay Nikolov
|
0d6b5338d0
+ implemented ChDir() for WASI
|
3 år sedan |
Nikolay Nikolov
|
85ebd2c94c
* fixed handling of relative paths that are not directly relative to a preopened
|
3 år sedan |
J. Gareth "Curious Kit" Moreton
|
a925522ead
xor optimisation now doesn't check to see if the REX prefix will actually be removed, as it's beneficial for speed reasons to only use the 32-bit register when zeroing the whole thing
|
3 år sedan |
florian
|
2c180cf101
* by default, DEBUG_AOPTCPU is only enabled if the compiler is compiled with -dEXTDEBUG
|
3 år sedan |