Commit Graph

64618 Commits

Author SHA1 Message Date
florian
15b7a8763f * avoid range check error and overflow in objpas.hash, should resolve #39561 2022-02-12 14:28:59 +01:00
Michaël Van Canneyt
ee2d2a4bd4 * Remove debug statement 2022-02-12 14:27:09 +01:00
Michaël Van Canneyt
f19402e81b * Operator name can now also be finalize 2022-02-12 14:27:09 +01:00
Nikolay Nikolov
09b5e7c6b2 Revert "+ added dependency to rtl-unicode for the ide package"
This reverts commit 153baf41ce.
2022-02-12 15:23:17 +02:00
Michaël Van Canneyt
412de8a17d * Fix case sensitivity of macro value 2022-02-12 14:11:21 +01:00
Nikolay Nikolov
153baf41ce + added dependency to rtl-unicode for the ide package 2022-02-12 13:39:14 +02:00
Nikolay Nikolov
af5f75fd5a * win16 compilation fix after merge of unicodekvm branch 2022-02-12 13:24:37 +02:00
Nikolay Nikolov
6df6e4f7ff * Amiga compilation fix after merge of unicodekvm branch 2022-02-12 13:13:12 +02:00
Nikolay Nikolov
0b8a0fb495 + support conversion between legancy and enhanced console in UpdateScreenArea 2022-02-12 10:09:17 +02:00
Nikolay Nikolov
2d5f0fbde0 Merge remote-tracking branch 'origin/main' into unicodekvm 2022-02-12 09:28:38 +02:00
Nikolay Nikolov
2c0f10d988 * when adding WebAssembly object info, traverse through current_module.used_units,
as well as the usedunits global. This resolves #39543
2022-02-12 08:32:48 +02:00
Pierre Muller
1fce64fa0a Disable range and overflow checks inside detect_linuxvcs procedure 2022-02-11 23:27:07 +00:00
Thorsten Otto
784d2146c5 tosunits: add a missing copyright header 2022-02-11 22:50:38 +00:00
Thorsten Otto
ac8e64c93a tosunits: add a missing copyright header 2022-02-11 22:50:38 +00:00
Thorsten Otto
ef8ad54460 Add *.ttp to .gitignore 2022-02-11 22:50:38 +00:00
Thorsten Otto
454365325e rtl-extra: fix printer device 2022-02-11 22:50:38 +00:00
Thorsten Otto
a57a2b6cbe tosunits: fix a bug in menu_tnormal 2022-02-11 22:50:38 +00:00
Thorsten Otto
704a5a5081 tosunits: fix a bug in vsl_width 2022-02-11 22:50:38 +00:00
Thorsten Otto
d06ab24389 tosunits: fix a bug in objc_find 2022-02-11 22:50:38 +00:00
Thorsten Otto
0ad2150457 tosunits: simplify some pointer assignments 2022-02-11 22:50:38 +00:00
Thorsten Otto
13ed9a2277 tosunits: fix a bug in vq_extnd 2022-02-11 22:50:38 +00:00
Thorsten Otto
0e4e4b89ab tosunits: remove some unused locals 2022-02-11 22:50:38 +00:00
Thorsten Otto
6200af404d tosunits: declare some var parameters as out, to avoid warnings 2022-02-11 22:50:38 +00:00
Thorsten Otto
2b829480e1 tosunits: provide alternative names for members of GRECT 2022-02-11 22:50:38 +00:00
Thorsten Otto
b4cc4f851b rtl-extra: add printer unit for atari 2022-02-11 22:50:38 +00:00
Thorsten Otto
a79aa87272 atari: add nf_ops unit to access NatFeats from emulators 2022-02-11 22:50:38 +00:00
Thorsten Otto
46ab8d79a2 rtl/atari: fix readln from console 2022-02-11 22:50:38 +00:00
Thorsten Otto
685f72ca2f atari/sysos: use the symbolic names for error numbers 2022-02-11 22:50:38 +00:00
Thorsten Otto
b31d5386ee atari: new unit gemcommon was missing from fpmake 2022-02-11 22:50:38 +00:00
Thorsten Otto
22b3268ac7 rtl/atari: implement environment functions also in dos unit 2022-02-11 22:50:38 +00:00
Thorsten Otto
17a90f9521 atari: fix external linkage of graf_movebox/graf_rubberbox 2022-02-11 22:50:38 +00:00
Thorsten Otto
40adddea34 atari: make control array of gem_pbb PurePascal compatible
Applications expect it to be an array, not a record.
2022-02-11 22:50:38 +00:00
Thorsten Otto
43e92ef2b7 atari: add metados functions to tos interface 2022-02-11 22:50:38 +00:00
Thorsten Otto
904c59fbff tosunits: variable basepage needs to be visible by applications 2022-02-11 22:50:38 +00:00
Thorsten Otto
d3c87f9c58 atari: add some more AES/VDI functions 2022-02-11 22:50:38 +00:00
Thorsten Otto
a237aaa1f5 rtl/atari: check for application/acc at startup 2022-02-11 22:50:38 +00:00
Thorsten Otto
b4d8f2d1b6 atari: add missing type LongIntFunc to tos unit 2022-02-11 22:50:38 +00:00
Thorsten Otto
b66802a14e atari: add missing AES/VDI definitions and functions 2022-02-11 22:50:38 +00:00
Pierre Muller
9abd81efa5 Set correct exetension for cross-IDE 2022-02-11 22:34:32 +00:00
Pierre Muller
85ce54f83f Add newer Compiler targets: riscv32/riscv64/xtena/wasm32 and z80 2022-02-11 22:19:43 +00:00
Pierre Muller
2d1e420e54 Adding common directory for riscv32/64 and -dNOOPT for wasm32 2022-02-11 22:19:43 +00:00
Pierre Muller
751417b685 wasm32 compiler target required -dNOOPT option 2022-02-11 22:19:43 +00:00
Pierre Muller
c9e8bfd118 Add internalerror if ogwasm tries to write unset Func/Global or TagIndex of TWasmObjSymbol 2022-02-11 22:19:43 +00:00
florian
38706a1713 * fix declocked(longint) for aarch64 without LSE, resolves #39569 2022-02-11 23:11:06 +01:00
Karoly Balogh
12ef9a4a22 * m68k: some CPUs don't have TAS either (for example some CF) 2022-02-11 01:53:19 +01:00
florian
67d80d414b * do not copy parameters onto the stack using FPU registers if the type is
actually handled by the MM unit, resolves #39567
2022-02-10 22:42:49 +01:00
mattias
a8d19553b9 fcl-passrc: useanalyzer: skip not used record methods for typeinfo 2022-02-10 22:27:01 +01:00
mattias
30e24e48c2 fcl-passrc: UseTypeInfo of record and class: skip generic elements 2022-02-10 22:10:58 +01:00
Michaël Van Canneyt
7b62186b9c * Normalize route when checking for duplicate routes. Fix issue #39570 2022-02-10 14:13:44 +01:00
mattias
72f852f653 fcl-passrc: fixed method combining overload and override 2022-02-10 14:02:46 +01:00