Commit History

Автор SHA1 Съобщение Дата
  Jonas Maebe f9672b53a2 - removed old float-to-string and string-to-float conversion code преди 5 години
  pierre 3aa253c11d Allow system unit to be compiled without RTTI feature преди 5 години
  florian c932dfaf70 * first bunch of fixes for rtti for arm after attribute commits, fixes mostly alignment issues преди 6 години
  svenbarth c0da39a35d * Tenum_typedata needs to include the Common record as well преди 6 години
  svenbarth 8b5461367b * move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic преди 8 години
  nickysn 2fbe5d2a8b * use ObjpasInt instead of longint in fpc_shortstr_currency (generates shorter преди 8 години
  florian 0b82f71e8d * take care of the fact that there are 32 bit abis (e.g. ARMHF) which align qword on 8 byte boundaries, resolves issue #31132 преди 8 години
  svenbarth a2c9c75e97 Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures. преди 9 години
  michael 9d75d3aae8 * Fix by Laco for bug ID #29037 преди 9 години
  Jonas Maebe 2afd8eb802 - removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has it преди 10 години
  michael 8161c1135c * Add offset to Pos functions, Delphi XE 8 compatible. преди 10 години
  florian 590ec0f3e6 * more procedures excluded to avoid internalerrors on avr after the trgobj.conservative fix преди 10 години
  florian 886e3e8d02 * disable several complex procedures for avr with a newly introduced define: EXCLUDE_COMPLEX_PROCS. They преди 10 години
  florian 98856437b2 * disable fpc_chararray_enum for now on avr because the register allocator cannot currently handle it преди 10 години
  Jonas Maebe ff583bde6c * made setstring() a compiler intrinsic so it can set the compile-time преди 10 години
  nickysn 4c8e947f0c * changed the shortstring index variables that were previously longint and were later changed to sizeint (in r26917) to ObjpasInt after r27142 преди 11 години
  Jeppe Johansen 9b79f2f68d Added support for 8-bit CPU's in RTL. Mostly for missing implementations of int<->string conversion and console/text output. преди 11 години
  nickysn 65fe978b71 * various shortstring index variables changed from longint to sizeint (generates преди 11 години
  Jonas Maebe 21eeec9981 + re-implementation of real->string and string->real conversion routines преди 11 години
  sergei a6d34945a2 * Commented out exponent check added in r25549: since this code is used by compiler, it breaks compilation of code with constants in extended range on targets without extended precision. преди 12 години
  sergei d6a4e30f06 * fpc_val_real_shortstr: track amount of digits in mantissa and limit integer exponent values. This does not (yet) prevent floating-point overflows, but is a necessary step to prevent them. преди 12 години
  sergei 5ec95691c0 * fpc_val_real_shortstr: some more minor/style cleanup. преди 12 години
  sergei 38c2fb755a * RTL, fpc_val_real_shortstr(): somewhat simplified, functionality is not changed. преди 12 години
  sergei b0153f1482 * RTL, fpc_val_int64_shortstr and fpc_val_qword_shortstr: variable 'u' does not have to be 64-bit because it only takes values 0 to 15. Changing to sizeint improves code quality on 32-bit targets. преди 12 години
  nickysn cac6ac38d0 + added RTL helpers for Val() for longint/dword on 16/8-bit CPUs преди 12 години
  nickysn 4dfbf148f2 + added Str() helpers for 32-bit ints for 16/8-bit CPUs преди 12 години
  Jonas Maebe a8a1bb6449 * fixed inserting something in a shortstring past its maximum length преди 12 години
  florian 1294ea4357 * patches by Max Nazhalov to solve some issues with currency formatting, resolves #18704 and #22063 преди 13 години
  Jonas Maebe 834026bfb5 * synchronised with trunk up to r21067 преди 13 години
  paul 19d1cf9470 rtl: reduce amount of warnings regards implicit string conversions + little formatting преди 13 години