fpc/rtl/inc
sergei eb984a5adb * Replaced last remaining C tokens.
git-svn-id: trunk@27365 -
2014-03-30 05:03:55 +00:00
..
aliases.inc
astrings.inc * local variables in fpc_AnsiStr_Concat_multi changed from nativeint to objpasint 2014-03-23 12:43:52 +00:00
cgeneric.inc
cgenmath.inc * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 2014-03-20 22:44:46 +00:00
cgenstr.inc
charset.pp
cmem.pp
compproc.inc * Added {$ifdef ver2_6} around stuff which is no longer used but needed for bootstrapping. 2014-03-08 23:13:10 +00:00
ctypes.pp
currh.inc
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlibs.pas * GetProcAddr added for OS/2, type of argument for ordinal target specific now 2014-01-19 21:15:26 +00:00
except.inc * changed ExceptTryLevel from nativeint to objpasint 2014-03-23 12:42:57 +00:00
exeinfo.pp
extres.inc
fexpand.inc
file.inc
filerec.inc
flt_conv.inc
flt_core.inc
flt_pack.inc
fpextres.pp
fpintres.pp
gencurr.inc
generic.inc * use ObjpasInt, instead of nativeint in fpc_div_dword and fpc_mod_dword 2014-03-23 13:09:22 +00:00
genmath.inc * Made constants DP1,DP2,DP3 local to function rem_pio2, because their values are correct only for double-precision calculations. 2014-03-25 14:32:14 +00:00
genset.inc
genstr.inc
genstrs.inc
getopts.pp
heap.inc - RTL: cleaned out FPC_FREEMEM_X. We now have a dedicated compilerproc 'fpc_freemem' for this purpose. 2014-03-23 02:11:38 +00:00
heaph.inc
heaptrc.pp * Introduced a new function CaptureBacktrace, using it to handle most of back-tracing in heaptrc unit. 2014-03-15 05:16:37 +00:00
innr.inc
int64.inc * in the generic implementation of fpc_mul_int64, fallback directly to 2014-01-17 01:25:41 +00:00
intres.inc
iso7185.pp * fixes handling of typed files in iso mode 2014-01-12 20:17:48 +00:00
lineinfo.pp
lnfodwrf.pp * make the dwarf line info reader more fault tolerant, patch by Martin Friebe, resolves #24900 2014-02-18 20:36:25 +00:00
lstrings.pp
macpas.pp
makefile.inc
mathh.inc * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 2014-03-20 22:44:46 +00:00
objc1.inc
objc.pp
objcbase.pp
objcnf.inc
objpas.inc
objpash.inc
pagemem.pp
readme
real2str.inc
resh.inc
rtti.inc * Updated internal declarations of RTTI structures to match their counterparts in typinfo unit and actual data generated by compiler. It went unnoticed this far because fields whose location differ with and without 'packed' record attribute are not used by internal routines, and tests use declarations from typinfo unit (the declarations in question are not in interface, so tests cannot be done against them). 2014-02-22 19:26:25 +00:00
sfpu128.pp
sfpux80.pp
softfpu.pp * Replaced last remaining C tokens. 2014-03-30 05:03:55 +00:00
sstrings.inc * changed the shortstring index variables that were previously longint and were later changed to sizeint (in r26917) to ObjpasInt after r27142 2014-03-19 15:35:21 +00:00
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc * replaced all the remaining uses of nativeint in the rtl with either sizeint 2014-03-23 13:38:16 +00:00
systemh.inc * NativeInt and NativeUInt redefined as aliases to PtrInt/PtrUInt, so now they 2014-03-23 14:06:47 +00:00
text.inc Added support for 8-bit CPU's in RTL. Mostly for missing implementations of int<->string conversion and console/text output. 2014-03-04 20:00:03 +00:00
textrec.inc
thread.inc
threadh.inc
threadvr.inc
tinyheap.inc * return nil in SysTinyReallocMem, when the size parameter is 0 2014-02-26 23:31:50 +00:00
typefile.inc * fixes handling of typed files in iso mode 2014-01-12 20:17:48 +00:00
ufloat128.pp
ustringh.inc
ustrings.inc * Assign CharLengthPCharProc and CodePointLengthProc always in initunicodestringmanager, doing it in initwidestringmanager only complicates things. 2014-03-10 20:18:30 +00:00
uuchar.pp
varerror.inc
variant.inc * Patch from Inoussa Ouedraogo to make assigning widechar to variant Delphi 2009+ compatible (Bug ID 25719) 2014-02-25 08:53:03 +00:00
varianth.inc
wstringh.inc rtl: deprecate winwidestringalloc 2014-01-11 14:16:49 +00:00
wstrings.inc - RTL: removed 'unimplementedwidestring' procedure and use 'unimplementedunicodestring' instead. Reduces bloat. Furthermore, a separate message about missing widestring manager is misleading, because there is only one wide/unicodestring manager that can be set. 2014-03-23 02:16:03 +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.