peter 9138338d04 * public added to TObject 26 jaren geleden
..
graph 1eb4bfc435 + Removed charmessagehandler declaration, it is in graphh.inc 26 jaren geleden
astrings.inc 87d0345efc * Fixed bug #722: If the start position of AnsiString Copy is less than 1, 26 jaren geleden
except.inc 95b0c00463 * catch doesn't call popaddrstack anymore, this is done now by the compiler 26 jaren geleden
file.inc 6e241784e1 * use filemode for rewrite instead of mode 1 26 jaren geleden
filerec.inc 4620a73a9b * FPC_ names 27 jaren geleden
generic.inc ebd738f2f5 * removed temp defines 26 jaren geleden
getopts.pp 5d55395676 Long options NEED -- as starting char 27 jaren geleden
heap.inc bf3e811517 * cmdline support 26 jaren geleden
heaph.inc 6a10b2661b * freemem,reallocmem now get var argument 26 jaren geleden
heaptrc.pp 5fec122056 * removed warnings 26 jaren geleden
innr.inc af80c87ba9 + constants for math functions 26 jaren geleden
int64.inc ebd738f2f5 * removed temp defines 26 jaren geleden
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 27 jaren geleden
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 jaren geleden
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 jaren geleden
objects.pp aa083c5b4d * truncated log 26 jaren geleden
objpas.inc 8e642be78a * fixed methodname/address: the loops must go from 0 to ...^.count-1 26 jaren geleden
objpash.inc 9138338d04 * public added to TObject 26 jaren geleden
readme 9a21e0d1e2 + generic.inc added 26 jaren geleden
real2str.inc c1f893a1d1 * Infinite loop for infinite value problem fixed 26 jaren geleden
rtti.inc cd56bb15c3 *** empty log message *** 27 jaren geleden
sockets.inc 06c7d3233f + Fixed Connect call 26 jaren geleden
socketsh.inc 06c7d3233f + Fixed Connect call 26 jaren geleden
sstrings.inc aa083c5b4d * truncated log 26 jaren geleden
strings.pp 7865673a04 * Joined strings and sysutils 26 jaren geleden
stringsi.inc 244a1b5815 * fixed strlcat 26 jaren geleden
system.inc 7f899914bc + function random(longint): longint 26 jaren geleden
systemh.inc 7f899914bc + function random(longint): longint 26 jaren geleden
text.inc 42516d7f5e * read_int64 dummy added 26 jaren geleden
textrec.inc 4620a73a9b * FPC_ names 27 jaren geleden
typefile.inc efaf241dba * more temp symbols removed 27 jaren geleden
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 jaren geleden

readme

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).

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.