Commit Graph

60414 Commits

Author SHA1 Message Date
Károly Balogh
92beecb6fe * bump ppu version after r47279. it changes the ABI (m68k only), so units are incompatible even if the format didn't change
git-svn-id: trunk@47280 -
2020-11-02 02:19:06 +00:00
Károly Balogh
9d425ff4ca m68k: change the stack push order in the register calling convention to left-to-right. This should fix parameter handling in nested procedures (tnest5)
git-svn-id: trunk@47279 -
2020-11-02 02:01:24 +00:00
Mattias Gaertner
0b670d0d31 pastojs: shortrefglobals: generic helper method
git-svn-id: trunk@47278 -
2020-11-02 01:59:19 +00:00
Mattias Gaertner
088aacfb26 pastojs: shortrefglobals: proc var of generic method
git-svn-id: trunk@47277 -
2020-11-02 01:27:07 +00:00
Mattias Gaertner
8fe5a1e894 pastojs: shortrefglobals: call static method
git-svn-id: trunk@47276 -
2020-11-01 20:58:45 +00:00
marco
b06727d8af * remove windows.pboolean, mantis #38019
git-svn-id: trunk@47275 -
2020-11-01 19:59:58 +00:00
svenbarth
71c30761dd * fix for Mantis #38020: apply patch by Sergey Larin to use GetModuleHandle instead of LoadLibrary to retrieve GetTickCount64
git-svn-id: trunk@47274 -
2020-11-01 19:40:39 +00:00
Mattias Gaertner
5b4e028da4 pastojs: precompiled proc: local var for generic function
git-svn-id: trunk@47273 -
2020-11-01 18:32:40 +00:00
Mattias Gaertner
c4f8070035 fcl-passrc: TPasResolver.ProcHasSelf
git-svn-id: trunk@47272 -
2020-11-01 18:31:53 +00:00
Mattias Gaertner
04de97bc09 fcl-js: TJSCallExpression.InsertArg
git-svn-id: trunk@47271 -
2020-11-01 18:30:56 +00:00
Tomas Hajny
5c119d5f67 * fix for bug #38021 based on patch by Sergey Larin
git-svn-id: trunk@47269 -
2020-11-01 16:46:52 +00:00
florian
dbb0b24de8 * reverted accidental change
git-svn-id: trunk@47268 -
2020-11-01 14:27:59 +00:00
pierre
c2c4048e92 Fix compilation of RTL when USE_FILEREC_FULLNAME is not defined
git-svn-id: trunk@47267 -
2020-11-01 08:23:40 +00:00
Károly Balogh
55d4ffa9de m68k: add missing FINT and FINTRZ instructions to spilling_get_operation_type()
git-svn-id: trunk@47266 -
2020-10-31 21:57:59 +00:00
Károly Balogh
3aa0d92c79 fix casting typo in r47263
git-svn-id: trunk@47265 -
2020-10-31 20:46:19 +00:00
florian
8369f035bf * use AnsiString for file names to overcome length limitations
git-svn-id: trunk@47264 -
2020-10-31 19:54:41 +00:00
florian
408fc819b3 + initial implementation of a FullName field in file records to overcome length limitions of the name field
git-svn-id: trunk@47263 -
2020-10-31 19:54:40 +00:00
florian
3d049a3309 - remove unused trimbspace
+ added ansistring variants for some helpers

