Tomas Hajny
|
8038b711a5
|
+ provided sysbeep for DOS targets
git-svn-id: trunk@47542 -
|
2020-11-24 00:25:20 +00:00 |
|
ondrej
|
63beb1e83a
|
* revert r47532, r47527 (use timezone information from fpgettimeofday) because they are not available on all Linux distributions
git-svn-id: trunk@47541 -
|
2020-11-23 15:17:52 +00:00 |
|
michael
|
0323f0b07d
|
* Fix compilation after class tree changes
git-svn-id: trunk@47540 -
|
2020-11-23 12:26:53 +00:00 |
|
michael
|
f1aca7f877
|
* Improved class tree building
git-svn-id: trunk@47537 -
|
2020-11-23 08:30:17 +00:00 |
|
Károly Balogh
|
bf8a020316
|
go32v2: define __crt0_startup_flags as .comm rather than a global symbol. This allows linking against DJGPP libs and code which might also define this symbol. This change is also inline with recent crt0.S versions in DJGPP.
git-svn-id: trunk@47536 -
|
2020-11-23 03:42:16 +00:00 |
|
Tomas Hajny
|
95394d7f98
|
+ added TZ variable based offset calculation
git-svn-id: trunk@47535 -
|
2020-11-23 01:08:39 +00:00 |
|
florian
|
4c0dac4864
|
+ Aarch64: implemented FMovFMov2FMov, not yet used
git-svn-id: trunk@47534 -
|
2020-11-22 21:20:51 +00:00 |
|
florian
|
ef1ba48cc4
|
+ Aarch64: call OptPass1FData for FMA instructions as well
git-svn-id: trunk@47533 -
|
2020-11-22 21:19:51 +00:00 |
|
ondrej
|
28d88b9999
|
* GetLocalTimeOffset: use timezone information from fpgettimeofday
git-svn-id: trunk@47532 -
|
2020-11-22 19:50:40 +00:00 |
|
florian
|
1014e53081
|
* patch by J. Gareth Moreton: fixes crash on ARM with -CriotR, resolves #38116
git-svn-id: trunk@47531 -
|
2020-11-22 19:47:34 +00:00 |
|
florian
|
7ad8f94ec4
|
* set reasonable defaults for arm eabi
git-svn-id: trunk@47530 -
|
2020-11-22 19:47:12 +00:00 |
|
Tomas Hajny
|
10911173df
|
* Correction of omissions in GetLocalTime
git-svn-id: trunk@47529 -
|
2020-11-22 16:19:34 +00:00 |
|
Tomas Hajny
|
ba84c70356
|
* Corrections of omissions in GetLocalTime
git-svn-id: trunk@47528 -
|
2020-11-22 15:53:50 +00:00 |
|
ondrej
|
f5a95782a9
|
* use timezone information from fpgettimeofday for getting local datetime
git-svn-id: trunk@47527 -
|
2020-11-22 15:39:37 +00:00 |
|
florian
|
76406dbc36
|
+ implement prefetch intrinsic for aarch64
git-svn-id: trunk@47526 -
|
2020-11-22 10:27:06 +00:00 |
|
nickysn
|
59b465bbe7
|
* synchronized with trunk
git-svn-id: branches/wasm@47525 -
|
2020-11-22 04:01:56 +00:00 |
|
florian
|
9c7cb3dbd7
|
* fix spilling of avx(512) registers
* get_scalar_mm_op fixed for M256
git-svn-id: trunk@47524 -
|
2020-11-21 22:30:34 +00:00 |
|
florian
|
1d474f822e
|
* fits_in_mm_register takes care of avx(512) support
git-svn-id: trunk@47523 -
|
2020-11-21 22:30:33 +00:00 |
|
florian
|
d5dcf5cd7a
|
* cleanup
git-svn-id: trunk@47522 -
|
2020-11-21 21:58:30 +00:00 |
|
florian
|
ea11517d27
|
+ optimization type converted (modulo) divisions as well by removing up/down converting but,
insert a test and separate code path for -1 if needed
git-svn-id: trunk@47521 -
|
2020-11-21 21:58:28 +00:00 |
|
Károly Balogh
|
ebb199b9d4
|
sinclairql: make sure the Sinclair QL defaults to vlink
git-svn-id: trunk@47520 -
|
2020-11-21 21:42:33 +00:00 |
|
svenbarth
|
c20cbcc28f
|
+ add test to check whether ComObj correctly dispatches Ansi-, Unicode- and WideString arguments
git-svn-id: trunk@47519 -
|
2020-11-21 20:17:14 +00:00 |
|
svenbarth
|
585edb130a
|
+ add support for dispatching UnicodeString parameters (in addition to AnsiString parameters)
git-svn-id: trunk@47518 -
|
2020-11-21 20:17:10 +00:00 |
|
svenbarth
|
9822ff30cf
|
* a AnsiString var parameter is supposed to be dispatched in tagVariant.pbstrVal which is a PWideString, so pass a reference to the ComStr field instead of a copy
git-svn-id: trunk@47517 -
|
2020-11-21 20:17:07 +00:00 |
|
svenbarth
|
50deb254e5
|
* correctly mask the argument type of a dispatch parameter (only the top most bit needs to be removed, not the top most *two* bits)
git-svn-id: trunk@47516 -
|
2020-11-21 20:16:57 +00:00 |
|
Mattias Gaertner
|
bb3d472251
|
fcl-passrc: fixed tests
git-svn-id: trunk@47515 -
|
2020-11-21 17:59:44 +00:00 |
|
Mattias Gaertner
|
0f391f5e1a
|
undo
git-svn-id: trunk@47514 -
|
2020-11-21 17:59:24 +00:00 |
|
Mattias Gaertner
|
b8d5e9c8d2
|
fcl-passrc: fixed tests
git-svn-id: trunk@47513 -
|
2020-11-21 17:57:58 +00:00 |
|
Mattias Gaertner
|
58bbf7e265
|
fcl-passrc: fixed tests TTestProcedureFunction
git-svn-id: trunk@47512 -
|
2020-11-21 17:54:06 +00:00 |
|
michael
|
132186a5aa
|
No advanced records
git-svn-id: trunk@47511 -
|
2020-11-21 12:12:07 +00:00 |
|
michael
|
5354cf2a61
|
* Advanced records structure changed, fixed fpdoc
git-svn-id: trunk@47510 -
|
2020-11-21 12:11:38 +00:00 |
|
michael
|
713d6a0649
|
* Empty sections in advanced records
git-svn-id: trunk@47509 -
|
2020-11-21 10:43:48 +00:00 |
|
nickysn
|
f43b8ce340
|
* regenerated makefiles
git-svn-id: branches/wasm@47508 -
|
2020-11-20 23:32:01 +00:00 |
|
nickysn
|
890b633da1
|
* update revision.inc
git-svn-id: branches/wasm@47507 -
|
2020-11-20 23:28:03 +00:00 |
|
nickysn
|
c895c8fa0a
|
* synchronized with trunk
git-svn-id: branches/wasm@47506 -
|
2020-11-20 23:21:42 +00:00 |
|
florian
|
96dd5d4f76
|
* as suggested by Martok, pass Buffer[0] to ReadFile in SerReadTimeout
on win32, resolves #38107
git-svn-id: trunk@47505 -
|
2020-11-20 21:39:31 +00:00 |
|
michael
|
b00450437b
|
* Changed customization method texts
git-svn-id: trunk@47504 -
|
2020-11-20 21:07:11 +00:00 |
|
michael
|
a65ad26bca
|
* More customization methods
git-svn-id: trunk@47503 -
|
2020-11-20 21:06:44 +00:00 |
|
michael
|
ce40a219ba
|
* Test for cascaded types
git-svn-id: trunk@47502 -
|
2020-11-20 21:04:01 +00:00 |
|
michael
|
988cd7235c
|
* Fix FItems: ^TArray<A>;
git-svn-id: trunk@47501 -
|
2020-11-20 20:48:41 +00:00 |
|
michael
|
5c18d04732
|
* Fix far test
git-svn-id: trunk@47500 -
|
2020-11-20 20:48:13 +00:00 |
|
michael
|
215dab8c8a
|
* far is a procedure type modifier, can appear in type defs
git-svn-id: trunk@47499 -
|
2020-11-20 20:19:49 +00:00 |
|
michael
|
37b827c6a0
|
* Fix hex number evaluation in conditional expressions
git-svn-id: trunk@47498 -
|
2020-11-20 19:47:19 +00:00 |
|
michael
|
f8eac112d1
|
* Absolute is allowed as variable/type/const name
git-svn-id: trunk@47497 -
|
2020-11-20 18:30:50 +00:00 |
|
michael
|
185048c631
|
* Last field before end does not need a semicolon
git-svn-id: trunk@47496 -
|
2020-11-20 18:13:46 +00:00 |
|
michael
|
bd571fdd31
|
* absolute can also take address on some platforms
git-svn-id: trunk@47495 -
|
2020-11-20 16:27:17 +00:00 |
|
michael
|
6ee3d6064f
|
* Fix generics >=Class and type ^File and external vars
git-svn-id: trunk@47494 -
|
2020-11-20 16:14:49 +00:00 |
|
Mattias Gaertner
|
45e2c837b8
|
pastojs: fixed search include file mode objfpc in dir of current include file
git-svn-id: trunk@47493 -
|
2020-11-20 16:11:18 +00:00 |
|
Mattias Gaertner
|
909d34e1eb
|
fcl-passrc: fixed search include file mode objfpc in dir of current include file
git-svn-id: trunk@47492 -
|
2020-11-20 16:08:35 +00:00 |
|
michael
|
c986cf9347
|
* Make fpdoc happy (and me too)
git-svn-id: trunk@47491 -
|
2020-11-20 15:35:10 +00:00 |
|