Histórico de Commits

Autor SHA1 Mensagem Data
  yury 680575d068 * Added ShortString overload for getdir(). há 17 anos atrás
  yury fa617e0bc4 * Added AnsiString overload for getdir(). make cycle works for win32 with RtlString=UnicodeString. há 17 anos atrás
  yury 3df3c75984 * Fixed bootstrapping with FPC 2.2.2. há 17 anos atrás
  yury 3c235795e4 * Remove pchar overload for Assign(). It is confusing for overload choosing. há 17 anos atrás
  yury 54b73b2873 * Removed versions of Assign and Erase with char parameter, since they raise problems with overload choosing. há 17 anos atrás
  yury b39ccf1680 * Fixed file names handling. há 17 anos atrás
  yury 9d48637bdd * Started unicode changes for win32 rtl. Does not compile yet. há 17 anos atrás
  yury d9f2142de7 * Declare RtlString and make it utf16 string for win32. há 17 anos atrás
  florian f64dbd70cf * make unicodechar equivalent to widechar, resolves #12233 há 17 anos atrás
  Jonas Maebe 6b473862cf * give an error stating that you have to use the latest released compiler há 17 anos atrás
  tom_at_work 8a5a6db065 * rol/ror inlines for powerpc/powerpc64 (only for 32/64 bit operands for now) há 17 anos atrás
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from há 17 anos atrás
  Jonas Maebe 7b467fa2a0 * Don't inline ioresult. It's not speed critical and inlining it causes há 17 anos atrás
  florian fe7cba52dc + support of inlined ror/rol on arm há 17 anos atrás
  florian 20e632c8d8 * reorganized ror/rol defines há 17 anos atrás
  florian 1afb1aa9cc + ror/rol functions há 17 anos atrás
  florian d672700a59 * some avr fixes há 17 anos atrás
  giulio 9203f46e1a * Handling of -Sf parameter fixed há 17 anos atrás
  yury 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. há 17 anos atrás
  florian 48fb130be3 * fixed fpu type setting for avr há 17 anos atrás
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) há 17 anos atrás
  florian c05d4912f4 + basic system unit for avr-embedded há 17 anos atrás
  tom_at_work 52135af71f * implement branchless fpc_abs_long in a generic way há 17 anos atrás
  marco bce663bb43 * Fix for 10491, pdatetime now defined. há 18 anos atrás
  peter 6ed3d91989 * CompareText for shortstrings added há 18 anos atrás
  florian fb8bbd5ff0 + inline abs(<longint>) on x86 há 18 anos atrás
  peter 43c446e742 * add DumpExceptionBackTrace há 18 anos atrás
  florian b2b0e749bb * win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll há 18 anos atrás
  florian 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU há 18 anos atrás
  florian 7878f0feb3 * made all fpc_*_to_shortstr helpers a procedure, resolves #8580 há 18 anos atrás