mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 18:31:41 +02:00
![]() * varsets ({$packset x}) are now supported on big endian targets * gdb now displays sets properly on big endian systems * cleanup of generic set code (in, include/exclude, helpers), all based on "bitpacked array[] of 0..1" now * there are no helpers available yet to convert sets from the old to the new format, because the set format will change again slightly in the near future (so that e.g. a set of 24..31 will be stored in 1 byte), and creating two classes of set conversion helpers would confuse things (i.e., it's not recommended to use trunk currently for programs which load sets stored to disk by big endian programs compiled by previous FPC versions) * cross-endian compiling has been tested and still works, but one case is not supported: compiling a compiler for a different endianess using a starting compiler from before the current revision (so first cycle natively, and then use the newly created compiler to create a cross-compiler) git-svn-id: trunk@7395 - |
||
---|---|---|
.. | ||
aliases.inc | ||
astrings.inc | ||
cgeneric.inc | ||
cgenmath.inc | ||
cgenstr.inc | ||
charset.pp | ||
cmem.pp | ||
compproc.inc | ||
crt.inc | ||
crth.inc | ||
ctypes.pp | ||
dos.inc | ||
dosh.inc | ||
dynarr.inc | ||
dynarrh.inc | ||
dynlibs.pas | ||
elfres32.inc | ||
except.inc | ||
fexpand.inc | ||
file.inc | ||
filerec.inc | ||
generic.inc | ||
genmath.inc | ||
genset.inc | ||
genstr.inc | ||
genstrs.inc | ||
getopts.pp | ||
heap.inc | ||
heaph.inc | ||
heaptrc.pp | ||
innr.inc | ||
int64.inc | ||
keyboard.inc | ||
keybrdh.inc | ||
keyscan.inc | ||
lineinfo.pp | ||
lnfodwrf.pp | ||
lstrings.pp | ||
macpas.pp | ||
makefile.inc | ||
mathh.inc | ||
matrix.pp | ||
mmatimp.inc | ||
mouse.inc | ||
mouseh.inc | ||
mvecimp.inc | ||
objects.pp | ||
objpas.inc | ||
objpash.inc | ||
pagemem.pp | ||
printer.inc | ||
printerh.inc | ||
readme | ||
real2str.inc | ||
resh.inc | ||
rtti.inc | ||
sockets.inc | ||
socketsh.inc | ||
sockovl.inc | ||
softfpu.pp | ||
sstrings.inc | ||
stdsock.inc | ||
strings.pp | ||
stringsi.inc | ||
sysres.inc | ||
system.fpd | ||
system.inc | ||
systemh.inc | ||
text.inc | ||
textrec.inc | ||
thread.inc | ||
threadh.inc | ||
threadvr.inc | ||
typefile.inc | ||
ucomplex.pp | ||
varerror.inc | ||
variant.inc | ||
varianth.inc | ||
video.inc | ||
videoh.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.