florian e686da2026 * fixed and removed some missing HASINLINE directives, needs more work vor 20 Jahren
..
classes a879211175 fixed setting memstream capacity to 0 vor 20 Jahren
sysutils e686da2026 * fixed and removed some missing HASINLINE directives, needs more work vor 20 Jahren
README 3d27318cb2 * moved classes unit to rtl vor 22 Jahren
convutil.inc 790a4fe2d3 * log and id tags removed vor 20 Jahren
convutil.pp 668400675a + support 8.3 vor 21 Jahren
convutils.pp 668400675a + support 8.3 vor 21 Jahren
cvarutil.inc a440df217b * v.vtype=varString -> double fixed vor 20 Jahren
dateutil.inc 790a4fe2d3 * log and id tags removed vor 20 Jahren
dateutil.pp e5c7ce3f5d * include file for dateutil(s) vor 22 Jahren
dateutils.pp e5c7ce3f5d * include file for dateutil(s) vor 22 Jahren
freebidi.pp 790a4fe2d3 * log and id tags removed vor 20 Jahren
math.pp 790a4fe2d3 * log and id tags removed vor 20 Jahren
objpas.pp f5b9130b98 * deallocation of translated resourcestrings vor 20 Jahren
rtlconst.inc 790a4fe2d3 * log and id tags removed vor 20 Jahren
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. vor 21 Jahren
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. vor 21 Jahren
strutils.pp 67d640ad13 * some parts of strutils cleaned up, bug #3124 fixed vor 20 Jahren
sysconst.pp 790a4fe2d3 * log and id tags removed vor 20 Jahren
types.pp 23ad0ae1ec + Removed HASINTF and VER1_0 defines vor 20 Jahren
typinfo.pp 64f1948f3e + Added overloaded stringtoset which starts from typinfo, not propinfo vor 20 Jahren
utf8bidi.pp 790a4fe2d3 * log and id tags removed vor 20 Jahren
varutilh.inc 21425e303c + Removed HASVARIANT define vor 20 Jahren
varutils.inc 21425e303c + Removed HASVARIANT define vor 20 Jahren

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.