florian 451a7c3366 + GetEnumNameCount by Danny Milosavljevic %!s(int64=20) %!d(string=hai) anos
..
classes a879211175 fixed setting memstream capacity to 0 %!s(int64=20) %!d(string=hai) anos
sysutils 9e6c9d4fc7 * sysutils.format: floating point formatting takes care of currency type now %!s(int64=20) %!d(string=hai) anos
README 3d27318cb2 * moved classes unit to rtl %!s(int64=22) %!d(string=hai) anos
convutil.inc 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
convutil.pp 668400675a + support 8.3 %!s(int64=21) %!d(string=hai) anos
convutils.pp 668400675a + support 8.3 %!s(int64=21) %!d(string=hai) anos
cvarutil.inc a440df217b * v.vtype=varString -> double fixed %!s(int64=20) %!d(string=hai) anos
dateutil.inc 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
dateutil.pp e5c7ce3f5d * include file for dateutil(s) %!s(int64=22) %!d(string=hai) anos
dateutils.pp e5c7ce3f5d * include file for dateutil(s) %!s(int64=22) %!d(string=hai) anos
freebidi.pp 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
math.pp 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
objpas.pp f5b9130b98 * deallocation of translated resourcestrings %!s(int64=20) %!d(string=hai) anos
rtlconst.inc 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
rtlconst.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. %!s(int64=21) %!d(string=hai) anos
rtlconsts.pp 057d488f48 * rtlconst/s fix for GO32v2 etc. %!s(int64=21) %!d(string=hai) anos
strutils.pp 42f219cfc4 + Fix for bug #4222 by Rodrigo Robles %!s(int64=20) %!d(string=hai) anos
sysconst.pp 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
types.pp 23ad0ae1ec + Removed HASINTF and VER1_0 defines %!s(int64=21) %!d(string=hai) anos
typinfo.pp 451a7c3366 + GetEnumNameCount by Danny Milosavljevic %!s(int64=20) %!d(string=hai) anos
utf8bidi.pp 790a4fe2d3 * log and id tags removed %!s(int64=21) %!d(string=hai) anos
varutilh.inc 21425e303c + Removed HASVARIANT define %!s(int64=21) %!d(string=hai) anos
varutils.inc 21425e303c + Removed HASVARIANT define %!s(int64=21) %!d(string=hai) anos

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.