fpc/rtl/objpas/sysutils
nickysn c205cb03c8 * in SysUtils.DecodeDate(), cast the result of trunc() to longint (trunc
normally returns int64 in FPC), before performing any further calculations -
  the result always fits in a longint (the date is range checked against
  MaxDateTime and that is well within longint limits). This generates faster
  code on non 64-bit targets and also fixes i8086 compilation, which previously
  failed on register allocation on this function.

git-svn-id: trunk@33946 -
2016-06-10 19:39:44 +00:00
..
dati.inc * in SysUtils.DecodeDate(), cast the result of trunc() to longint (trunc 2016-06-10 19:39:44 +00:00
datih.inc * Fix bug #28364 2015-07-01 19:57:10 +00:00
disk.inc * Added GetDriveIDFromLetter, bug ID #28318 2016-03-20 19:04:49 +00:00
diskh.inc * Added GetDriveIDFromLetter, bug ID #28318 2016-03-20 19:04:49 +00:00
filutil.inc
filutilh.inc * Fix bug #0029461, faSymlink is incompatible with Delphi and plain wrong 2016-01-22 21:07:27 +00:00
fina.inc
finah.inc
intfh.inc
osutil.inc
osutilsh.inc * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
stre.inc
strg.inc
sysansi.inc
sysansih.inc
syscodepages.inc
syscodepagesh.inc
sysencoding.inc * Fixed string conversion warnings in RTL. 2015-09-17 17:25:57 +00:00
sysencodingh.inc
sysformt.inc * Fixed string conversion warnings in RTL. 2015-09-17 17:25:57 +00:00
syshelp.inc Fixed bug in split when final word has length 1 (bug ID 29798) 2016-03-09 19:56:57 +00:00
syshelpb.inc * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
syshelpf.inc * Implement missing functions (Fraction/Exponent/Mantissa/Sign) 2016-02-06 12:44:05 +00:00
syshelph.inc * Declare TStringSplitOptions with scopedenum (bug ID 29032) 2015-12-26 16:16:02 +00:00
syshelpo.inc * Type helpers, compatible to Delphi XE 8 2015-11-07 09:40:54 +00:00
sysint.inc
sysinth.inc
syspch.inc * fixed StrPLCopy() with maxlen=0 (mantis #28089, patch by LacaK) 2015-05-15 09:00:56 +00:00
syspchh.inc
syssb.inc * Fix compilation for msdos 2016-05-17 18:41:33 +00:00
syssbh.inc * Fix compilation for msdos 2016-05-17 18:41:33 +00:00
syssr.inc * Correct string type 2016-02-06 12:17:41 +00:00
sysstr.inc * Added TStringBuilder 2016-05-16 15:23:40 +00:00
sysstrh.inc * Added TStringBuilder 2016-05-16 15:23:40 +00:00
systhrdh.inc
sysuintf.inc
sysuni.inc * fixed pointer arithmetic errors in WideStrAlloc/StrBufSize/StrDispose 2016-03-18 13:12:11 +00:00
sysunih.inc * Added UnicodeStringReplace WideStringReplace (bug ID 28396) 2015-12-31 16:09:05 +00:00
sysuthrd.inc
sysutilh.inc Renamed DisposeAndNil to FreeMemAndNil 2016-03-29 07:55:58 +00:00
sysutils.inc Renamed DisposeAndNil to FreeMemAndNil 2016-03-29 07:55:58 +00:00
syswide.inc * Faster stringreplace (bug ID 26864) 2016-02-06 10:19:56 +00:00
syswideh.inc * Added UnicodeStringReplace WideStringReplace (bug ID 28396) 2015-12-31 16:09:05 +00:00