2
0
peter 1ac1f644da * FileCreate(string,mode) overload added 23 жил өмнө
..
README 4d271efb76 + added explanations of include files. 27 жил өмнө
comobj.inc 7b33d50f62 + initial revision 23 жил өмнө
comobjh.inc 7b33d50f62 + initial revision 23 жил өмнө
cvarutil.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
dati.inc 8512f6a06a * some date constants added 23 жил өмнө
datih.inc 8512f6a06a * some date constants added 23 жил өмнө
diskh.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
filutilh.inc 1ac1f644da * FileCreate(string,mode) overload added 23 жил өмнө
fina.inc 1232c5103b + Added some missing path functions 23 жил өмнө
finah.inc 1232c5103b + Added some missing path functions 23 жил өмнө
intf.inc 4f98a06c73 * interface helpers 24 жил өмнө
intfh.inc 4f98a06c73 * interface helpers 24 жил өмнө
makefile.op 82f4c2d9a3 + Initial implementation of varutils 25 жил өмнө
math.pp 892e9c864a * i386 fpu controlword functions added 23 жил өмнө
objpas.pp 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
osutilsh.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
stre.inc c508a3d7f1 + added invalid instruction exception 23 жил өмнө
strg.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
sysansi.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 23 жил өмнө
sysansih.inc cd9e34ff2b + empty prototypes for the AnsiStr* multi byte functions added 23 жил өмнө
sysinth.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
syspch.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
syspchh.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
sysstr.inc f8bb808c3b + addition to previous commit, forgot to save in the editor 23 жил өмнө
sysstrh.inc 6419b82935 * export StrToFloatDef 23 жил өмнө
systhrdh.inc 9f31783a0a * old logs removed and tabs fixed 23 жил өмнө
sysutilh.inc c508a3d7f1 + added invalid instruction exception 23 жил өмнө
sysutils.inc c508a3d7f1 + added invalid instruction exception 23 жил өмнө
types.pp a7605b0300 * reuse Windows types to fix incompatible parameters 23 жил өмнө
typinfo.pp 9f31783a0a * old logs removed and tabs fixed 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.

*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.