michael b2ac51a11b + Implemented more str() functions 27 سال پیش
..
astrings.inc b2ac51a11b + Implemented more str() functions 27 سال پیش
except.inc 5e622e60c0 * EInvalidCast added (from runerror 219) 27 سال پیش
file.inc b32111a3e2 * also check fmInput,fmOutput 27 سال پیش
filerec.inc 4620a73a9b * FPC_ names 27 سال پیش
getopts.pp 5d55395676 Long options NEED -- as starting char 27 سال پیش
heap.inc efaf241dba * more temp symbols removed 27 سال پیش
heaph.inc 2a14ecc703 + memorymanager like delphi 27 سال پیش
heaptrc.pp f5eeedee0b + Removed underscores in heaptrc unit 27 سال پیش
innr.inc 369e79adf9 + assert() support 27 سال پیش
int64.inc 8bf6ef4b56 * naming for str(...) routines inserted 27 سال پیش
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 سال پیش
makefile.inc 741fe89a50 * fixed length(char) 27 سال پیش
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 سال پیش
objects.pp 1ae82e5987 * Removed on more handle:=-1 statement 27 سال پیش
readme 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 سال پیش
real2str.inc de0a5038f9 * splitted default_extended from support_extended 27 سال پیش
rtti.inc cd56bb15c3 *** empty log message *** 27 سال پیش
sstrings.inc 516958a67b * removed temp symbols 27 سال پیش
system.inc f11d46a93e + stdout, which is needed when you write something in the system unit 27 سال پیش
systemh.inc f11d46a93e + stdout, which is needed when you write something in the system unit 27 سال پیش
text.inc 516958a67b * removed temp symbols 27 سال پیش
textrec.inc 4620a73a9b * FPC_ names 27 سال پیش
typefile.inc efaf241dba * more temp symbols removed 27 سال پیش
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 سال پیش

readme

This directory contains only RTL parts independent
of the processor and of the operating system.

The include files contain the following:

system.inc OS and Processor independent implementation part of system unit.
systemh.inc Interface part of the system unit.
textrec.inc Definition of Textrec record.
filerec.inc Definition of Filerec record.
astrings.pp AnsiStrings implementation.
lstrings.pp LongStrings implementation.
sstrings.inc ShortStrings implementation.
heaph.inc Declarations of Heap functions.
mathh.inc Declarations of mathematical functions.

The unit files are:

ucomplex.pp Complex functions using operator overloading
getopts.pp Pascal implementation of the GNU Getops