Commit History

Author SHA1 Message Date
  nickysn dfa1f3e0a3 * NativeInt and NativeUInt redefined as aliases to PtrInt/PtrUInt, so now they 11 years ago
  nickysn fb20791cbe * replaced all the remaining uses of nativeint in the rtl with either sizeint 11 years ago
  nickysn e471a7dd2c * use ObjpasInt, instead of nativeint in fpc_div_dword and fpc_mod_dword 11 years ago
  nickysn ec9a57f854 * local variables in fpc_AnsiStr_Concat_multi changed from nativeint to objpasint 11 years ago
  nickysn ff6b258379 * changed ExceptTryLevel from nativeint to objpasint 11 years ago
  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 years ago
  sergei 8ad5e6fb26 - RTL: cleaned out FPC_FREEMEM_X. We now have a dedicated compilerproc 'fpc_freemem' for this purpose. 11 years ago
  marco c376210946 * regenned makefiles which were regennerated with a 2.6.x fpcmake in the rtl-unicode transition 11 years ago
  marco 0def931419 * Mantis #25889 Patch by Ocean: 11 years ago
  marco ac2d4389ac * patch from Ocean, Mantis #0025890 shlobj classids constants and IShellIcon 11 years ago
  florian 23ab30c1f8 - removes accidently commited comments for testing 11 years ago
  florian 3b14b28161 + support for FASM output, using it for testing does not work though, see readme.txt 11 years ago
  marco b3b9041f54 * fpmkunit no longer depends on strutils. 11 years ago
  sergei a882e89bc2 * x86_64: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. 11 years ago
  florian 04464b8622 * do not create an fpc_zeromem node if size=0 11 years ago
  florian 6f14dbdebe * avoid internal error if an empty record is assigned to a function result, resolves #25895 11 years ago
  florian 303e8c609d * internalerror unified 11 years ago
  nickysn 47aed8b01f * optimized the i8086 version of Get8087CW 11 years ago
  reiniero 62f8792cb5 fcl-db: dbtestframework: 11 years ago
  sergei bce33ee063 * software_rounding_mode -> softfloat_rounding_mode. 11 years ago
  sergei 295e795a0a * SPARC: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. 11 years ago
  sergei 67a8c315d8 * ARM: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. 11 years ago
  sergei 29bf988ca7 + Implemented m68k-specific (actually, softfloat-specific) part of Math unit. 11 years ago
  sergei 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 11 years ago
  florian 842e027a9f + prove of concept how FMA4 could be supported in inline assembler 11 years ago
  Jonas Maebe f936a48afa * don't change the forward/interface definition of regular forward/interface 11 years ago
  marco 8b293f106b * unicodeducet was still in makefile, fixed. 11 years ago
  florian 1f6c43810d * fix wrong suffix 11 years ago
  florian ff6afe27cd * enabled fma instruction as the compiler knows them since r27209 11 years ago
  florian a79be2b05c + support for FMA instructions in inline assembler 11 years ago