fpc/rtl/objpas
1999-03-01 12:40:06 +00:00
..
dati.inc + Small fixes. Moved getlocaltime to system-dependent files 1999-02-24 15:56:28 +00:00
datih.inc + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
diskh.inc + Added disk functions 1998-10-11 13:41:32 +00:00
filutilh.inc * Fixed INt() proble. Defined THandle, included Filemode constants 1999-02-09 12:38:42 +00:00
fina.inc * removed temp define 1998-12-19 14:52:28 +00:00
finah.inc + Added missing functions and some extra 1998-10-04 20:19:55 +00:00
makefile.op typinfo needs goto 1998-12-21 13:50:57 +00:00
math.pp * fixed unresolved forwards 1999-01-15 11:44:56 +00:00
objpas.pp * call %edi => call *%edi 1999-02-23 14:04:36 +00:00
README + added explanations of include files. 1998-04-10 15:21:45 +00:00
stre.inc Added assertion handling 1998-10-10 09:53:09 +00:00
strg.inc * Initial revision 1998-10-01 16:26:06 +00:00
sysinth.inc + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
syspch.inc * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
syspchh.inc * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
sysstr.inc changed delete to system.delete 1999-03-01 12:40:06 +00:00
sysstrh.inc + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
sysutils.pp + Added internationalization support and more format functions 1999-02-28 13:17:34 +00:00
typinfo.pp ?? is callSStringProc a function ?? 1999-01-19 16:08:12 +00:00

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.