nickysn
|
ec9a57f854
* local variables in fpc_AnsiStr_Concat_multi changed from nativeint to objpasint
|
11 gadi atpakaļ |
nickysn
|
ff6b258379
* changed ExceptTryLevel from nativeint to objpasint
|
11 gadi atpakaļ |
sergei
|
531c2d79e0
- RTL: removed 'unimplementedwidestring' procedure and use 'unimplementedunicodestring' instead. Reduces bloat. Furthermore, a separate message about missing widestring manager is misleading, because there is only one wide/unicodestring manager that can be set.
|
11 gadi atpakaļ |
sergei
|
8ad5e6fb26
- RTL: cleaned out FPC_FREEMEM_X. We now have a dedicated compilerproc 'fpc_freemem' for this purpose.
|
11 gadi atpakaļ |
marco
|
c376210946
* regenned makefiles which were regennerated with a 2.6.x fpcmake in the rtl-unicode transition
|
11 gadi atpakaļ |
marco
|
0def931419
* Mantis #25889 Patch by Ocean:
|
11 gadi atpakaļ |
marco
|
ac2d4389ac
* patch from Ocean, Mantis #0025890 shlobj classids constants and IShellIcon
|
11 gadi atpakaļ |
florian
|
23ab30c1f8
- removes accidently commited comments for testing
|
11 gadi atpakaļ |
florian
|
3b14b28161
+ support for FASM output, using it for testing does not work though, see readme.txt
|
11 gadi atpakaļ |
marco
|
b3b9041f54
* fpmkunit no longer depends on strutils.
|
11 gadi atpakaļ |
sergei
|
a882e89bc2
* x86_64: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one.
|
11 gadi atpakaļ |
florian
|
04464b8622
* do not create an fpc_zeromem node if size=0
|
11 gadi atpakaļ |
florian
|
6f14dbdebe
* avoid internal error if an empty record is assigned to a function result, resolves #25895
|
11 gadi atpakaļ |
florian
|
303e8c609d
* internalerror unified
|
11 gadi atpakaļ |
nickysn
|
47aed8b01f
* optimized the i8086 version of Get8087CW
|
11 gadi atpakaļ |
reiniero
|
62f8792cb5
fcl-db: dbtestframework:
|
11 gadi atpakaļ |
sergei
|
bce33ee063
* software_rounding_mode -> softfloat_rounding_mode.
|
11 gadi atpakaļ |
sergei
|
295e795a0a
* SPARC: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one.
|
11 gadi atpakaļ |
sergei
|
67a8c315d8
* ARM: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one.
|
11 gadi atpakaļ |
sergei
|
29bf988ca7
+ Implemented m68k-specific (actually, softfloat-specific) part of Math unit.
|
11 gadi atpakaļ |
sergei
|
94a045aa3d
* Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases.
|
11 gadi atpakaļ |
florian
|
842e027a9f
+ prove of concept how FMA4 could be supported in inline assembler
|
11 gadi atpakaļ |
Jonas Maebe
|
f936a48afa
* don't change the forward/interface definition of regular forward/interface
|
11 gadi atpakaļ |
marco
|
8b293f106b
* unicodeducet was still in makefile, fixed.
|
11 gadi atpakaļ |
florian
|
1f6c43810d
* fix wrong suffix
|
11 gadi atpakaļ |
florian
|
ff6afe27cd
* enabled fma instruction as the compiler knows them since r27209
|
11 gadi atpakaļ |
florian
|
a79be2b05c
+ support for FMA instructions in inline assembler
|
11 gadi atpakaļ |
marco
|
f54d92326e
* remove leftover matrix unit dep
|
11 gadi atpakaļ |
marco
|
a1351db576
* rtl-unicode package, containing unicodeducet, collation units and *bidi* units
|
11 gadi atpakaļ |
marco
|
3e40a5c5f6
* removed obsolete rules from Solaris makefile
|
11 gadi atpakaļ |