fpc/rtl/inc
carl 4f6d5d6715 * bugfix of comments with tp.
+ Added Amiga/Atari graphics modes
2000-06-19 01:18:19 +00:00
..
graph * bugfix of comments with tp. 2000-06-19 01:18:19 +00:00
astrings.inc * UniqueAnsiString -> UniqueString for Delphi compatibility 2000-06-11 07:02:30 +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
generic.inc
getopts.pp
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 * fixed reallocmem with double removing from heap_mem_root list 2000-05-18 17:03:27 +00:00
innr.inc
int64.inc
lineinfo.pp * StabOfs for OS2 changed, hopefully correct now 2000-06-05 13:04:11 +00:00
lstrings.pp
makefile.inc
mathh.inc
objects.pp + ReturnNilIfGrowHeapFails used in objects unit 2000-04-07 21:10:35 +00:00
objpas.inc + Fixed ClassNameIs so it is case insensitive 2000-05-16 08:06:14 +00:00
objpash.inc * TVarRec with Int64/QWord stuff extended 2000-05-14 18:47:53 +00:00
os_types.pp
readme
real2str.inc + $maxfpuregisters 0 for i386 in systemh (to avoid requiring too much 2000-03-26 11:36:28 +00:00
rtti.inc + Fixed all constants so they match compiler defined constants 2000-06-14 08:52:05 +00:00
sockets.inc * CloseSock is now a dummy (it called system.close, but this doesn't 2000-05-22 12:38:51 +00:00
socketsh.inc * added some constants for getsocketoptions under a linux define. 2000-06-02 17:30:43 +00:00
sstrings.inc * fix for extended constants 2000-04-06 11:51:47 +00:00
strings.pp
stringsi.inc
system.inc * disable check in Exit and Error code 2000-05-23 20:35:41 +00:00
systemh.inc * UniqueAnsiString -> UniqueString for Delphi compatibility 2000-06-11 07:02:30 +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
typefile.inc * changed a lot of "if fm.mode = fmClosed then" to case statements, 2000-03-24 10:26:18 +00:00
ucomplex.pp
wstrings.inc

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.