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

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.