Jonas Maebe 6cb27b64e6 + added missing detectMode stuff for -dnewmodes 25 年 前
..
graph 6cb27b64e6 + added missing detectMode stuff for -dnewmodes 25 年 前
astrings.inc b4c4d9d1a3 * UniqueAnsiString -> UniqueString for Delphi compatibility 25 年 前
except.inc 3930cc5818 * Use saveregisters for PushExcept.. 25 年 前
file.inc 17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements, 25 年 前
filerec.inc 6b66a55cd6 * truncated log 25 年 前
generic.inc 4bbbb33cf1 * small fixes 25 年 前
getopts.pp 6b66a55cd6 * truncated log 25 年 前
heap.inc e574245b0e fix for heap problem 25 年 前
heaph.inc e9f1439f5a + ReturnNilIfGrowHeapFails used in objects unit 25 年 前
heaptrc.pp 0194d7a616 * fixed reallocmem with double removing from heap_mem_root list 25 年 前
innr.inc 6b66a55cd6 * truncated log 25 年 前
int64.inc 49b6de7c9e * fixed declaration of val_int64 (removed destsize parameter) 25 年 前
lineinfo.pp 72c8dbfa43 * StabOfs for OS2 changed, hopefully correct now 25 年 前
lstrings.pp 6b66a55cd6 * truncated log 25 年 前
makefile.inc 043d981e00 * added os_types unit 25 年 前
mathh.inc 2eb62408ae * disabled FIXED data type per default 25 年 前
objects.pp e9f1439f5a + ReturnNilIfGrowHeapFails used in objects unit 25 年 前
objpas.inc b8e6272f62 + Fixed ClassNameIs so it is case insensitive 25 年 前
objpash.inc a319c0e73c * TVarRec with Int64/QWord stuff extended 25 年 前
os_types.pp cb860d32dc added central unit for OS dependent types. 25 年 前
readme 9a21e0d1e2 + generic.inc added 26 年 前
real2str.inc d9c608a373 + $maxfpuregisters 0 for i386 in systemh (to avoid requiring too much 25 年 前
rtti.inc b319315b4c + Fixed all constants so they match compiler defined constants 25 年 前
sockets.inc d75d13eda1 * CloseSock is now a dummy (it called system.close, but this doesn't 25 年 前
socketsh.inc 9a4a837f04 * added some constants for getsocketoptions under a linux define. 25 年 前
sstrings.inc 062604c406 * fix for extended constants 25 年 前
strings.pp 2a4b2adc65 * strdispose uses freemem(pointer) and resets pointer to nil 25 年 前
stringsi.inc 6b66a55cd6 * truncated log 25 年 前
system.inc 2f715a886a * disable check in Exit and Error code 25 年 前
systemh.inc b4c4d9d1a3 * UniqueAnsiString -> UniqueString for Delphi compatibility 25 年 前
text.inc 17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements, 25 年 前
textrec.inc 6b66a55cd6 * truncated log 25 年 前
typefile.inc 17c623dc25 * changed a lot of "if fm.mode = fmClosed then" to case statements, 25 年 前
ucomplex.pp 6b66a55cd6 * truncated log 25 年 前
wstrings.inc ec29a31834 * copyright 2000 26 年 前

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.