michael 9e8353e232 + Position specifier in format string affects all later specifiers há 22 anos atrás
..
classes 9d55df2bd5 * merged copyfrom with 0 há 22 anos atrás
sysutils 9e8353e232 + Position specifier in format string affects all later specifiers há 22 anos atrás
README 3d27318cb2 * moved classes unit to rtl há 22 anos atrás
comobj.inc 7b33d50f62 + initial revision há 23 anos atrás
comobjh.inc 7b33d50f62 + initial revision há 23 anos atrás
cvarutil.inc 7312e7e4e4 Support for ansistring and better debug outpu há 22 anos atrás
dateutils.pp 3dc6318b36 + Much more functions implemented há 22 anos atrás
math.pp 561e3ef7b9 * fixed arctan2 há 22 anos atrás
objpas.pp 78aa08c8be + Paramstr(0) must return binary name há 22 anos atrás
rtlconst.pp 8d771df2d4 * arm fixes to the common rtl code há 22 anos atrás
sysconst.pp 8d771df2d4 * arm fixes to the common rtl code há 22 anos atrás
types.pp 0b1bcbea18 * fixed some delphi compatibilty issues há 22 anos atrás
typinfo.pp 73544b2b71 * Fix from Peter há 22 anos atrás
varutilh.inc 9f31783a0a * old logs removed and tabs fixed há 23 anos atrás
varutils.inc 11d5367e01 * Widestring->PWidechar requires a typecast há 23 anos atrás

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.