fpc/rtl/inc
2000-05-14 18:47:53 +00:00
..
graph * fixed registerbgifont (webbug 847) 2000-04-16 08:45:48 +00:00
astrings.inc * truncated log 2000-02-09 16:59:28 +00:00
except.inc * Use saveregisters for PushExcept.. 2000-05-04 12:25:53 +00:00
file.inc * changed a lot of "if fm.mode = fmClosed then" to case statements, 2000-03-24 10:26:18 +00:00
filerec.inc * truncated log 2000-02-09 16:59:28 +00:00
generic.inc * small fixes 2000-03-10 13:45:31 +00:00
getopts.pp * truncated log 2000-02-09 16:59:28 +00:00
heap.inc fix for heap problem 2000-04-20 15:29:15 +00:00
heaph.inc + ReturnNilIfGrowHeapFails used in objects unit 2000-04-07 21:10:35 +00:00
heaptrc.pp * fix for bug report 929 2000-04-27 15:35:50 +00:00
innr.inc * truncated log 2000-02-09 16:59:28 +00:00
int64.inc * fixed declaration of val_int64 (removed destsize parameter) 2000-03-17 21:27:56 +00:00
lineinfo.pp * export function so ppl can use it in their own programs 2000-05-08 13:23:46 +00:00
lstrings.pp * truncated log 2000-02-09 16:59:28 +00:00
makefile.inc * added os_types unit 2000-03-20 18:39:13 +00:00
mathh.inc * disabled FIXED data type per default 2000-02-15 14:36:57 +00:00
objects.pp + ReturnNilIfGrowHeapFails used in objects unit 2000-04-07 21:10:35 +00:00
objpas.inc * truncated log 2000-02-09 16:59:28 +00:00
objpash.inc * TVarRec with Int64/QWord stuff extended 2000-05-14 18:47:53 +00:00
os_types.pp added central unit for OS dependent types. 2000-03-20 15:50:13 +00:00
readme + generic.inc added 1999-05-31 21:59:58 +00:00
real2str.inc + $maxfpuregisters 0 for i386 in systemh (to avoid requiring too much 2000-03-26 11:36:28 +00:00
rtti.inc * truncated log 2000-02-09 16:59:28 +00:00
sockets.inc * truncated log 2000-02-09 16:59:28 +00:00
socketsh.inc * truncated log 2000-02-09 16:59:28 +00:00
sstrings.inc * fix for extended constants 2000-04-06 11:51:47 +00:00
strings.pp * strdispose uses freemem(pointer) and resets pointer to nil 2000-03-19 08:40:14 +00:00
stringsi.inc * truncated log 2000-02-09 16:59:28 +00:00
system.inc * backtraces for exceptions are now only generated from the place of the 2000-04-24 11:11:50 +00:00
systemh.inc * TVarRec with In64/QWord stuff extended 2000-05-14 18:46:54 +00:00
text.inc * changed a lot of "if fm.mode = fmClosed then" to case statements, 2000-03-24 10:26:18 +00:00
textrec.inc * truncated log 2000-02-09 16:59:28 +00:00
typefile.inc * changed a lot of "if fm.mode = fmClosed then" to case statements, 2000-03-24 10:26:18 +00:00
ucomplex.pp * truncated log 2000-02-09 16:59:28 +00:00
wstrings.inc * copyright 2000 2000-01-07 16:41:28 +00:00

This directory contains only RTL parts independent 
of the processor and of the operating system.

The include files contain the following:

astrings.pp     AnsiStrings implementation.
except.inc      Delphi styled exception support.
file.inc        Untyped file support routines.
filerec.inc     Untyped file record definition.
heap.inc        Runtime heap manager .
heaph.inc       Declarations of Heap functions.
innr.inc        Internal function delcarations.
int64.inc       Support for 64-bit integer arithmetic.
lstrings.pp     LongStrings routine implementation.
mathh.inc       Declarations of mathematical functions. 
real2str.inc    Routine to convert floating point numbers to strings.
rtti.inc        Delphi like runtime type information
sstrings.inc    ShortStrings (TP/BP pascal like strings) implementation.
system.inc      OS and Processor independent implementation part of system unit.
systemh.inc     Interface part of the system unit.
text.inc        Text file support routines.
textrec.inc     Definition of Textrec record.
typefile.inc    Text file record definition.
generic.inc     Processor independant implementation of assembler procs on i386
                (to allow easy porting to new processors).

The unit files are:

ucomplex.pp     Complex functions using operator overloading
getopts.pp      Pascal implementation of the GNU Getops
objects.pp      Turbo Pascal like implementation of objects unit
heaptrc.pp      Runtime memory leak tracer and tests for memory integrity.