git-svn-id: trunk@47260 -
2020-10-30 22:10:56 +00:00
pierre
f45bcd615e Add bin directory to ignore list for fpcsrc directory also
git-svn-id: trunk@47259 -
2020-10-30 16:17:05 +00:00
pierre
a1bfb5318b Add explicitly dependency to system unit for win16 rtl
git-svn-id: trunk@47258 -
2020-10-30 16:13:35 +00:00
pierre
f674ed0324 Disable use of cmov instructions in alignment patterns for some i386 targets (it prevents use of some emulators)
git-svn-id: trunk@47257 -
2020-10-30 16:12:47 +00:00
pierre
7966b29b2f i386-go32v2 also does not support progbits, as other COFF targets
git-svn-id: trunk@47255 -
2020-10-30 15:33:27 +00:00
florian
1266afc0d0 * in equal_genfunc_paradefs take care of the fact that typesym might not be assigned for open array parameters, resolves #38012
git-svn-id: trunk@47253 -
2020-10-29 21:00:03 +00:00
lacak
5f04bb4a8e fcl-db: base: xmldatapacketreader: fix XML data types
git-svn-id: trunk@47247 -
2020-10-29 05:58:05 +00:00
florian
ff31d95a69 * excess precision should not be applied to comp or currency
git-svn-id: trunk@47246 -
2020-10-28 21:37:27 +00:00
florian
5b06af8886 * delphi has excessprecision turned on by default
git-svn-id: trunk@47245 -
2020-10-28 21:37:26 +00:00
Mattias Gaertner
2ab0b76f3c pastojs: fixed error on Arr+=
git-svn-id: trunk@47244 -
2020-10-28 20:34:36 +00:00
Mattias Gaertner
b51c89df41 pastojs: fixed a.specialize b<c>
git-svn-id: trunk@47243 -
2020-10-28 20:12:17 +00:00
Mattias Gaertner
20a8b05bee fcl-passrc: fixed a.specialize b<c>, creating tbinary as parent of tinlinespecializeexpr
git-svn-id: trunk@47242 -
2020-10-28 20:11:02 +00:00
Mattias Gaertner
42e48d016b pastojs: filer: generic proc type
git-svn-id: trunk@47241 -
2020-10-28 19:07:22 +00:00
Mattias Gaertner
57cdc30a62 pastojs: filer: generic array
git-svn-id: trunk@47240 -
2020-10-28 18:53:20 +00:00
lacak
28d1ad595a fcl-db: tests: fix typo
git-svn-id: trunk@47238 -
2020-10-28 14:37:36 +00:00
lacak
78e7ea6fbf fcl-db: mysql: use new ftLongWord for INT UNSIGNED fields. Bug #37979
git-svn-id: trunk@47237 -
2020-10-28 14:32:20 +00:00
michael
e4155ea9ad * Fix bug #38003, small memleak
git-svn-id: trunk@47236 -
2020-10-28 14:12:28 +00:00
lacak
806ddcdbbc fcl-db: base: +TFMTBCDField.AsLongWord
git-svn-id: trunk@47235 -
2020-10-28 12:49:22 +00:00
pierre
f97c981c24 Update -T help output after introduction of iOS targets
git-svn-id: trunk@47234 -
2020-10-28 12:37:57 +00:00
lacak
7ee3b01eff fcl-db: test: +testShortIntValues
git-svn-id: trunk@47233 -
2020-10-28 12:35:03 +00:00
pierre
075966f142 Display xtensa specific options for ppcxtensa -h
git-svn-id: trunk@47232 -
2020-10-28 10:48:06 +00:00
pierre
b8e6610617 Add explicit longint typecast to avoid range check errors with unwindrec longword variable
git-svn-id: trunk@47231 -
2020-10-28 09:46:02 +00:00
pierre
1fdf940d0b Fix compilation failure of i386-netbsd target after last commit
git-svn-id: trunk@47230 -
2020-10-28 07:08:48 +00:00
pierre
f80bd9b034 Fix typo in script comment
git-svn-id: trunk@47229 -
2020-10-27 23:11:23 +00:00
pierre
b25d9014df Default to add -dFPC_USE_LIBC for OpenBSD OS (can be disabled by setting FPC_USE_SYSCALL=1)
git-svn-id: trunk@47228 -
2020-10-27 23:10:37 +00:00
pierre
8a543dbc8a Use RTE 207 for FPU_Invalid and FPU_Denormal exceptions on i386/x86_64 beos/haiku/*bsd as for Linux
git-svn-id: trunk@47227 -
2020-10-27 23:09:32 +00:00
florian
13f1fb60b4 * directly copy the result of set <op> set into the left side of an assignment
git-svn-id: trunk@47226 -
2020-10-27 21:42:51 +00:00
lacak
eb4bc9d153 fcl-db: dbase: add new field types (ftLongWord, ftShortint, ftByte) to fix export test errors
git-svn-id: trunk@47225 -
2020-10-27 15:01:57 +00:00
lacak
6c2554af69 fcl-db: tests: add support for ftLongWord, ftShortInt, ftByte field types to TBufDataset + basic test
git-svn-id: trunk@47224 -
2020-10-27 14:42:41 +00:00
michael
7f6d0fec96 * Fix compilation after Lacos changes to TFieldType
git-svn-id: trunk@47223 -
2020-10-27 14:27:49 +00:00
lacak
63aed04024 fcl-db: base: fix after adding new field types into enumeration TFieldType (in rev. 47217)
git-svn-id: trunk@47222 -
2020-10-27 13:58:29 +00:00
lacak
54f85eec56 fcl-db: base: TShortintField + TByteField
git-svn-id: trunk@47221 -
2020-10-27 13:34:43 +00:00
lacak
b5a1c93ec2 fcl-db: base: enable TLongWordField in DefaultFieldClasses
git-svn-id: trunk@47220 -
2020-10-27 13:16:16 +00:00