ondrej
|
48f259589b
fpSQLParser: fix float literal parsing (make it locale-independent)
|
před 4 roky |
marco
|
d4b4950ae4
* tcolors alias.
|
před 4 roky |
marcus
|
51996d6280
Amiga video unit: fixed not initialized TInputEvent field, 2nd try, now the deadkeys actually work as they should
|
před 4 roky |
florian
|
4236bee6f1
* win64: factored out cpu specific code
|
před 4 roky |
marcus
|
820e0dddcd
Amiga video unit: fixed not initialized TInputEvent field
|
před 4 roky |
florian
|
d7a9a73194
+ stack pages need to be touched on aarch64-win64 as well
|
před 4 roky |
michael
|
7a7abea0ee
* Remove debug statement
|
před 4 roky |
michael
|
d56ddc28e8
* Apply one JSON to another JSON object
|
před 4 roky |
nickysn
|
5eac35664f
+ started working on DOS.FindFirst
|
před 4 roky |
nickysn
|
73aa30ee0a
* set the exeext for WASI properly in dotest.pp
|
před 4 roky |
nickysn
|
618237a1c7
* update revision.inc
|
před 4 roky |
nickysn
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
před 4 roky |
nickysn
|
afb9c2ae94
+ implemented environment variables support in the DOS unit for the WASI target
|
před 4 roky |
nickysn
|
c275c3c7f2
+ implemented Randomize
|
před 4 roky |
nickysn
|
4240279a84
+ always request pollfd_readwrite rights, when opening a file
|
před 4 roky |
nickysn
|
ca3f1d7b6d
+ always request FD_ADVISE rights, when opening a file
|
před 4 roky |
nickysn
|
5ff2af5176
+ always request FD_FDSTAT_SET_FLAGS rights
|
před 4 roky |
nickysn
|
90eb1351dc
+ request FD_DATASYNC and FD_SYNC rights when a file is opened for writing
|
před 4 roky |
nickysn
|
67c1520928
* changed the formatting of the setting of fs_rights_base in Do_Open. No functional changes.
|
před 4 roky |
nickysn
|
9efcd4e554
+ request fd_allocate rights when opening a file for writing
|
před 4 roky |
nickysn
|
3fd6704582
+ request the rights to set size (truncate) and set times, when a file is opened for writing
|
před 4 roky |
nickysn
|
a5309a5d0c
+ request fd_seek and fd_tell rights when opening a file
|
před 4 roky |
nickysn
|
720068360e
+ workaround for newer wasmtime versions that don't report the fd type of
|
před 4 roky |
nickysn
|
827f543289
* fixed date calculation in WasiDateToDT
|
před 4 roky |
nickysn
|
c48f27225e
+ request the FD_FILESTAT_GET capability when opening files
|
před 4 roky |
nickysn
|
25a9843ea4
* also set doserror to 5 for access denied in dos.getfattr
|
před 4 roky |
nickysn
|
715de4547a
* fixed WASI dll imports that are declared in a different unit
|
před 4 roky |
nickysn
|
953893267b
+ initial WASI implementation of DOS.GetFTime. Not working yet, due to a
|
před 4 roky |
nickysn
|
ba1dcfc6a4
+ also resolve absolute paths in ConvertToFdRelativePath
|
před 4 roky |
pierre
|
615e1c0431
Only set llvm to true if LLVM custom option variable is set, but not to false if not (as true might be the default value)
|
před 4 roky |