marco d086084380 * sametext and ansisametext added. (simple (ansi)comparetext wrappers) преди 22 години
..
classes 3d27318cb2 * moved classes unit to rtl преди 22 години
sysutils d086084380 * sametext and ansisametext added. (simple (ansi)comparetext wrappers) преди 22 години
README 3d27318cb2 * moved classes unit to rtl преди 22 години
comobj.inc 7b33d50f62 + initial revision преди 23 години
comobjh.inc 7b33d50f62 + initial revision преди 23 години
cvarutil.inc 9f31783a0a * old logs removed and tabs fixed преди 23 години
dateutils.pp 3dc6318b36 + Much more functions implemented преди 23 години
math.pp 4056cd843a * small fixes for sparc преди 22 години
objpas.pp 78aa08c8be + Paramstr(0) must return binary name преди 22 години
rtlconst.pp 8d771df2d4 * arm fixes to the common rtl code преди 22 години
sysconst.pp 8d771df2d4 * arm fixes to the common rtl code преди 22 години
types.pp 0b1bcbea18 * fixed some delphi compatibilty issues преди 22 години
typinfo.pp 82b65b962c * fixed wrong newlines преди 23 години
varutilh.inc 9f31783a0a * old logs removed and tabs fixed преди 23 години
varutils.inc 11d5367e01 * Widestring->PWidechar requires a typecast преди 23 години

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.