marco 92f6bca6fb Merged revisions 4581 via svnmerge from il y a 19 ans
..
classes dfa8457ebf Merged revisions 3292,3310,3318,3405,3560,3619-3620,3626,3635,3687,3690,3708-3709,3721,3726-3727,3729,3775,3849,3858,3881 via svnmerge from il y a 19 ans
sysutils 68fb3f3a9c Merged revisions 4143 via svnmerge from il y a 19 ans
README 3d27318cb2 * moved classes unit to rtl il y a 22 ans
convutil.inc b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
convutil.pp 668400675a + support 8.3 il y a 21 ans
convutils.pp 668400675a + support 8.3 il y a 21 ans
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 il y a 19 ans
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 il y a 20 ans
dateutil.pp e5c7ce3f5d * include file for dateutil(s) il y a 22 ans
dateutils.pp e5c7ce3f5d * include file for dateutil(s) il y a 22 ans
freebidi.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
math.pp dfa8457ebf Merged revisions 3292,3310,3318,3405,3560,3619-3620,3626,3635,3687,3690,3708-3709,3721,3726-3727,3729,3775,3849,3858,3881 via svnmerge from il y a 19 ans
objpas.pp 6156805ad1 Merged revisions 3946 via svnmerge from il y a 19 ans
rtlconst.inc dfa8457ebf Merged revisions 3292,3310,3318,3405,3560,3619-3620,3626,3635,3687,3690,3708-3709,3721,3726-3727,3729,3775,3849,3858,3881 via svnmerge from il y a 19 ans
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. il y a 20 ans
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. il y a 20 ans
strutils.pp 7f2c498a29 Merged revisions 3900 via svnmerge from il y a 19 ans
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 il y a 19 ans
types.pp 92f6bca6fb Merged revisions 4581 via svnmerge from il y a 19 ans
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 il y a 19 ans
utf8bidi.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
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 il y a 19 ans
varutils.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from il y a 19 ans

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.