peter 7549fa9d59 Merged revisions 1756,1764-1774,1776-1777,1784-1785,1787,1791,1797,1813,1823,1825-1826,1829-1869,1871-1872,1875-1878,1880-1881,1884,1890-1891 via svnmerge from 20 lat temu
..
classes 9938d1d803 Merged revisions 1704,1711-1712,1714,1719-1721,1725-1726,1729-1730 via svnmerge from 20 lat temu
sysutils 7549fa9d59 Merged revisions 1756,1764-1774,1776-1777,1784-1785,1787,1791,1797,1813,1823,1825-1826,1829-1869,1871-1872,1875-1878,1880-1881,1884,1890-1891 via svnmerge from 20 lat temu
README 3d27318cb2 * moved classes unit to rtl 22 lat temu
convutil.inc b409904e44 Merged revisions 42 via svnmerge from 20 lat temu
convutil.pp 668400675a + support 8.3 21 lat temu
convutils.pp 668400675a + support 8.3 21 lat temu
cvarutil.inc 9ecaeb5f25 Merged revisions 564 via svnmerge from 20 lat temu
dateutil.inc 7549fa9d59 Merged revisions 1756,1764-1774,1776-1777,1784-1785,1787,1791,1797,1813,1823,1825-1826,1829-1869,1871-1872,1875-1878,1880-1881,1884,1890-1891 via svnmerge from 20 lat temu
dateutil.pp e5c7ce3f5d * include file for dateutil(s) 22 lat temu
dateutils.pp e5c7ce3f5d * include file for dateutil(s) 22 lat temu
freebidi.pp b409904e44 Merged revisions 42 via svnmerge from 20 lat temu
math.pp b4c04ea286 Merged revisions 817-818 via svnmerge from 20 lat temu
objpas.pp 0a7ca3e736 Merged revisions 549 via svnmerge from 20 lat temu
rtlconst.inc f1cdcce5a0 Merged revisions 1681 via svnmerge from 20 lat temu
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 lat temu
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. 20 lat temu
strutils.pp fff1dd8032 Merged revisions 1801-1808,1810-1811 via svnmerge from 20 lat temu
sysconst.pp f6d29d02b8 Merged revisions 1263-1264 via svnmerge from 20 lat temu
types.pp e71ac7f647 + Merged revision 239 20 lat temu
typinfo.pp faae23e872 Merged revisions 1644 via svnmerge from 20 lat temu
utf8bidi.pp b409904e44 Merged revisions 42 via svnmerge from 20 lat temu
varutilh.inc c68b1ee148 + Merged revision 244 20 lat temu
varutils.inc 2672e91fac Merged revisions 1668,1675-1676,1678 via svnmerge from 20 lat temu

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.