Jonas Maebe 3aca7519c9 * fixed RandSeed bug преди 27 години
..
astrings.pp 4783316085 + AnsiString changes преди 27 години
except.inc 5e622e60c0 * EInvalidCast added (from runerror 219) преди 27 години
file.inc 1e3a448793 * new eof,eoln,seekeoln,seekeof преди 27 години
filerec.inc 4620a73a9b * FPC_ names преди 27 години
getopts.pp 972218d22f * some fixes with indexes преди 27 години
heap.inc 2a14ecc703 + memorymanager like delphi преди 27 години
heaph.inc 2a14ecc703 + memorymanager like delphi преди 27 години
heaptrc.pp b6986c4f1c * changed default to keepreleased=false преди 27 години
innr.inc 369e79adf9 + assert() support преди 27 години
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported преди 27 години
makefile.inc 4620a73a9b * FPC_ names преди 27 години
mathh.inc de0a5038f9 * splitted default_extended from support_extended преди 27 години
objects.pp b136b62127 * removed some warnings преди 27 години
platform.inc eb39182b3b * objects compiles for linux преди 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 31fbeac551 * small typo :( преди 27 години
system.inc 3aca7519c9 * fixed RandSeed bug преди 27 години
systemh.inc af1ccc6f61 + read single,fixed преди 27 години
text.inc af1ccc6f61 + read single,fixed преди 27 години
textrec.inc 4620a73a9b * FPC_ names преди 27 години
typefile.inc 4620a73a9b * FPC_ names преди 27 години
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp преди 27 години
version.inc e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported преди 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