marco af9703f179 * Renamefest supports_double for FreeBSD too 23 years ago
..
graph 4af59f4504 * Renamefest 23 years ago
aliases.inc b9f6efc85b + "compproc" helpers 24 years ago
astrings.inc 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 23 years ago
charset.pp 1a2851eb47 * a lot of small changes: 25 years ago
compproc.inc 0cdf327866 * updated compilerprocs 23 years ago
dynarr.inc 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 23 years ago
dynarrh.inc b9f6efc85b + "compproc" helpers 24 years ago
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries 25 years ago
except.inc b9f6efc85b + "compproc" helpers 24 years ago
fexpand.inc a0866f619a * fix for bug #1964 merged 23 years ago
file.inc 49481a0c63 * v10 merges 24 years ago
filerec.inc 650fbb86aa + removed logs 25 years ago
generic.inc 4669fcc7e2 + generic FPC_HELP_FAIL 23 years ago
genmath.inc 21a8c2cc8e * merged fixes from 1.0.x 24 years ago
genrtti.inc 0cdf327866 * updated compilerprocs 23 years ago
genset.inc ed449defca + searchsystype() and searchsystype() functions in symtable 24 years ago
getopts.pp fc1b705950 * merged fixes from version 1.0.x branch 23 years ago
heap.inc 90ff7a6db8 * fpc_freemem and fpc_getmem compilerproc 23 years ago
heaph.inc 7484da248d * freemem(var) -> freemem(value) 24 years ago
heaptrc.pp 7484da248d * freemem(var) -> freemem(value) 24 years ago
innr.inc 4d5f0c2331 + in_typeinfo_x added 25 years ago
int64.inc a931861ce1 * qword div qword for i386 improved 24 years ago
keyboard.inc 9d93d0d4e3 * pollkey fixes (merged) 24 years ago
keybrdh.inc 2ea2c2115f * SetKeyBoardDriver now returns true if driver set - merged 24 years ago
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 years ago
lineinfo.pp 9fb1b5377c * more Renamefest 23 years ago
lstrings.pp 650fbb86aa + removed logs 25 years ago
makefile.inc 5050f1ff66 * init and final code in genrtti.inc updated 24 years ago
mathh.inc 21a8c2cc8e * merged fixes from 1.0.x 24 years ago
mouse.inc d4860bf49c * merged fixes 24 years ago
mouseh.inc 29c840668a + Merged driver support for mouse from fixbranch 24 years ago
objects.pp eb09d6061c - remove go32v1 support 23 years ago
objpas.inc 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 23 years ago
objpash.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 years ago
os_types.pp eb09d6061c - remove go32v1 support 23 years ago
readme 13db04fb8b * small cleanup of commented code (merged) 24 years ago
real2str.inc bc74424ab1 * m68k updates merged 24 years ago
rtti.inc 5050f1ff66 * init and final code in genrtti.inc updated 24 years ago
sockets.inc 650fbb86aa + removed logs 25 years ago
socketsh.inc 26db724c09 + merged missing sendto/rcvfrom functions 23 years ago
sstrings.inc c6fd513271 * lowercase() overloaded 23 years ago
strings.pp 502b31fce2 - no stack checking possible because used by lineinfo which 24 years ago
stringsi.inc 650fbb86aa + removed logs 25 years ago
system.inc 1b88940d62 * StackError is now a typed constant 23 years ago
systemh.inc af9703f179 * Renamefest supports_double for FreeBSD too 23 years ago
text.inc d8a3bfb576 * fixed writing of empty ansistring with specified width (merged) 24 years ago
textrec.inc 650fbb86aa + removed logs 25 years ago
threadh.inc 5d62342562 * criticalsection renamed to rtlcriticalsection for kylix compatibility 24 years ago
typefile.inc cba82c202e * changed buf parameter of fpc_type_write from var to const 24 years ago
ucomplex.pp 650fbb86aa + removed logs 25 years ago
variant.inc d703757d27 + First working variant support 24 years ago
varianth.inc d703757d27 + First working variant support 24 years ago
video.inc 9d93d0d4e3 * pollkey fixes (merged) 24 years ago
videoh.inc e68b5a2ae4 + Removed defaultmode field from driver 24 years ago
wstrings.inc 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 23 years ago

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).
genset.inc Processor independant implementation of set handling
genmath.inc Processor independant implementation of mathematical routines
genrrti.inc Processor independant implementation of runtime type information routines

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.