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
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
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
sysencodingh.inc
sysformt.inc
syshelp.inc
syshelpb.inc
syshelpf.inc
syshelph.inc
syshelpo.inc
sysint.inc
sysinth.inc
syspch.inc
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
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
sysunih.inc
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
syswideh.inc