提交历史

作者 SHA1 备注 提交日期
  nickysn e1792e712a * changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint 9 年之前
  pierre a81d2b58f8 Rectify last accessed char in TBigEndianUnicideEncoding.GetChars, fixes test/units/sysutils/tencodingtest.pp failure with -gc option 9 年之前
  michael 4aff9f298f * Add pasresolver.pp, passrcutil.pp pastounittest.pp description 9 年之前
  florian 502e48541c * properly copy flags of tempinfo 9 年之前
  florian cfd38388ca * formatting so lazarus can handle it 9 年之前
  svenbarth f8b458106e * fix for Mantis #30747: for anonymous events CreateEvent() needs to be called with a Nil parameter for the name, not an empty string 9 年之前
  joost bf8e3c9264 * Added example to samplecfg, to make clear which path is meant 9 年之前
  florian 0edf5c398e * InPort/OutPort are not supposed to compile on win64 9 年之前
  florian cf2a3d8160 + new debug message 9 年之前
  florian bc73d0914e * TAOptBase.RegInRef compares using SuperRegistersEqual as TAOptBase.RegInOp does for top_reg already 9 年之前
  joost d08a747c29 * Create fppkg-config files in the new format (v5) 9 年之前
  michael 3b1980b8f3 * More strict behaviour of TStreamReader after close 9 年之前
  michael 8c1ebcd4ad * Small cleanup of TTextReader interface 9 年之前
  florian 9c81e90e08 + extension to iso mode: reset/rewrite can take a file name as a second parameter 9 年之前
  michael 9f88f52ddf * Getters/Setters should be private 9 年之前
  florian fe0ce2f456 * TX86AsmOptimizer.OptPass1MOV should be left, after an optimization has been carried out, instead the outer loop should call it again, resolves issue #30277 9 年之前
  florian ec54cb2a7a - unit not used anymore 9 年之前
  florian 239c6639d7 + additional debug message 9 年之前
  florian 76961dbc70 * fixes MovOpMov2Op 9 年之前
  florian e6cea6622e * when checking if a register is used by an operand, compare the super registers 9 年之前
  florian 8e9f4af801 * fixed checking of operands of MovOpMov2Op 9 年之前
  florian 4109f88e08 * AllocRegBetween always extends the processed register to the whole super register and takes care of this while removing (de)/allocs 9 年之前
  joost 41c9543ddf * Added ability to use include-files in configuration-files 9 年之前
  michael df8687c259 * Patch from Mattias Gaertner: 9 年之前
  nickysn ac186eb85d * use sizeuinttype instead of ptruinttype for the array range type in the 9 年之前
  svenbarth d4e573c1e3 * fix for Mantis #27349: nested classes might also reside inside records 9 年之前
  svenbarth 254be82c43 * revert r34712: the behavior with the class constructors is indeed Delphi compatible. However only one class constructor/destructor per class is allowed no matter how it's named. 9 年之前
  svenbarth 4e5ed5b0e2 Fix for Mantis #30729: don't allow other names for class constructors or destructors than Create and Destroy respectively. 9 年之前
  joost 233299614c * Suppress warning when local/global-unitdir and the searchpath equals each other 9 年之前
  svenbarth 63f0c7a2c3 Fix for Mantis #30734: Implement Delphi-compatible functions StrToUInt64(), StrToUInt64Def and TryStrToUInt64 as inline forwarders to the existing respective QWord functions 9 年之前