florian f9ed2775c2 + beginning of variant dispatching hace 24 años
..
graph 5bf4a7f9fc * GetMaxMode() now returns a smallint instead of a word (since the type hace 24 años
aliases.inc b9f6efc85b + "compproc" helpers hace 24 años
astrings.inc 41a57028b9 * converted adding/comparing of strings to compileproc. Note that due hace 24 años
charset.pp 1a2851eb47 * a lot of small changes: hace 25 años
compproc.inc fc6d300a95 * almost all second pass typeconvnode helpers are now processor independent hace 24 años
dynarr.inc d601ccd49b * fixed bug in dynarr_decr_ref I introduced with my previous fixes hace 24 años
dynarrh.inc b9f6efc85b + "compproc" helpers hace 24 años
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries hace 25 años
except.inc b9f6efc85b + "compproc" helpers hace 24 años
fexpand.inc 8a7762efb2 * yet another fix for FExpand under Unix hace 25 años
file.inc 49481a0c63 * v10 merges hace 24 años
filerec.inc 650fbb86aa + removed logs hace 25 años
generic.inc f256a47f04 * compilerproc implementation of set addition/substraction/... hace 24 años
genmath.inc e7c86006db * m68k updates merged hace 24 años
genrtti.inc b9f6efc85b + "compproc" helpers hace 24 años
genset.inc ed449defca + searchsystype() and searchsystype() functions in symtable hace 24 años
getopts.pp 2696cba586 * patch from bug repository hace 25 años
heap.inc 52d1571d12 * moved locking of heap hace 24 años
heaph.inc 650fbb86aa + removed logs hace 25 años
heaptrc.pp ce52d581b3 * m68k updates merged hace 24 años
innr.inc 4d5f0c2331 + in_typeinfo_x added hace 25 años
int64.inc a39cd8a580 * made multiplying, dividing and mod'ing of int64 and qword processor hace 24 años
keyboard.inc 9d93d0d4e3 * pollkey fixes (merged) hace 24 años
keybrdh.inc 2ea2c2115f * SetKeyBoardDriver now returns true if driver set - merged hace 24 años
keyscan.inc a4202664da + Initial import to main branch from fixes branch hace 24 años
lineinfo.pp ce52d581b3 * m68k updates merged hace 24 años
lstrings.pp 650fbb86aa + removed logs hace 25 años
makefile.inc 619dac6c93 + Merged from fixbranch hace 25 años
mathh.inc e7c86006db * m68k updates merged hace 24 años
mouse.inc d4860bf49c * merged fixes hace 24 años
mouseh.inc 29c840668a + Merged driver support for mouse from fixbranch hace 24 años
objects.pp 84a34f3a25 * wordrec for big endian hace 24 años
objpas.inc fc6d300a95 * almost all second pass typeconvnode helpers are now processor independent hace 24 años
objpash.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers hace 24 años
os_types.pp abfa37b122 * Renamefest hace 25 años
readme 13db04fb8b * small cleanup of commented code (merged) hace 24 años
real2str.inc bc74424ab1 * m68k updates merged hace 24 años
rtti.inc 802acf6940 * m68k updates hace 25 años
sockets.inc 650fbb86aa + removed logs hace 25 años
socketsh.inc 3fc45a47d2 * Win32 fixes for Makefile so it doesn't require sh.exe hace 24 años
sstrings.inc 4716f168dd * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the hace 24 años
strings.pp 650fbb86aa + removed logs hace 25 años
stringsi.inc 650fbb86aa + removed logs hace 25 años
system.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers hace 24 años
systemh.inc 2f52ba40e8 + Moved PathDelim,DriveDelim,PathSep to sysutilh hace 24 años
text.inc c98f73e0d5 * fixed seekeof() so that it doesn't move the current possition in the hace 24 años
textrec.inc 650fbb86aa + removed logs hace 25 años
threadh.inc 5d62342562 * criticalsection renamed to rtlcriticalsection for kylix compatibility hace 24 años
typefile.inc cba82c202e * changed buf parameter of fpc_type_write from var to const hace 24 años
ucomplex.pp 650fbb86aa + removed logs hace 25 años
variant.inc f9ed2775c2 + beginning of variant dispatching hace 24 años
varianth.inc f9ed2775c2 + beginning of variant dispatching hace 24 años
video.inc 9d93d0d4e3 * pollkey fixes (merged) hace 24 años
videoh.inc e68b5a2ae4 + Removed defaultmode field from driver hace 24 años
wstrings.inc 41a57028b9 * converted adding/comparing of strings to compileproc. Note that due hace 24 años

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.