florian 68fb3f3a9c Merged revisions 4143 via svnmerge from hace 19 años
..
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 hace 19 años
sysutils 68fb3f3a9c Merged revisions 4143 via svnmerge from hace 19 años
README 3d27318cb2 * moved classes unit to rtl hace 22 años
convutil.inc b409904e44 Merged revisions 42 via svnmerge from hace 20 años
convutil.pp 668400675a + support 8.3 hace 21 años
convutils.pp 668400675a + support 8.3 hace 21 años
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 hace 19 años
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 hace 20 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
freebidi.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
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 hace 19 años
objpas.pp 6156805ad1 Merged revisions 3946 via svnmerge from hace 19 años
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 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
strutils.pp 7f2c498a29 Merged revisions 3900 via svnmerge from hace 19 años
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 hace 19 años
types.pp 5ab4281f5e Merged revisions 3092 via svnmerge from hace 19 años
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 hace 19 años
utf8bidi.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
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 hace 19 años
varutils.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 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.