peter 41fce946a7 + TSysCharSet hace 25 años
..
README 4d271efb76 + added explanations of include files. hace 27 años
dati.inc 66ea55dd7c * removed warnings/notes hace 25 años
datih.inc 70d3d42a5c * removed eoln hace 25 años
diskh.inc 01e98ff122 * int64 support for diskfree,disksize hace 25 años
filutilh.inc a1064939f4 * parameter name change in FileSeek hace 25 años
fina.inc 6b66a55cd6 * truncated log hace 25 años
finah.inc 6b66a55cd6 * truncated log hace 25 años
makefile.op 7087a36dda typinfo needs goto hace 27 años
math.pp 1f8972290d * fixed arctan2 (tbug788 now works correctly) hace 25 años
objpas.pp 6b66a55cd6 * truncated log hace 25 años
stre.inc 6b66a55cd6 * truncated log hace 25 años
strg.inc 6b66a55cd6 * truncated log hace 25 años
sysinth.inc ec29a31834 * copyright 2000 hace 26 años
syspch.inc 6b66a55cd6 * truncated log hace 25 años
syspchh.inc 6b66a55cd6 * truncated log hace 25 años
sysstr.inc 0f23f58148 * Changed CompareMem to CompareMemRange and added new (Delphi compatible) hace 25 años
sysstrh.inc 0f23f58148 * Changed CompareMem to CompareMemRange and added new (Delphi compatible) hace 25 años
sysutils.pp 41fce946a7 + TSysCharSet hace 25 años
typinfo.pp edd14ed266 + GetPropInfo now case insensitive hace 25 años

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.

*h.inc : Contain parts of the sysutils unit, with function declarations.
*.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.