Jonas Maebe ea136102c9 Merged revisions 1882 via svnmerge from 20 년 전
..
classes 9938d1d803 Merged revisions 1704,1711-1712,1714,1719-1721,1725-1726,1729-1730 via svnmerge from 20 년 전
sysutils ea136102c9 Merged revisions 1882 via svnmerge from 20 년 전
README 3d27318cb2 * moved classes unit to rtl 22 년 전
convutil.inc b409904e44 Merged revisions 42 via svnmerge from 20 년 전
convutil.pp 668400675a + support 8.3 21 년 전
convutils.pp 668400675a + support 8.3 21 년 전
cvarutil.inc 9ecaeb5f25 Merged revisions 564 via svnmerge from 20 년 전
dateutil.inc b409904e44 Merged revisions 42 via svnmerge from 20 년 전
dateutil.pp e5c7ce3f5d * include file for dateutil(s) 22 년 전
dateutils.pp e5c7ce3f5d * include file for dateutil(s) 22 년 전
freebidi.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
math.pp b4c04ea286 Merged revisions 817-818 via svnmerge from 20 년 전
objpas.pp 0a7ca3e736 Merged revisions 549 via svnmerge from 20 년 전
rtlconst.inc f1cdcce5a0 Merged revisions 1681 via svnmerge from 20 년 전
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 년 전
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 년 전
strutils.pp fff1dd8032 Merged revisions 1801-1808,1810-1811 via svnmerge from 20 년 전
sysconst.pp f6d29d02b8 Merged revisions 1263-1264 via svnmerge from 20 년 전
types.pp e71ac7f647 + Merged revision 239 20 년 전
typinfo.pp faae23e872 Merged revisions 1644 via svnmerge from 20 년 전
utf8bidi.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
varutilh.inc c68b1ee148 + Merged revision 244 20 년 전
varutils.inc 2672e91fac Merged revisions 1668,1675-1676,1678 via svnmerge from 20 년 전

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.