Historique des commits

Auteur SHA1 Message Date
  sergei 829ee9828d * Added back pre-r17129 configuration of string range check helpers under {$ifdef ver2_4}. Without it, bootstrapping with 2.4.4 and -Cr is broken. il y a 14 ans
  florian fb84cb865b * rebase to trunk@17295 il y a 14 ans
  sergei 3e6ad5f5aa * tcgvecnode, simplified range checking for strings. Removed FPC_*STR_CHECKZERO helpers, and changed FPC_*STR_CHECKRANGE so they accept the original left node. Now strings are checked the same way as dynamic arrays, and the compiler part is considerably simpler. il y a 14 ans
  sergei 1fcd40ee64 Continue fixing open array handling: il y a 14 ans
  sergei 54bc8efa0b * Fixed reference counting of open array parameters passed by value. RTTI of the array itself is useless in this case, as it does not provide correct element count. Now using dedicated helpers which take RTTI of array element and the element count. Resolves #18859. il y a 14 ans
  florian d5455cf6ac + software multiplication support for OS_16,OS_S16,OS_32,OS_S32 il y a 14 ans
  florian e99c4d1950 + support str(<boolean>,...), boolean is an enumeration type il y a 14 ans
  Jonas Maebe f4c31ecf3c + widestringmanager.codepointlengthproc added, which can be used to il y a 15 ans
  Jonas Maebe c706394a15 * part of r16407, forgot to commit il y a 15 ans
  florian 24fea58b92 + initial implementation of iso style gotos in iso mode il y a 15 ans
  florian 79fa2eb539 * support of iso pascal like i/o in iso mode il y a 15 ans
  florian c506913e9b * iso conformant writing of floats (using e instead of E) in iso mode il y a 15 ans
  florian 8b3bd36ef0 * use iso reset/rewrite with automatic assignmentin iso mode il y a 15 ans
  florian d0ea23f39e * write false/true lower case in iso mode il y a 15 ans
  ivost 561997e8ef * added fpc_class_is_corbaintf and fpc_class_cast_corbaintf compiler helper functions il y a 15 ans
  ivost d9a6e63ef0 * prepeared compiler functions for IS and cast operators il y a 15 ans
  ivost dc785f6f68 * implemented intf as object. When doing IInterface as TObject the compiler calls fpc_intf_as_class to query for the IImplementorGetter interface and then invokes GetObject to get the il y a 15 ans
  paul fcaac0ebe1 compiler,rtl - safecall handling: il y a 15 ans
  paul cf0a1b1af9 compiler: safecall exception handling: il y a 15 ans
  Jonas Maebe 08a4ede9c4 * added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr) il y a 15 ans
  marco 4104d9f481 * More pluggability of the RTL. Mantis 15124 il y a 16 ans
  Jonas Maebe c2c68ddb8f - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs il y a 16 ans
  ivost 0438667eed * fixed bug #5800 il y a 16 ans
  Jonas Maebe 95431c57f5 * fixed variantarrays for 64 bit systems after the changes in 2.2.0 to il y a 16 ans
  florian 1b79f2ebcf * improved feature defines il y a 16 ans
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from il y a 17 ans
  florian f56b741948 * quicker finalization of dyn. arrays, thanks to the hint of Volker Zipfel il y a 17 ans
  marco 2fd39019bf * fix for 11176 val ansistring to enum il y a 17 ans
  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. il y a 17 ans
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) il y a 17 ans