Jonas Maebe a0731e0d02 * fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter) 24 vuotta sitten
..
graph 5bf4a7f9fc * GetMaxMode() now returns a smallint instead of a word (since the type 24 vuotta sitten
aliases.inc b9f6efc85b + "compproc" helpers 24 vuotta sitten
astrings.inc a0731e0d02 * fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter) 24 vuotta sitten
charset.pp 1a2851eb47 * a lot of small changes: 25 vuotta sitten
compproc.inc 7484da248d * freemem(var) -> freemem(value) 24 vuotta sitten
dynarr.inc e27b13b0e4 * correctly check for 0-size dynarray in previous patch 24 vuotta sitten
dynarrh.inc b9f6efc85b + "compproc" helpers 24 vuotta sitten
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries 25 vuotta sitten
except.inc b9f6efc85b + "compproc" helpers 24 vuotta sitten
fexpand.inc 8a7762efb2 * yet another fix for FExpand under Unix 24 vuotta sitten
file.inc 49481a0c63 * v10 merges 24 vuotta sitten
filerec.inc 650fbb86aa + removed logs 25 vuotta sitten
generic.inc f256a47f04 * compilerproc implementation of set addition/substraction/... 24 vuotta sitten
genmath.inc 21a8c2cc8e * merged fixes from 1.0.x 24 vuotta sitten
genrtti.inc 879d8ccb44 * fixed web bug #1707: 24 vuotta sitten
genset.inc ed449defca + searchsystype() and searchsystype() functions in symtable 24 vuotta sitten
getopts.pp 2696cba586 * patch from bug repository 25 vuotta sitten
heap.inc e52fa07468 * fix for web bug #1727 from Peter (corrected) 24 vuotta sitten
heaph.inc 7484da248d * freemem(var) -> freemem(value) 24 vuotta sitten
heaptrc.pp 7484da248d * freemem(var) -> freemem(value) 24 vuotta sitten
innr.inc 4d5f0c2331 + in_typeinfo_x added 25 vuotta sitten
int64.inc a931861ce1 * qword div qword for i386 improved 24 vuotta sitten
keyboard.inc 9d93d0d4e3 * pollkey fixes (merged) 24 vuotta sitten
keybrdh.inc 2ea2c2115f * SetKeyBoardDriver now returns true if driver set - merged 24 vuotta sitten
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 vuotta sitten
lineinfo.pp d98bcfc83b + SunOS target 24 vuotta sitten
lstrings.pp 650fbb86aa + removed logs 25 vuotta sitten
makefile.inc 5050f1ff66 * init and final code in genrtti.inc updated 24 vuotta sitten
mathh.inc 21a8c2cc8e * merged fixes from 1.0.x 24 vuotta sitten
mouse.inc d4860bf49c * merged fixes 24 vuotta sitten
mouseh.inc 29c840668a + Merged driver support for mouse from fixbranch 24 vuotta sitten
objects.pp 84a34f3a25 * wordrec for big endian 24 vuotta sitten
objpas.inc 21a8c2cc8e * merged fixes from 1.0.x 24 vuotta sitten
objpash.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 vuotta sitten
os_types.pp abfa37b122 * Renamefest 25 vuotta sitten
readme 13db04fb8b * small cleanup of commented code (merged) 24 vuotta sitten
real2str.inc bc74424ab1 * m68k updates merged 24 vuotta sitten
rtti.inc 5050f1ff66 * init and final code in genrtti.inc updated 24 vuotta sitten
sockets.inc 650fbb86aa + removed logs 25 vuotta sitten
socketsh.inc 3fc45a47d2 * Win32 fixes for Makefile so it doesn't require sh.exe 24 vuotta sitten
sstrings.inc 1b89398cec * optimized fpc_val_sint_shortstr 24 vuotta sitten
strings.pp 502b31fce2 - no stack checking possible because used by lineinfo which 24 vuotta sitten
stringsi.inc 650fbb86aa + removed logs 25 vuotta sitten
system.inc bec30ba1b5 + Added double2real function from main branch 24 vuotta sitten
systemh.inc 2a27de0fb0 + Initial variant support 24 vuotta sitten
text.inc d8a3bfb576 * fixed writing of empty ansistring with specified width (merged) 24 vuotta sitten
textrec.inc 650fbb86aa + removed logs 25 vuotta sitten
threadh.inc 5d62342562 * criticalsection renamed to rtlcriticalsection for kylix compatibility 24 vuotta sitten
typefile.inc cba82c202e * changed buf parameter of fpc_type_write from var to const 24 vuotta sitten
ucomplex.pp 650fbb86aa + removed logs 25 vuotta sitten
variant.inc d703757d27 + First working variant support 24 vuotta sitten
varianth.inc d703757d27 + First working variant support 24 vuotta sitten
video.inc 9d93d0d4e3 * pollkey fixes (merged) 24 vuotta sitten
videoh.inc e68b5a2ae4 + Removed defaultmode field from driver 24 vuotta sitten
wstrings.inc 41a57028b9 * converted adding/comparing of strings to compileproc. Note that due 24 vuotta sitten

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.