mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 05:49:38 +01:00
U compiler/symdef.pas A tests/webtbs/tw27320.pp A tests/webtbs/uw27320.defaults.pp --- Recording mergeinfo for merge of r29537 into '.': U . --- Merging r29579 into '.': A tests/webtbs/tw27348.pp G compiler/symdef.pas --- Recording mergeinfo for merge of r29579 into '.': G . --- Merging r29743 into '.': U compiler/rautils.pas G compiler/symdef.pas --- Recording mergeinfo for merge of r29743 into '.': G . --- Merging r29685 into '.': A tests/webtbs/tw27424.pp U compiler/pgenutil.pas --- Recording mergeinfo for merge of r29685 into '.': G . --- Merging r30160 into '.': U rtl/inc/cgeneric.inc --- Recording mergeinfo for merge of r30160 into '.': G . --- Merging r31028 into '.': U rtl/objpas/classes/classes.inc A tests/webtbs/tw28271.pp --- Recording mergeinfo for merge of r31028 into '.': G . # revisions: 29537,29579,29743,29685,30160,31028 git-svn-id: branches/fixes_3_0@31065 - |
||
|---|---|---|
| .. | ||
| aliases.inc | ||
| astrings.inc | ||
| cgeneric.inc | ||
| cgenmath.inc | ||
| cgenstr.inc | ||
| charset.pp | ||
| cmem.pp | ||
| compproc.inc | ||
| ctypes.pp | ||
| currh.inc | ||
| dos.inc | ||
| dosh.inc | ||
| dynarr.inc | ||
| dynarrh.inc | ||
| dynlibs.pas | ||
| except.inc | ||
| 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 | ||
| genmath.inc | ||
| genset.inc | ||
| genstr.inc | ||
| genstrs.inc | ||
| getopts.pp | ||
| heap.inc | ||
| heaph.inc | ||
| heaptrc.pp | ||
| innr.inc | ||
| int64.inc | ||
| intres.inc | ||
| iso7185.pp | ||
| lineinfo.pp | ||
| lnfodwrf.pp | ||
| lstrings.pp | ||
| macpas.pp | ||
| makefile.inc | ||
| mathh.inc | ||
| objc1.inc | ||
| objc.pp | ||
| objcbase.pp | ||
| objcnf.inc | ||
| objpas.inc | ||
| objpash.inc | ||
| pagemem.pp | ||
| readme | ||
| real2str.inc | ||
| resh.inc | ||
| rtti.inc | ||
| rttih.inc | ||
| sfpu128.pp | ||
| sfpux80.pp | ||
| softfpu.pp | ||
| sstrings.inc | ||
| strings.pp | ||
| stringsi.inc | ||
| sysres.inc | ||
| system.fpd | ||
| system.inc | ||
| systemh.inc | ||
| text.inc | ||
| textrec.inc | ||
| thread.inc | ||
| threadh.inc | ||
| threadvr.inc | ||
| tinyheap.inc | ||
| tnyheaph.inc | ||
| typefile.inc | ||
| ufloat128.pp | ||
| ustringh.inc | ||
| ustrings.inc | ||
| uuchar.pp | ||
| varerror.inc | ||
| variant.inc | ||
| varianth.inc | ||
| wstringh.inc | ||
| wstrings.inc | ||
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.