fpc/rtl/inc
2007-07-16 18:24:32 +00:00
..
aliases.inc
astrings.inc * allow shrinking ansistrings if at least half of its memory is saved 2007-05-25 09:43:36 +00:00
cgeneric.inc
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
compproc.inc * fixed cycle (fpc_getmem argument from ptrint -> ptruint) 2007-07-04 19:57:07 +00:00
crt.inc
crth.inc
ctypes.pp
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlibs.pas * Safeloadlibrary 2007-07-09 08:07:42 +00:00
elfres32.inc * Use ptruint instead of ptrint. 2007-06-26 06:57:20 +00:00
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * ptrint -> ptruint 2007-07-01 09:41:07 +00:00
genmath.inc * fixed exp() for hardfloat on arm. 2007-07-10 20:31:47 +00:00
genset.inc - removed/disabled all normalset code (except for bootstrapping), since 2007-05-20 11:19:36 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
heaph.inc * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
heaptrc.pp * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
innr.inc + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34:01 +00:00
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * beos support from Olivier Coursiere 2007-05-24 07:16:17 +00:00
lnfodwrf.pp
lstrings.pp
macpas.pp + Added types UnsignedByte,UnsignedWord,UnsignedLong, suggestion by 2007-06-09 07:37:03 +00:00
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc
mouse.inc * Prevent range check error at compile time. 2007-07-03 21:28:59 +00:00
mouseh.inc
mvecimp.inc
objects.pp * don't compile objects in fpu emulation mode 2007-07-05 20:01:01 +00:00
objpas.inc * ptrint -> ptruint 2007-07-01 10:14:19 +00:00
objpash.inc * Make vtype signed again to prevent unnecessary 64 bit promotions. 2007-07-01 10:25:10 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * fixed str(extended(0.005):0:2) and related problems 2007-07-05 15:25:01 +00:00
resh.inc * patch for #8375 from Roozbeh Gholizadeh 2007-02-23 19:35:35 +00:00
rtti.inc * comment fixed 2007-06-23 09:16:21 +00:00
sockets.inc * Fix for 9220 for socket2text stuff too 2007-06-09 14:24:13 +00:00
socketsh.inc * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 2007-05-13 19:13:43 +00:00
sockovl.inc * fix missing socketerror discrepancy 2007-05-12 10:24:58 +00:00
softfpu.pp * fixed conversion zero int64 to double in softfloat mode. 2007-07-14 18:45:00 +00:00
sstrings.inc * removed divisions from val() for unsigned types 2007-06-24 13:04:44 +00:00
stdsock.inc * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 2007-05-13 18:30:24 +00:00
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc * fixed swap(integer) due to counter-intuitive TP/Delphi compatible 2007-03-08 22:30:12 +00:00
systemh.inc * Put pptrint back in place. 2007-07-01 11:05:39 +00:00
text.inc * fixed writing of widestrings 2007-06-13 13:00:25 +00:00
textrec.inc
thread.inc * made cwstring thread safe without locks + test (twide4): widestring 2007-07-04 18:10:34 +00:00
threadh.inc + heap manager now per thread, reduce heap lock contention 2007-05-20 20:58:12 +00:00
threadvr.inc * fixed compilation for wince. 2007-05-29 17:03:03 +00:00
typefile.inc
ucomplex.pp
varerror.inc
variant.inc * fixed real:=variant for non-x86 2007-03-14 17:04:15 +00:00
varianth.inc * made vararrays working on win64 2007-02-16 20:12:34 +00:00
video.inc
videoh.inc
wstringh.inc * made cwstring thread safe without locks + test (twide4): widestring 2007-07-04 18:10:34 +00:00
wstrings.inc * fix UnicodeToUtf8 if Dest is nil, patch by Sergei Gorelkin 2007-07-16 18:24:32 +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.