yury 21bd30b47c * Setting of ErrorCode:=217 in CatchUnhandledException is not needed because it set to 217 in System unit. hace 19 años
..
classes 82b74ffc64 * fixed warning and note while compiling RTL. hace 19 años
sysutils 21bd30b47c * Setting of ErrorCode:=217 in CatchUnhandledException is not needed because it set to 217 in System unit. hace 19 años
README 3d27318cb2 * moved classes unit to rtl hace 22 años
convutil.inc 76f73ed2ec * partial fix for 7481. TConvFactor not added, too little docs/examples. hace 19 años
convutil.pp 668400675a + support 8.3 hace 21 años
convutils.pp 668400675a + support 8.3 hace 21 años
cvarutil.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated hace 19 años
dateutil.inc e1b9814b5d * fixed some warnings and notes while compiling RTL. hace 19 años
dateutil.pp e5c7ce3f5d * include file for dateutil(s) hace 22 años
dateutils.pp e5c7ce3f5d * include file for dateutil(s) hace 22 años
fgl.pp ca6f992504 * enabled type and var keywords in objects for generics hace 19 años
fmtbcd.pp 6093708e65 * fixed fmtbcd for CPUs having no natural comp type hace 19 años
freebidi.pp 790a4fe2d3 * log and id tags removed hace 20 años
math.pp 86a834d2df * sign() extended and single hace 19 años
objpas.pp fe43dc6266 * iocheck for closefile hace 19 años
rtlconst.inc 48e7db040e * fixed typo * fixed typo (issue #7042) hace 19 años
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. hace 20 años
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. hace 20 años
stdconvs.pp d3dfdffaa2 * Initial version hace 19 años
strutils.pp 53cdd50152 * RomanToInt fixed, solves #7060 hace 19 años
sysconst.pp 2c3d8af195 * fixed typo (invalid type case -> invalid type cast) hace 19 años
types.pp 46b6f00bc7 * use softfloat on arm and m68k hace 19 años
typinfo.pp 7b9bccf339 * fixed error due to {$t+} change hace 19 años
utf8bidi.pp 790a4fe2d3 * log and id tags removed hace 20 años
varutilh.inc 17d3ebe748 * hopefully now fixed for all platforms hace 19 años
varutils.inc e1b9814b5d * fixed some warnings and notes while compiling RTL. hace 19 años

README

This directory contains units that are part of the Object Pascal support
of the Free Pascal Compiler.

You can find here the following files:

objpas.pp : makes Free Pascal more Borland Delphi compatible, data types
are redefined

math.pp : Contains basic mathematical functions, as well as some financial
functions.

sysutils.pp : Contains the exception support of the Free Pascal Compiler.

sysutils/*h.inc : Contain parts of the sysutils unit, with function declarations.
sysutils/*.inc : Contain parts of the sysutils unit, with implementations of:
dati : Date & Time handling functions.
fina : FileName handling functions.
sysstr : miscellaneous string handling functions, and conversion
routines.
syspch : miscellaneous pchar handling functions.

Enjoy !
The Free Pascal Development Team.