2
0
Jonas Maebe 51bbb51a06 * fix for lost precision because sometimes the correction value was 25 жил өмнө
..
graph ba7b10c01d + new, faster fillpoly from Thomas Schatzl 25 жил өмнө
astrings.inc 6b66a55cd6 * truncated log 25 жил өмнө
except.inc e22cb380d4 + popsecondobjectstack added 25 жил өмнө
file.inc 6b66a55cd6 * truncated log 25 жил өмнө
filerec.inc 6b66a55cd6 * truncated log 25 жил өмнө
generic.inc 6b66a55cd6 * truncated log 25 жил өмнө
getopts.pp 6b66a55cd6 * truncated log 25 жил өмнө
heap.inc 20105af42c * fixed bug with reallocmem to use the wrong size when copying the 25 жил өмнө
heaph.inc 6b66a55cd6 * truncated log 25 жил өмнө
heaptrc.pp 20105af42c * fixed bug with reallocmem to use the wrong size when copying the 25 жил өмнө
innr.inc 6b66a55cd6 * truncated log 25 жил өмнө
int64.inc 17f8a06883 + helper routine for <int64> mod <in64> added 25 жил өмнө
lineinfo.pp 6b66a55cd6 * truncated log 25 жил өмнө
lstrings.pp 6b66a55cd6 * truncated log 25 жил өмнө
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 жил өмнө
mathh.inc 2eb62408ae * disabled FIXED data type per default 25 жил өмнө
objects.pp 6b66a55cd6 * truncated log 25 жил өмнө
objpas.inc 6b66a55cd6 * truncated log 25 жил өмнө
objpash.inc 6b66a55cd6 * truncated log 25 жил өмнө
readme 9a21e0d1e2 + generic.inc added 26 жил өмнө
real2str.inc 51bbb51a06 * fix for lost precision because sometimes the correction value was 25 жил өмнө
rtti.inc 6b66a55cd6 * truncated log 25 жил өмнө
sockets.inc 6b66a55cd6 * truncated log 25 жил өмнө
socketsh.inc 6b66a55cd6 * truncated log 25 жил өмнө
sstrings.inc 6b66a55cd6 * truncated log 25 жил өмнө
strings.pp 6b66a55cd6 * truncated log 25 жил өмнө
stringsi.inc 6b66a55cd6 * truncated log 25 жил өмнө
system.inc 0b02714817 + new str_real which is completely TP compatible regarding output 25 жил өмнө
systemh.inc 6b66a55cd6 * truncated log 25 жил өмнө
text.inc 6b66a55cd6 * truncated log 25 жил өмнө
textrec.inc 6b66a55cd6 * truncated log 25 жил өмнө
typefile.inc 6b66a55cd6 * truncated log 25 жил өмнө
ucomplex.pp 6b66a55cd6 * truncated log 25 жил өмнө
wstrings.inc ec29a31834 * copyright 2000 25 жил өмнө

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.