michael 78aa08c8be + Paramstr(0) must return binary name před 22 roky
..
README 4d271efb76 + added explanations of include files. před 28 roky
comobj.inc 7b33d50f62 + initial revision před 23 roky
comobjh.inc 7b33d50f62 + initial revision před 23 roky
cvarutil.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
dateutils.pp 3dc6318b36 + Much more functions implemented před 23 roky
dati.inc d9537256ab + Fixed EncodeDate/Time so they use TryEncodeDate/Time před 23 roky
datih.inc d9537256ab + Fixed EncodeDate/Time so they use TryEncodeDate/Time před 23 roky
diskh.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
filutilh.inc 60e5c18645 * made THandle platform dependent and unique type před 23 roky
fina.inc f8ee58a3f2 * hasunix fix for beos před 23 roky
finah.inc 1232c5103b + Added some missing path functions před 23 roky
intf.inc 4f98a06c73 * interface helpers před 24 roky
intfh.inc 4f98a06c73 * interface helpers před 24 roky
makefile.op 82f4c2d9a3 + Initial implementation of varutils před 25 roky
math.pp a15ad1e3a3 * min/max must check the compiler capabilities před 23 roky
objpas.pp 78aa08c8be + Paramstr(0) must return binary name před 22 roky
osutilsh.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
stre.inc c508a3d7f1 + added invalid instruction exception před 23 roky
strg.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
sysansi.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added před 23 roky
sysansih.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added před 23 roky
sysinth.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
syspch.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
syspchh.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
sysstr.inc f8bb808c3b + addition to previous commit, forgot to save in the editor před 23 roky
sysstrh.inc 6419b82935 * export StrToFloatDef před 23 roky
systhrdh.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
sysutilh.inc c508a3d7f1 + added invalid instruction exception před 23 roky
sysutils.inc c83bed53cb + Added exception classname to output of unhandled exception for better identification před 23 roky
types.pp 42859fb2e3 * check included, if the compiler supports interfaces před 23 roky
typinfo.pp 82b65b962c * fixed wrong newlines před 23 roky
varutilh.inc 9f31783a0a * old logs removed and tabs fixed před 23 roky
varutils.inc 11d5367e01 * Widestring->PWidechar requires a typecast před 23 roky

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.