florian
|
b81f92536d
* avoid that fpc_fillmem does not inline due too much nested calls
|
1 년 전 |
Sven/Sarah Barth
|
dd4f7e9148
* fix #40592: make the Delphi-compatible attributes usable, but in a way that makes it clear to the user that they won't work
|
1 년 전 |
Sven/Sarah Barth
|
1ffef6ed41
* print the whole symbol name for hint messages
|
1 년 전 |
Sven/Sarah Barth
|
38ca4f9157
* remove semicolon to make Lazarus happy
|
1 년 전 |
florian
|
9ee2eee293
* fix utimensat and utimensat if the rtl is compiled with -dFPC_USE_LIBC
|
1 년 전 |
florian
|
654d75b777
* fix bootstrapping with with 3.2.2 and -dFPC_USE_LIBC
|
1 년 전 |
florian
|
9bb6a32c62
* avoid wrong warning about FillChar not initializing the output parameter in case count <= 0
|
1 년 전 |
Pierre Muller
|
4c330f2799
Issue internal error in def type is errordef
|
1 년 전 |
Michaël Van Canneyt
|
af3ebf1464
* Change GetSystemTimes signature to be delphi compatible, implement for linux
|
1 년 전 |
Pierre Muller
|
81ae7063f3
Add new DragonFly OS syscall number up to release 6.4.0 (v6.4.0 tag on https://gitweb.dragonflybsd.org/dragonfly.git)
|
1 년 전 |
Michaël Van Canneyt
|
49100cc42b
* Add Current and CurrentIsMain
|
1 년 전 |
Pierre Muller
|
f506df022e
Add missing syscall_nr_futimens for NetBSD OS
|
1 년 전 |
florian
|
774e0f9122
+ support for fputimens on non-linux OSes
|
1 년 전 |
florian
|
5f42443db3
* several issues with the in_val_x optimization fixed
|
1 년 전 |
J. Gareth "Curious Kit" Moreton
|
01246e4d30
* Fixed issue where Val shortcutting would not compile under 32-bit systems
|
1 년 전 |
J. Gareth "Curious Kit" Moreton
|
0418078805
* Added unsigned versions of the "tval" tests
|
1 년 전 |
J. Gareth "Curious Kit" Moreton
|
e6d32f9f36
* Added new "tval2" test that assigns constant string symbol
|
1 년 전 |
J. Gareth "Curious Kit" Moreton
|
d8079ea239
* New "tval1" test to verify that Val with constants works properly
|
1 년 전 |
J. Gareth "Curious Kit" Moreton
|
6597f02ebc
* The "Val" intrinsic is now simplified for string constants akin to a
|
1 년 전 |
Nikolay Nikolov
|
a9316b1953
- removed the DEBUG_WASM_GOTO define from the .lpi file
|
1 년 전 |
Sven/Sarah Barth
|
377bc0d311
* access the legacy method table using the correct alignment
|
1 년 전 |
Sven/Sarah Barth
|
bb5b9acbb2
* ensure that TObject.FieldAddress returns the same values as accessing the RTTI directly
|
1 년 전 |
Nikolay Nikolov
|
1fecb46c52
- removed the ENABLE_WASM_INTERNAL_LINKER define from the .lpi file
|
1 년 전 |
Michaël Van Canneyt
|
5f9bcc2405
* Fix typo in enumeration value rloHTTP
|
1 년 전 |
Rika Ichinose
|
e4a0b1adb4
Use ERMS in all eligible cases, again.
|
1 년 전 |
mattias
|
70311bffc6
pastojs: less hints
|
1 년 전 |
Pierre Muller
|
637c34571e
Avoid range check error in AddNormalStringDef
|
1 년 전 |
Michaël Van Canneyt
|
b4d4c30a45
* Initialize result in CountConnections
|
1 년 전 |
Michaël Van Canneyt
|
107299648f
* micro optimization using BsfDWord as proposed in #40590
|
1 년 전 |
Michaël Van Canneyt
|
08b7881083
* Nano optimization. Fixes #40590
|
1 년 전 |