yury
|
f526f39f8f
* pas2jni: Always specify unit prefix for types in the generated bridge code.
|
11 жил өмнө |
sergei
|
1c7a5d5adc
* x86: fix spilling of sqrtss and sqrtsd instructions, they cannot have memory as destination.
|
11 жил өмнө |
sergei
|
22e099d000
* sqrt(real): for targets with emulated floating point, invoke float64_sqrt or float32_sqrt from softfpu code. Testing on ARM CPU shows that float64_sqrt executes about twice faster and offers better accuracy than fpc_sqrt_real from genmath.inc.
|
11 жил өмнө |
sergei
|
fc5f45f65c
* sqr(real) and sqrt(real): remove typeconv node inserted by initial call processing (see explanation in comments), allowing these functions to be evaluated using precision of argument. In particular, sqrt(single) and sqrt(double) now emit 'sqrtss' and 'sqrtsd' instructions on x86 targets with -Cfsse3. Non-x86 targets already have the necessary support in code generators.
|
11 жил өмнө |
nickysn
|
feb840b47f
* support reg=NR_NO in thlcgcpu.reference_reset_base on i8086. This fixes test
|
11 жил өмнө |
lacak
|
590f5791d5
fcl-db: tests: cosmetic
|
11 жил өмнө |
nickysn
|
683478f00c
+ added a proper far pointer inc/dec implementation (operating only on the offset,
|
11 жил өмнө |
Tomas Hajny
|
cedf009d3c
* fix for SIGSEGV in Exec without command line parameters revealed in discussion for #26160
|
11 жил өмнө |
Tomas Hajny
|
bb0a670e9e
* fix for bug #26160
|
11 жил өмнө |
michael
|
6fcff07e50
* SizeInt -> SizeUInt for strPLCopy (Bug ID 26156)
|
11 жил өмнө |
michael
|
046b7626dd
* Reworked patch from Werner Pamler (bug ID 26168) to add support for periods
|
11 жил өмнө |
michael
|
036c208426
* Patch from Laco to improve checkequals for floats (bug ID 26172)
|
11 жил өмнө |
Tomas Hajny
|
9b7fdfa8b0
* add possibility of overriding the disabled VESA driver using /VESA
|
11 жил өмнө |
Tomas Hajny
|
9f56c6ec11
* disable the VESA features by default if running under MS WinNT and above
|
11 жил өмнө |
sergei
|
7e1c370c17
* Write RTTI for function arguments as children of function RTTI, resolves #24540,#25002,#25128 (bugs are basically duplicate, so adding only first of them to the testsuite).
|
11 жил өмнө |
michael
|
9916cd839b
* Changed SaveAs to SaveToFile
|
11 жил өмнө |
sergei
|
3eec9996bc
* Moved method check_hints from tmodule to tused_unit and modified it so warning messages are output with position info from associated unitsym. Resolves #25057.
|
11 жил өмнө |
mazen
|
141ead4e62
fcl-xml: Added new property to XmlConf to allow opening file in read only mode. Added also a save as method.
|
11 жил өмнө |
sergei
|
2f8a1706e6
* x86_64-*bsd: cleaned out handwritten assembler threadvar access from syscall code.
|
11 жил өмнө |
Jonas Maebe
|
5e76203bc3
* don't hard-code size of linebuf entries
|
11 жил өмнө |
mazen
|
656ba70fd8
fcl-sound: Allow opening audio file with fpwavereader even if it is being read by an other process.
|
11 жил өмнө |
michael
|
3a3e64e6df
* Allow creating a custom version of the event log class
|
11 жил өмнө |
florian
|
417d444376
* do not crash with an internal error if an indexed access is done on a constant pointer node
|
11 жил өмнө |
pierre
|
cda643cea4
add run time option -novesa for go32v2 os target
|
11 жил өмнө |
Jonas Maebe
|
ee2242c407
* fixed Haiku compilation after r26426, always uses libc (patch by Olivier
|
11 жил өмнө |
Jonas Maebe
|
3e9c9f2f90
* re-enable/fix Haiku gpm support after r26372 (patch by Olivier Coursiere,
|
11 жил өмнө |
Jonas Maebe
|
55d62d6821
* removed units moved in r27349 (patch by Olivier Coursiere, mantis #26148)
|
11 жил өмнө |
lacak
|
375eab52c7
fcl-db: sqldb: add PROCEDURE_NAME column as alias to ROUTINE_NAME column in schema view ROUTINES query. GetProcedureNames method expects column named PROCEDURE_NAME, which is not a part of SQL standard INFORMATION_SCHEMA.ROUTINES view.
|
11 жил өмнө |
pierre
|
d4368c55b9
Fix windows problem with FindResource function
|
11 жил өмнө |
michael
|
81a95f6f1b
* Fix problem with IE for inlined taking address (@S[1]) of empty const
|
11 жил өмнө |