peter 0ddba9e6cd * fixed concatting of source and include filenames (merged) 25 سال پیش
..
graph 2f3239d61c + setallpalette hook 25 سال پیش
astrings.inc a06bc54ee9 * fixed chararray to ansistring (merged) 25 سال پیش
charset.pp 66cbbfb910 + initial revision 25 سال پیش
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries 25 سال پیش
except.inc 9048ff6354 * Added 'RaiseProc': A user-definable callback procedure which gets 25 سال پیش
file.inc 650fbb86aa + removed logs 25 سال پیش
filerec.inc 650fbb86aa + removed logs 25 سال پیش
generic.inc 619dac6c93 + Merged from fixbranch 25 سال پیش
getopts.pp 650fbb86aa + removed logs 25 سال پیش
heap.inc 1a0277d7b0 * smallatheapptr undef and other cleanup (merged) 25 سال پیش
heaph.inc 650fbb86aa + removed logs 25 سال پیش
heaptrc.pp 48292584ae * clear inoutres in traceexit before writing anything (to avoid an RTE 25 سال پیش
innr.inc 4d5f0c2331 + in_typeinfo_x added 25 سال پیش
int64.inc afec990176 * fixed web bug1069 25 سال پیش
lineinfo.pp 0ddba9e6cd * fixed concatting of source and include filenames (merged) 25 سال پیش
lstrings.pp 650fbb86aa + removed logs 25 سال پیش
makefile.inc 619dac6c93 + Merged from fixbranch 25 سال پیش
mathh.inc 650fbb86aa + removed logs 25 سال پیش
objects.pp 650fbb86aa + removed logs 25 سال پیش
objpas.inc 6f6c4f720a * Resolved CVS conflicts for TObject.MethodAddress patch 25 سال پیش
objpash.inc 9048ff6354 * Added 'RaiseProc': A user-definable callback procedure which gets 25 سال پیش
os_types.pp 650fbb86aa + removed logs 25 سال پیش
readme 9a21e0d1e2 + generic.inc added 26 سال پیش
real2str.inc 650fbb86aa + removed logs 25 سال پیش
rtti.inc 650fbb86aa + removed logs 25 سال پیش
sockets.inc 650fbb86aa + removed logs 25 سال پیش
socketsh.inc 194b9f2958 * FreeBSD adjustments patched in from fixes branch 25 سال پیش
sstrings.inc afec990176 * fixed web bug1069 25 سال پیش
strings.pp 650fbb86aa + removed logs 25 سال پیش
stringsi.inc 650fbb86aa + removed logs 25 سال پیش
system.inc b8461475c8 * FPC_BREAK_ERROR added 25 سال پیش
systemh.inc 7aa1e88a5d + Added some delphi compatibility types 25 سال پیش
text.inc 586c4cea50 + Conditionals fixed 25 سال پیش
textrec.inc 650fbb86aa + removed logs 25 سال پیش
typefile.inc 650fbb86aa + removed logs 25 سال پیش
ucomplex.pp 650fbb86aa + removed logs 25 سال پیش
wstrings.inc 65e50beb55 * Implemented WideString helper functions (but they are not tested yet 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.