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

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.