提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe 0b246f3dbd * converted Boolean8 to an internal type, and mapped Boolean to the 6 年之前
  florian a34d4e715c Merged riscv_new branch 6 年之前
  Jeppe Johansen 74a7963d58 Redo overflow checking code. 6 年之前
  svenbarth d9cb5c4502 + add a Boolean8 alias for Boolean for symmetry's sake (fixes Mantis #34058) 7 年之前
  marco 096e7d7513 * add prawbytestring. 7 年之前
  Jeppe Johansen ceb38833f2 Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk. 7 年之前
  nickysn 26a3ac3fd4 * moved the fpc_in_x86_*port* constants to the system unit in cpuinnr.inc in the 7 年之前
  marco 43d7b23555 * fix for #33817, also p* marshalledstring for Delphi compat. 7 年之前
  michael e46b89c8bb * Patch from Ondrej Pokorny to fix camelcase (bug ID 4b46872) 7 年之前
  pierre 250e924ad3 + Add RTE 236 for thread errors: 7 年之前
  florian 22df9cde3e * halt and runerror never return 7 年之前
  Károly Balogh 07513150e0 * make StdOut/StdErr optionally a true alias of Output/ErrOutput, so they share the same underlying TextRec. this reduces data segment usage on small systems by more than 1K. 7 年之前
  svenbarth ea193bc993 * enable explicit Pointer overloads of Interlocked* functions for M68k as that has a calling convention where the passing of Pointer values differs from ordinal values (address vs. int registers). Fixes e.g. usage of the Classes unit 7 年之前
  svenbarth e09ec0e36b + add ability to have explicitely implemented Pointer overloads of the Interlocked* routines instead of forwarding them to the ones with suitable size. 7 年之前
  maciej-izak 8aaa3c0fd5 + added additional OpaquePointer type for the system unit (mantis #32977). 7 年之前
  maciej-izak f719f81c06 + added new types for the system unit: opaque data type (TOpaqueData) and related opaque pointer (POpaqueData) (mantis #32977) 7 年之前
  nickysn 29f307589e + added an i8086-specific procedure MoveData, that allows moving of far data, 7 年之前
  nickysn 0119e7afb3 * changed the codepointer type in the i8086 small and compact memory models from 7 年之前
  marco 52f81da69c * some aliases for newer delphi versions, patch by Silvio. 7 年之前
  florian 0725bfcdf0 * do not generate references to the variant type, if the variants feature is not available 7 年之前
  florian ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 7 年之前
  svenbarth fe95d73fe5 * move RTTI header include above ObjPas header include 7 年之前
  Károly Balogh e1501c86bf m68k: fix no FPU support 7 年之前
  svenbarth 187ebc6821 * adjust/update guard against older compiler versions 8 年之前
  florian 8bbe7d7268 * define STACK_BIAS constant for sparc64, it is fundamental 8 年之前
  florian cd70098b84 + SPARC64 support for the system unit 8 年之前
  nickysn ba665e103c + added sqr(shortint) and sqr(smallint) for CPUs with 8/16-bit alu 8 年之前
  nickysn 78a7445751 + added Odd(byte) and Odd(shortint) for cpus with 8-bit alu and Odd(word)/ 8 年之前
  nickysn fa645dcaf7 + added abs(smallint) and abs(shortint) for cpus with 8-bit or 16-bit alu 8 年之前
  nickysn 504662826a * fixed the rtl cpu ifdefs for the rol/ror/sar cpu support check 8 年之前