fpc/rtl/inc
Jonas Maebe 062f4e5991 * several changes to internalellipse to make it faster
and to make sure it updates the ArcCall correctly
    (not yet done for width = 3)
  * Arc mostly works now, only sometimes an endless loop, don't know
    why
1999-09-12 17:28:59 +00:00
..
graph * several changes to internalellipse to make it faster 1999-09-12 17:28:59 +00:00
astrings.inc * removed temp defines 1999-07-05 20:04:21 +00:00
except.inc * catch doesn't call popaddrstack anymore, this is done now by the compiler 1999-07-27 08:14:15 +00:00
file.inc * fixed do_open flags to be > $100, becuase filemode can be upto 255 1999-09-10 15:40:32 +00:00
filerec.inc
generic.inc * removed temp defines 1999-07-05 20:04:21 +00:00
getopts.pp
heap.inc * pointer fixes 1999-09-08 16:14:41 +00:00
heaph.inc
heaptrc.pp * fixed missing var 1999-09-10 17:13:41 +00:00
innr.inc + qword/int64: lo/hi/swap 1999-07-02 18:06:40 +00:00
int64.inc * removed temp defines 1999-07-05 20:04:21 +00:00
lstrings.pp
makefile.inc + qword/int64: lo/hi/swap 1999-07-02 18:06:40 +00:00
mathh.inc
objects.pp * fixed freeall 1999-09-10 17:15:13 +00:00
objpas.inc + tobject.methodaddress und tobject.methodname durchsucht nun auch 1999-09-12 14:53:26 +00:00
objpash.inc * classes vmt changed to only positive addresses 1999-08-09 22:19:46 +00:00
readme
real2str.inc * small speed improvements 1999-08-03 21:58:44 +00:00
rtti.inc
sockets.inc + Fixed Connect call 1999-07-03 15:16:45 +00:00
socketsh.inc + Fixed Connect call 1999-07-03 15:16:45 +00:00
sstrings.inc * removed temp defines 1999-07-05 20:04:21 +00:00
strings.pp
stringsi.inc * fixed return of strcat,strlcat 1999-09-01 09:25:10 +00:00
system.inc * saveregister is now working and used for assert and iocheck (which has 1999-08-05 23:45:09 +00:00
systemh.inc * settextbuf size is now longint 1999-08-19 11:16:13 +00:00
text.inc * remove CR when reading one char less then size 1999-09-10 17:14:43 +00:00
textrec.inc
typefile.inc
ucomplex.pp

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.