fpc/rtl/objpas
Jonas Maebe 2b3898aeff * adapted ranges of native types to int64 (e.g. high cardinal is no
longer longint($ffffffff), but just $fffffff in psystem)
  * small additional fix in 64bit rangecheck code generation for 32 bit
    processors
  * adaption of ranges required the matching talgorithm used for selecting
    which overloaded procedure to call to be adapted. It should now always
    select the closest match for ordinal parameters.
  + inttostr(qword) in sysstr.inc/sysstrh.inc
  + abs(int64), sqr(int64), sqr(qword) in systemh.inc/generic.inc (previous
    fixes were required to be able to add them)
  * is_in_limit() moved from ncal to types unit, should always be used
    instead of direct comparisons of low/high values of orddefs because
    qword is a special case
2002-01-24 12:33:52 +00:00
..
cvarutil.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
dati.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
datih.inc + First working variant support 2001-11-14 23:00:16 +00:00
diskh.inc
filutilh.inc * added 64bit fileseek 2001-10-25 21:23:49 +00:00
fina.inc + Replaced OSDirSeparator with PathDelim 2001-11-08 12:56:47 +00:00
finah.inc + Replaced OSDirSeparator with PathDelim 2001-11-08 12:56:47 +00:00
makefile.op
math.pp * Corrected prototype of frexp() and added routine (taken fron genmath.inc) 2001-12-20 03:51:44 +00:00
objpas.pp * regenerated 2002-01-06 21:59:08 +00:00
osutilsh.inc
README
stre.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
strg.inc
sysinth.inc
syspch.inc
syspchh.inc
sysstr.inc * adapted ranges of native types to int64 (e.g. high cardinal is no 2002-01-24 12:33:52 +00:00
sysstrh.inc * adapted ranges of native types to int64 (e.g. high cardinal is no 2002-01-24 12:33:52 +00:00
systhrdh.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
sysutilh.inc + Added PathDelim,DriveDelim,PathSep; Removed PathSeparator 2001-11-07 14:58:24 +00:00
sysutils.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
typinfo.pp
varutilh.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
varutils.inc * make cycle for win32 fixed 2001-11-17 10:29:48 +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.