fpc/rtl/inc
2001-11-07 13:52:37 +00:00
..
graph
aliases.inc
astrings.inc * converted adding/comparing of strings to compileproc. Note that due 2001-08-30 15:43:14 +00:00
charset.pp
compproc.inc * almost all second pass typeconvnode helpers are now processor independent 2001-09-29 21:32:46 +00:00
dynarr.inc * fixed bug in dynarr_decr_ref I introduced with my previous fixes 2001-09-27 08:59:13 +00:00
dynarrh.inc
dynlibs.pp
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * compilerproc implementation of set addition/substraction/... 2001-09-03 13:27:41 +00:00
genmath.inc
genrtti.inc
genset.inc + searchsystype() and searchsystype() functions in symtable 2001-09-04 11:38:54 +00:00
getopts.pp
heap.inc * moved locking of heap 2001-10-25 21:22:34 +00:00
heaph.inc
heaptrc.pp
innr.inc
int64.inc * made multiplying, dividing and mod'ing of int64 and qword processor 2001-09-05 15:22:09 +00:00
keyboard.inc * pollkey fixes (merged) 2001-10-12 16:03:15 +00:00
keybrdh.inc * SetKeyBoardDriver now returns true if driver set - merged 2001-10-03 20:08:36 +00:00
keyscan.inc + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
lineinfo.pp
lstrings.pp
makefile.inc
mathh.inc
mouse.inc * merged fixes 2001-09-30 21:08:58 +00:00
mouseh.inc + Merged driver support for mouse from fixbranch 2001-09-22 00:01:42 +00:00
objects.pp
objpas.inc * almost all second pass typeconvnode helpers are now processor independent 2001-09-29 21:32:46 +00:00
objpash.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
os_types.pp
readme
real2str.inc
rtti.inc
sockets.inc
socketsh.inc
sstrings.inc * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the 2001-08-13 12:40:16 +00:00
strings.pp
stringsi.inc
system.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
systemh.inc + Added PathDelim,DriveDelim,PathSep 2001-11-07 13:52:37 +00:00
text.inc * fixed seekeof() so that it doesn't move the current possition in the 2001-09-25 16:34:59 +00:00
textrec.inc
threadh.inc * criticalsection renamed to rtlcriticalsection for kylix compatibility 2001-10-23 21:51:02 +00:00
typefile.inc
ucomplex.pp
variant.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
varianth.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
video.inc * pollkey fixes (merged) 2001-10-12 16:03:15 +00:00
videoh.inc + Removed defaultmode field from driver 2001-10-13 12:59:46 +00:00
wstrings.inc * converted adding/comparing of strings to compileproc. Note that due 2001-08-30 15:43:14 +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).
genset.inc      Processor independant implementation of set handling
genmath.inc     Processor independant implementation of mathematical routines
genrrti.inc     Processor independant implementation of runtime type information routines

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.