micha eb342fd63c Merged revisions 3201 via svnmerge from %!s(int64=20) %!d(string=hai) anos
..
classes 9938d1d803 Merged revisions 1704,1711-1712,1714,1719-1721,1725-1726,1729-1730 via svnmerge from %!s(int64=20) %!d(string=hai) anos
sysutils eb342fd63c Merged revisions 3201 via svnmerge from %!s(int64=20) %!d(string=hai) anos
README 3d27318cb2 * moved classes unit to rtl %!s(int64=22) %!d(string=hai) anos
convutil.inc b409904e44 Merged revisions 42 via svnmerge from %!s(int64=20) %!d(string=hai) anos
convutil.pp 668400675a + support 8.3 %!s(int64=21) %!d(string=hai) anos
convutils.pp 668400675a + support 8.3 %!s(int64=21) %!d(string=hai) anos
cvarutil.inc a7f8f5338d Merged revisions 2690,2705,2707,2731-2732,2734,2756,2801,2832,2884-2885,2888,2897,2909,2930,2944,2961,2969,3024-3026,3040 via svnmerge from %!s(int64=20) %!d(string=hai) anos
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 %!s(int64=20) %!d(string=hai) anos
dateutil.pp e5c7ce3f5d * include file for dateutil(s) %!s(int64=22) %!d(string=hai) anos
dateutils.pp e5c7ce3f5d * include file for dateutil(s) %!s(int64=22) %!d(string=hai) anos
freebidi.pp b409904e44 Merged revisions 42 via svnmerge from %!s(int64=20) %!d(string=hai) anos
math.pp 8471e03e6e Merged revisions 2310,2312,2317,2320,2325,2331,2333,2340,2347,2358-2359,2373,2380-2381,2390,2402-2403,2405-2406,2436-2437 via svnmerge from %!s(int64=20) %!d(string=hai) anos
objpas.pp bef4833123 * SetResourceStrings gets an arg argument %!s(int64=20) %!d(string=hai) anos
rtlconst.inc f1cdcce5a0 Merged revisions 1681 via svnmerge from %!s(int64=20) %!d(string=hai) anos
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. %!s(int64=21) %!d(string=hai) anos
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. %!s(int64=21) %!d(string=hai) anos
strutils.pp 2463356d7c Merged revisions 3013 via svnmerge from %!s(int64=20) %!d(string=hai) anos
sysconst.pp a7f8f5338d Merged revisions 2690,2705,2707,2731-2732,2734,2756,2801,2832,2884-2885,2888,2897,2909,2930,2944,2961,2969,3024-3026,3040 via svnmerge from %!s(int64=20) %!d(string=hai) anos
types.pp 5ab4281f5e Merged revisions 3092 via svnmerge from %!s(int64=20) %!d(string=hai) anos
typinfo.pp 8471e03e6e Merged revisions 2310,2312,2317,2320,2325,2331,2333,2340,2347,2358-2359,2373,2380-2381,2390,2402-2403,2405-2406,2436-2437 via svnmerge from %!s(int64=20) %!d(string=hai) anos
utf8bidi.pp b409904e44 Merged revisions 42 via svnmerge from %!s(int64=20) %!d(string=hai) anos
varutilh.inc a7f8f5338d Merged revisions 2690,2705,2707,2731-2732,2734,2756,2801,2832,2884-2885,2888,2897,2909,2930,2944,2961,2969,3024-3026,3040 via svnmerge from %!s(int64=20) %!d(string=hai) anos
varutils.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from %!s(int64=20) %!d(string=hai) anos

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.