fpc/rtl/inc
2000-01-02 19:01:32 +00:00
..
graph * made floodfill a *LOT* faster (better DrawnPoints management) 2000-01-02 19:01:32 +00:00
astrings.inc * Fixed bug #722: If the start position of AnsiString Copy is less than 1, 1999-11-28 11:24:04 +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 * use filemode for rewrite instead of mode 1 1999-10-28 09:52:50 +00:00
filerec.inc * FPC_ names 1998-09-14 10:48:00 +00:00
generic.inc * some assembler functions translated to pascal 1999-12-21 11:12:16 +00:00
getopts.pp Long options NEED -- as starting char 1998-10-30 09:18:22 +00:00
heap.inc * fixed sysmemsize which did the and sizemask wrong 1999-12-16 19:11:49 +00:00
heaph.inc * freemem,reallocmem now get var argument 1999-11-01 13:56:50 +00:00
heaptrc.pp * removed warnings 1999-11-14 21:35:04 +00:00
innr.inc + constants for math functions 1999-09-15 20:23:16 +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 * splitted default_extended from support_extended 1998-08-11 21:39:04 +00:00
objects.pp * fixed vmtptr crash in tstream.put 1999-12-06 18:25:30 +00:00
objpas.inc * fixed methodname/address: the loops must go from 0 to ...^.count-1 1999-09-15 20:28:35 +00:00
objpash.inc * public added to TObject 1999-12-02 19:28:53 +00:00
readme + generic.inc added 1999-05-31 21:59:58 +00:00
real2str.inc * Infinite loop for infinite value problem fixed 1999-11-28 23:57:23 +00:00
rtti.inc *** empty log message *** 1998-07-20 18:42:51 +00:00
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 * avoid unwanted type conversion from cardinal to longint in val for 1999-12-11 19:07:44 +00:00
strings.pp * strnew is ofcourse also different between sysutils and strings, just 1999-12-10 15:02:12 +00:00
stringsi.inc * strnew is ofcourse also different between sysutils and strings, just 1999-12-10 15:02:12 +00:00
system.inc * allow v09912 to compile system 1999-12-21 11:10:22 +00:00
systemh.inc + smallint, maxsmallint 1999-12-20 11:20:14 +00:00
text.inc * read_int64 dummy added 1999-12-02 17:40:06 +00:00
textrec.inc * FPC_ names 1998-09-14 10:48:00 +00:00
typefile.inc * more temp symbols removed 1998-12-16 00:22:24 +00:00
ucomplex.pp + cinv in interface 1999-12-20 22:24:48 +00:00
wstrings.inc + initial version 1999-12-18 14:55:53 +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.