fpc/rtl/inc
2001-04-13 18:06:28 +00:00
..
graph * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
astrings.inc * upcase, lowercase for ansistring 2001-04-13 18:06:07 +00:00
charset.pp
dynarr.inc * fixed some bugs in setlength 2000-12-01 23:30:00 +00:00
dynlibs.pp
except.inc + more MT stuff added 2001-01-24 21:47:18 +00:00
fexpand.inc * yet another fix for FExpand under Unix 2001-04-09 19:28:40 +00:00
file.inc
filerec.inc
generic.inc * removed rtllite define 2001-04-13 18:06:28 +00:00
getopts.pp * patch from bug repository 2001-01-11 18:38:24 +00:00
heap.inc + more MT stuff added 2001-01-24 21:47:18 +00:00
heaph.inc
heaptrc.pp * win32 getenv version 2001-04-13 18:05:34 +00:00
innr.inc
int64.inc * fixed qword_str for values with bit 63 = 1 2001-03-03 12:39:09 +00:00
keyboard.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
keybrdh.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
lineinfo.pp * added cardinal typecast to avoid signed evaluation 2000-12-18 14:01:11 +00:00
lstrings.pp
makefile.inc
mathh.inc
mouseh.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
objects.pp * Renamefest 2000-11-13 13:40:03 +00:00
objpas.inc * is-operator fixed 2000-12-20 21:38:23 +00:00
objpash.inc * TGUID definition from win32/wininc/struct.inc copied 2001-04-04 17:56:45 +00:00
os_types.pp * Renamefest 2000-11-13 13:40:03 +00:00
readme
real2str.inc
rtti.inc
sockets.inc
socketsh.inc * Renamefest 2000-11-13 13:40:03 +00:00
sstrings.inc * removed rtllite define 2001-04-13 18:06:28 +00:00
strings.pp
stringsi.inc
system.inc * removed rtllite define 2001-04-13 18:06:28 +00:00
systemh.inc * upcase, lowercase for ansistring 2001-04-13 18:06:07 +00:00
text.inc * fixed potential buffer overflow in FPC_WRITE_TEXT_PCHAR_AS_ARRAY (merged) 2001-04-08 13:21:30 +00:00
textrec.inc
threadh.inc *** empty log message *** 2001-01-26 16:37:54 +00:00
typefile.inc
ucomplex.pp
video.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
videoh.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
wstrings.inc * removed some warnings 2000-11-06 23:17:15 +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.