提交历史

作者 SHA1 备注 提交日期
  michael 2b077f6af3 * Revert Integer -> SizeInt change where appropriate, capping result when needed 9 年之前
  michael 416151a335 * Adapted string routines so they use sizeint instead of integer (bug ID 29814) 9 年之前
  michael 671416959d * Added SameStr, for symmetry and consistency with SameText (bug ID 29821) 9 年之前
  michael 5568ee5513 * Bug ID #29779, add DWord versions of StrToInt 9 年之前
  michael 8544b8a500 * Patch from Anthony Walter to make IsValidIdent more strict in case of dotted identifiers (bug ID 29364) 9 年之前
  michael 67d0cd1770 * Fix bug #29273 (extra argument for IsValidIdent) 9 年之前
  michael a5eb3777de * Fix MaxDateTime constant (bug ID 28282) 9 年之前
  michael 891aaa9732 * Fix bug ID #28737 9 年之前
  svenbarth 2cf8cdd885 Fix for Mantis #28650. 10 年之前
  florian c2c87828e9 + slightly modified patch by lelekx to implement plugable file routines for the embedded target, resolves issue #22918 10 年之前
  nickysn afea0739c6 * fixed StrToInt, IntToStr and friends for objpas.integer=smallint 11 年之前
  Jonas Maebe 5ed4e99dc1 + uppercase/lowercase(unicodestring) (fixes a warning in fina.inc when 12 年之前
  Jonas Maebe ba7fc58bed * declare tsyscharset as a set of ansichar instead of as a set of char 12 年之前
  Jonas Maebe 349a682596 * corrected license header from GPL to LGPL + static linking exception like 13 年之前
  florian 230142f08b * change length parameter of CompareMem/CompareMemRange into PtrUInt, resolves #15190 15 年之前
  marco 5163b44ac6 * Patch for "formatsettings" overloads of currency functions, mantis 15067 15 年之前
  florian 87df99a53d * reverted partially r11598 because it breaks delphi compatibility and e.g. tw3721.pp 16 年之前
  Jonas Maebe f13006c7f2 * changed the output parameters of a bunch of *tofloat() and 16 年之前
  marco 03fd61b68d * booltostr overload 17 年之前
  marco 24d8341ed6 * (IDE-sysutils) dateutil has now unpacktime/packtime alike to Delphi dt. 17 年之前
  michael 1ea2129c0d * Changed var to out parameters for strtoint* 17 年之前
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 年之前
  peter 6ed3d91989 * CompareText for shortstrings added 17 年之前
  joost f6d66e8cf5 * Changed MinDateTime for FloatToDateTime and VariantToDate to 01/01/0001 18 年之前
  Jonas Maebe a57f9e0672 + added QWord overloads for IntToHex, hexStr, OctStr, binStr 18 年之前
  florian e1125c3f7f + StrNextChar implemented 18 年之前
  michael fcce3195b6 * TFormatSettings implementation, stage 3 (final) 18 年之前
  michael cab9811e02 * TFormatSettings implementation, stage 2 18 年之前
  marco 4264f5d041 * booltostr now D7 compat. 18 年之前
  Jonas Maebe 5133e7161a + newer version of FloatToDecimal 18 年之前