Commit History

作者 SHA1 備註 提交日期
  yury a81ed93beb * Use StrLCopy for copying string into buffer to prevent buffer overflow. 17 年之前
  yury 3c235795e4 * Remove pchar overload for Assign(). It is confusing for overload choosing. 17 年之前
  yury 54b73b2873 * Removed versions of Assign and Erase with char parameter, since they raise problems with overload choosing. 17 年之前
  yury b39ccf1680 * Fixed file names handling. 17 年之前
  yury 9d48637bdd * Started unicode changes for win32 rtl. Does not compile yet. 17 年之前
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from 17 年之前
  Vincent Snijders 783a1ce4e7 * fixed typos in comment 17 年之前
  florian e165741d56 * formatting 17 年之前
  yury 86eef577f1 * Fixed fpc_write_text_enum on ARM. TTypeInfo is packed record. 17 年之前
  tom_at_work 33bba100fc * fix writing of enums for 64 bit platforms that do not require proper alignment 17 年之前
  tom_at_work 20737f0ac1 fix webts/tw10033 on ppc64: 17 年之前
  micha 461c8fb09f * fix enum rtti info alignment for proper alignment required archs 17 年之前
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 年之前
  florian f8c9052c21 * fixed writeln(<enum>) for 64 bit systems, resolves #10033 17 年之前
  Jonas Maebe 39463b45ad * fixed writestr io-check comment 18 年之前
  yury e62c6cfcc4 * Fixed warnings and notes. 18 年之前
  Jonas Maebe 815cd2b39d + support for widestring manager based widechar conversions 18 年之前
  Jonas Maebe ceaaa0e552 * fixed writing of widestrings 18 年之前
  peter 48fa078f15 * simplified and optimzied check for eol 18 年之前
  Jonas Maebe c80d4225ca + support for ISO Extended Pascal ReadStr() and WriteStr() routines 18 年之前
  Jonas Maebe c13ff3729b * Merged 2.3 branch changes: 18 年之前
  Tomas Hajny 70ca5f79e9 * fix for bug #7539 18 年之前
  yury a95e47507b * Replaced lot of duplicate code in fpc_Read_xxx procedures by call to internal CheckRead function. 18 年之前
  yury 71961bb8ce * Implemented fpc_Write_Text_Currency and fpc_Read_Text_Currency. 18 年之前
  florian 6f968732c0 * don't call the system if flush hasn't to flush anything 19 年之前
  Jonas Maebe b386335f27 * treat zero-based arrays of char also as pchar's when reading 19 年之前
  micha d704af7216 fix compilation for {$T+} linux/win 19 年之前
  daniel 35bc0b8160 * Fix missing ctrlZmarkseof check. 19 年之前
  Jonas Maebe 9d893195b5 * fixed potential buffer overflow in fpc_Write_Text_Char/ 19 年之前
  michael 155df8d326 + StdIO flush now handled as all other files 19 年之前