pierre 9e3e3d9415 * error 204 if trying to free too much memory of heap top ! 27 ani în urmă
..
graph 3249707b22 + Initial revision (still uncompilable though) 27 ani în urmă
astrings.inc 77d45d20af + 1 byte too much allocated in new_ansiStringastrings.inc 27 ani în urmă
except.inc 17f26f6577 * removed warnings 27 ani în urmă
file.inc b32111a3e2 * also check fmInput,fmOutput 27 ani în urmă
filerec.inc 4620a73a9b * FPC_ names 27 ani în urmă
getopts.pp 5d55395676 Long options NEED -- as starting char 27 ani în urmă
heap.inc 9e3e3d9415 * error 204 if trying to free too much memory of heap top ! 27 ani în urmă
heaph.inc e7dacebccc * fixed small things regarding TEMPHEAP 27 ani în urmă
heaptrc.pp a8a60d933a * show also allocation stack for a wrong size 27 ani în urmă
innr.inc dc1f9b5bbb * addr() internal 27 ani în urmă
int64.inc 8bf6ef4b56 * naming for str(...) routines inserted 27 ani în urmă
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported 28 ani în urmă
makefile.inc 741fe89a50 * fixed length(char) 27 ani în urmă
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 ani în urmă
objects.pp 1d98d7c4a4 + SetStr() function 27 ani în urmă
readme 8773fe80ba * oops... wrong filename 27 ani în urmă
real2str.inc d10d8cb5fd * str and val for extended use now int constants to minimize 27 ani în urmă
rtti.inc cd56bb15c3 *** empty log message *** 27 ani în urmă
sstrings.inc dda7bf2bc9 + subrange checking for readln() 27 ani în urmă
strings.pp 7865673a04 * Joined strings and sysutils 27 ani în urmă
stringsi.inc 82d08fba5d + Added header and log 27 ani în urmă
system.inc dc1f9b5bbb * addr() internal 27 ani în urmă
systemh.inc dc1f9b5bbb * addr() internal 27 ani în urmă
text.inc dda7bf2bc9 + subrange checking for readln() 27 ani în urmă
textrec.inc 4620a73a9b * FPC_ names 27 ani în urmă
typefile.inc efaf241dba * more temp symbols removed 27 ani în urmă
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 28 ani în urmă

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.


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.