fpc/rtl/inc
peter 911f926274 * disabled float128
git-svn-id: trunk@9129 -
2007-11-04 14:41:51 +00:00
..
aliases.inc
astrings.inc * made all fpc_*_to_shortstr helpers a procedure, resolves #8580 2007-10-21 17:33:18 +00:00
cgeneric.inc * one more typecast fix 2007-10-15 14:02:30 +00:00
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp * Fixed warnings and notes. 2007-11-01 15:55:54 +00:00
compproc.inc * made all fpc_*_to_shortstr helpers a procedure, resolves #8580 2007-10-21 17:33:18 +00:00
crt.inc + Use CtrlBreakHandler infrastructure to allow processing of Ctrl-C in ReadKey (OS/2 implementation) 2007-09-30 14:17:42 +00:00
crth.inc
ctypes.pp * make clongdouble only a double on win64 and wince, on win32 we follow gcc 2007-11-03 21:47:29 +00:00
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlibs.pas * Safeloadlibrary 2007-07-09 08:07:42 +00:00
elfres32.inc * Fix for tres.pp test by Sergei Gorelkin. 2007-09-04 12:28:14 +00:00
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * fix Index*Word for CPUs requiring proper alignment 2007-11-03 15:51:11 +00:00
genmath.inc * fixed exp() for hardfloat on arm. 2007-07-10 20:31:47 +00:00
genset.inc + support for extra packing of sets whose lower element number 2007-09-16 20:04:45 +00:00
genstr.inc
genstrs.inc
getopts.pp * Small patch from Inoussa OUEDRAOGO so it compiles with Delphi 2007-09-02 21:57:51 +00:00
heap.inc * removed some unused variables 2007-09-08 08:45:12 +00:00
heaph.inc * Convert heap to ptruint. 2007-07-04 19:46:47 +00:00
heaptrc.pp * Fixed warnings. 2007-11-03 10:36:27 +00:00
innr.inc
int64.inc
keyboard.inc + common CtrlBreakHandler for unit Keyboard 2007-09-30 15:18:37 +00:00
keybrdh.inc
keyscan.inc
lineinfo.pp * Fixed warnings and notes. 2007-11-01 15:45:33 +00:00
lnfodwrf.pp * return previous line that contains the call when we have found the address 2007-11-02 21:20:16 +00:00
lstrings.pp
macpas.pp
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 * optimized generic implementations to use pointers instead of 2007-10-07 18:36:18 +00:00
objpash.inc * marked TObject.InitInstance as inline 2007-09-08 09:19:13 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * fixed mantis #9695 introduced by the fix in r7959 2007-09-15 21:15:06 +00:00
resh.inc
rtti.inc * procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918) 2007-10-14 10:55:40 +00:00
sockets.inc
socketsh.inc
sockovl.inc
softfpu.pp * disabled float128 2007-11-04 14:41:51 +00:00
sstrings.inc * Fixed carry bug in conversion of currency to string 2007-09-23 10:26:00 +00:00
stdsock.inc
strings.pp * forgotten commit (part of last commit) 2007-10-21 17:41:26 +00:00
stringsi.inc
sysres.inc
system.fpd * Added copy,length and setlength 2007-08-25 13:41:22 +00:00
system.inc * add DumpExceptionBackTrace 2007-11-02 22:08:17 +00:00
systemh.inc * add DumpExceptionBackTrace 2007-11-02 22:08:17 +00:00
text.inc * fixed writestr io-check comment 2007-11-03 17:05:47 +00:00
textrec.inc
thread.inc * refactored SysResetFPU into SysInitFPU and SysResetFPU 2007-10-28 12:06:49 +00:00
threadh.inc
threadvr.inc * win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll 2007-11-01 21:59:43 +00:00
typefile.inc
ucomplex.pp
ufloat128.pp * continued to work on float128 stuff 2007-11-03 21:41:54 +00:00
varerror.inc
variant.inc + VarArrayPut and VarArrayGet from Igor, resolves #9161 2007-07-21 18:49:10 +00:00
varianth.inc + VarArrayPut and VarArrayGet from Igor, resolves #9161 2007-07-21 18:49:10 +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 * Fixed warnings and notes. 2007-11-01 14:16:43 +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.