marco
|
e93413fae7
* Initial FPC_USE_LIBC implementation of termios for Linux.
|
11 anos atrás |
michael
|
559eb81c07
* MySQL 5.6 support from Laco
|
11 anos atrás |
sergei
|
f508442a7e
* Emit everything to the same asmlist (fixing copy-paste error).
|
11 anos atrás |
nickysn
|
09a3fc74e3
* use the fwait prefixed FSTCW, followed by FWAIT, instead of FNSTCW in
|
11 anos atrás |
nickysn
|
2d45ea43af
* use the 'wait' prefix (on the same line as the instruction), instead of
|
11 anos atrás |
pierre
|
fc92fcbfb5
Add buildcollations, charcter and unicode* units
|
11 anos atrás |
pierre
|
2fa28f7e1c
Add buildcollations and unicode* units
|
11 anos atrás |
pierre
|
5ee544c580
Add buildcollations and unicode* units
|
11 anos atrás |
sergei
|
04c0845189
* Moved more reusable exception handling code from seh64.inc to syswin.inc.
|
11 anos atrás |
sergei
|
f42c1b3720
* Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced.
|
11 anos atrás |
sergei
|
5ada0ff373
- Removed debugging code around SetUnhandledExceptionFilter. This function sets some global variable in kernel32.dll, and does not change fs:[0].
|
11 anos atrás |
nickysn
|
3555b76495
- rm FDISI,FENI,FSAVE,FSTCW,FSTENV and FSTSW from the requires_fwait_on_8087()
|
11 anos atrás |
marco
|
23ac05cfdd
* fix for #22546
|
11 anos atrás |
nickysn
|
e9a4896565
- rm the 287/387+ FPU instructions from the requires_fwait_on_8087() list
|
11 anos atrás |
Károly Balogh
|
71e492db1b
made arm-linux system unit compilable on anything but Thumb2 after r26161
|
11 anos atrás |
reiniero
|
9619eac204
* fcl-db dbtestframework, export:
|
11 anos atrás |
yury
|
7e8ce16f6b
* ppudump: Output the "default" option for properties.
|
11 anos atrás |
reiniero
|
c952076699
* fcl-db: cosmetic.
|
11 anos atrás |
michael
|
f7a1f04f43
* Applied patch to support YCCK values (bug ID 21916)
|
11 anos atrás |
reiniero
|
148d262a6a
* fcl-db: cosmetic
|
11 anos atrás |
Jonas Maebe
|
2274150698
* fixed compilation with -Oodfa on big endian systems
|
11 anos atrás |
reiniero
|
acd13fdcf9
* fcl-db: TSQLScript: fix COMMIT RETAIN/COMMIT WORK being mistaken for plain COMMIT because of insertion order.
|
11 anos atrás |
florian
|
4aebcdaa94
* enable node dfa for life information with -O3:
|
11 anos atrás |
florian
|
6924cc0458
* optimize CheckAndWarn
|
11 anos atrás |
florian
|
35206c3d93
* make ResetProcessing more efficient
|
11 anos atrás |
florian
|
e914612423
* the win64 exception handling code messes with asm nodes, so mark the helper procedure that they contain assembler
|
11 anos atrás |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
11 anos atrás |
florian
|
49fe968d1d
* the dfa code now behaves like the old initialization checking code: uninitialized parameters passed by reference cause only a hint
|
11 anos atrás |
florian
|
99eadb91b3
* run CheckAndWarn to get proper locations for warnings about uninitialized variables
|
11 anos atrás |
florian
|
c357212b45
+ search crt* files also in /usr/lib/x86_64-linux-gnu, multiarch supporting distros require this
|
11 anos atrás |