fpc/rtl/objpas
2023-07-15 18:22:41 +02:00
..
classes * Fixes in PChar -> PansiChar 2023-07-15 18:22:41 +02:00
sysutils * PChar -> PansiChar 2023-07-15 18:22:41 +02:00
character.pas
fgl.pp - remove unused variable; reported by Alexey Torgashin on the forum 2023-05-18 16:50:54 +02:00
fpwidestring.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
math.pp * patch by Rika: Improve SinH and TanH, resolves #40086 2023-01-04 19:04:40 +01:00
objpas.pp * fix PString 2023-07-14 17:26:11 +02:00
README.txt
rtlconst.inc * restore ellipsis 2023-05-14 22:12:52 +02:00
rtlconst.pp
rtlconsts.pp
sysconst.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
types.pp * Better string array definitions 2023-07-15 18:22:41 +02:00
typinfo.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
unicodedata_be.inc
unicodedata_le.inc
unicodedata.inc
unicodedata.pas
weight_derivation.inc

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.