Nikolay Nikolov
|
b91fc3a0d3
* fixed passing of singleton record parameters, containing a float in WebAssembly
|
3 년 전 |
Nikolay Nikolov
|
df92d88f39
+ added support for the handling of singleton record and array types in
|
3 년 전 |
Nikolay Nikolov
|
3511b80972
* fixed formatting in defToWasmBasic
|
3 년 전 |
Nikolay Nikolov
|
ee387f7c66
* C ABI fixes for the passing of records in WebAssembly
|
3 년 전 |
Nikolay Nikolov
|
236e10d03a
+ pass 64-bit structures by address in WebAssembly for compatibility with LLVM's C ABI
|
3 년 전 |
florian
|
321764bdd9
* fix warnings with -dDEBUG_NODE_XML, resolves #38222
|
3 년 전 |
florian
|
6cb24a3929
* itcpugas unit for Z80 providing gas_regname to fix compilation with -dDEBUG_NODE_XML
|
3 년 전 |
Nikolay Nikolov
|
34587a647f
+ init the ansistring upper and lower case tables in the WASI SysUtils unit initialization
|
3 년 전 |
Nikolay Nikolov
|
44f862fb4e
+ added test for SysUtils.GetLocalTime
|
3 년 전 |
Nikolay Nikolov
|
f21273612a
+ also fill DayOfWeek in the Unix implementation of SysUtils.GetLocalTime
|
3 년 전 |
Nikolay Nikolov
|
f20de5d583
* fixed padding in the filerec to match textrec even on platforms where
|
3 년 전 |
Nikolay Nikolov
|
0934df505c
+ implemented SysUtils.GetLocalTime for WASI
|
3 년 전 |
florian
|
00d4a6889d
* add no internal flag when folding constants in taddnode.simplify, resolves #39308
|
3 년 전 |
Nikolay Nikolov
|
099a927331
* fix for the WASI datetime to epoch conversion
|
3 년 전 |
Nikolay Nikolov
|
a55980bfb8
+ implemented dos.SetFTime for WASI
|
3 년 전 |
Nikolay Nikolov
|
c4d7773c0e
+ added platform-specific helper function dos.DTToWasiDate, similar to
|
3 년 전 |
Nikolay Nikolov
|
ca242e9ad0
+ implemented DOS.GetFAttr for WASI
|
3 년 전 |
Nikolay Nikolov
|
4e605fb764
+ dummy implementation of dos.SetFAttr for WASI, based on the Unix version
|
3 년 전 |
Nikolay Nikolov
|
00aa7b8ab3
+ implemented SysUtils.FileGetAttr for WASI
|
3 년 전 |
Nikolay Nikolov
|
7f7c5785fc
* always return an error in SysUtils.FileSetAttr on WASI - this function is not supported by the WASI API
|
3 년 전 |
Nikolay Nikolov
|
809277d2b1
+ implemented SysUtils.FileGetSymLinkTarget for WASI
|
3 년 전 |
Nikolay Nikolov
|
1e5ecccdc6
+ implemented SysUtils.DirectoryExists for WASI
|
3 년 전 |
Nikolay Nikolov
|
aafb471bc8
* don't set InOutRes in ConvertToFdRelativePath, but return it instead. This
|
3 년 전 |
Nikolay Nikolov
|
4dc0c37678
+ implemented SysUtils.FileExists for WASI
|
3 년 전 |
Nikolay Nikolov
|
fe903f2ae4
* fixed range check error in HasDriveLetter when path is 1 character long
|
3 년 전 |
Nikolay Nikolov
|
00d5bb5bbc
* fixed off-by-one error when initializing current_drive in the WASI system unit
|
3 년 전 |
florian
|
ca9384fd6c
* patch by Dean Mustakino to avoid generation of debug info for generics, resolves #38827
|
3 년 전 |
Nikolay Nikolov
|
068f781c7a
+ also implemented FileSetDate(FileName) for WASI, via the __wasi_path_filestat_set_times API call
|
3 년 전 |
Nikolay Nikolov
|
94d8c22c6a
+ implemented SysUtils.FileSetDate for WASI
|
3 년 전 |
Nikolay Nikolov
|
38075ac30c
+ implemented SysUtils.FileAge for WASI
|
3 년 전 |