Historique des commits

Auteur SHA1 Message Date
  svenbarth 788393c298 Change WideString initialization to work correctly with indirect main information as well il y a 9 ans
  Károly Balogh 1192978152 m68k: software mod/div and mul helper requirement has nothing to do with the softfpu, CF and plain 68k simply needs it il y a 9 ans
  florian bb1f2b8062 * make NativeInt and NativeUInt unique types, resolves #29444 il y a 9 ans
  svenbarth 7b67ead440 Pass further main program data through the indirect entry information. il y a 9 ans
  svenbarth 3da7675eb1 Add a possiblity for targets to specify additional fields for TEntryInformation using an optional sub record called TEntryInformationOS il y a 9 ans
  svenbarth b525cecad8 - get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) ) il y a 9 ans
  nickysn 0f6b5161e6 * the 'count' parameter of Move and FillChar on i8086 made 16-bit unsigned, il y a 10 ans
  marco 08f9400070 * adding puint64 mantis #29020 il y a 10 ans
  marco d95b95e648 * fix for #28940 also add PSizeUint il y a 10 ans
  Jonas Maebe 80902035e0 * moved excepth.inc include from the system unit implementation to interface il y a 10 ans
  michael 8161c1135c * Add offset to Pos functions, Delphi XE 8 compatible. il y a 10 ans
  marco 8cf0c3bcb6 * camel case paramcount as per mantis #28503 il y a 10 ans
  michael 81fa382c42 * Rename WriteExceptionToStdErr -> WriteErrorsToStdErr il y a 10 ans
  michael 94e57aa463 * Moved WriteExceptionToStdErr to system unit, so it is observed even in absence of sysutils (bug ID 27708) il y a 10 ans
  nickysn 28dc9fe68b * fixed definition of the ALUSInt type on 16-bit CPUs il y a 10 ans
  florian 134457fb8c + define types depending on the ALU register size of the CPU, e. g. for most 8 Bit CPUs this is different from Ptr(U)Int, and e.g. also for the far pointer memory models of i8086 il y a 10 ans
  Jonas Maebe 6a70c84258 + internal bsr/bsf support for ppc32 and ppc64 il y a 10 ans
  Jonas Maebe ff020a3be4 + "Utf8CodePointLen(pansichar,MaxLookAhead,IncludeCombiningDiacriticalMarks): il y a 10 ans
  Jonas Maebe 416d0b3974 * enable internal handling of 64 bit sar() on AArch64 il y a 10 ans
  Jonas Maebe a8d05b66e2 + AArch64 internal bsf/bsr support il y a 10 ans
  Jonas Maebe 03f8a15904 * enable internal handling of 32 and 64 bit rotates on AArch64 il y a 10 ans
  Jonas Maebe b0112fa63f + initial AArch64 support in systemh.inc, options.pas, version.pas and il y a 10 ans
  sergei 7666cd5c0e + Overloaded procedure dump_stack that calls CaptureBacktrace, thus encapsulating internals of stack traversing. il y a 10 ans
  svenbarth 2d454dc8fa Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. il y a 10 ans
  marco 6db1f5bfa8 * Delphi compat changes pchar->pansichar. add pppansichar to systemh.inc il y a 10 ans
  marco 4733e50de5 * system unit additions from mantis #27206. Exports some dynarray related RTTI functions. il y a 10 ans
  florian 7180d184c5 + implements TExtended80Rec, TDoubleRec, TSingleRec il y a 11 ans
  Jonas Maebe ff583bde6c * made setstring() a compiler intrinsic so it can set the compile-time il y a 11 ans
  florian 714901ce45 * fixes feature defines after recent changes il y a 11 ans
  nickysn 16c5849fc6 + added HexStr() overload for huge pointers il y a 11 ans