michael b5717d4dde + Added support for octal strings (using &) 23 年 前
..
graph 9fef30d585 merged from FIXES branch: DrawTextBackground support 23 年 前
aliases.inc b9f6efc85b + "compproc" helpers 24 年 前
astrings.inc 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 24 年 前
charset.pp 1a2851eb47 * a lot of small changes: 25 年 前
compproc.inc a28ee81ed6 * fixed conversion from int64/qword to double errors 23 年 前
dynarr.inc 268e4bb7e7 * use saveregisters for incr routines, saves also problems with 24 年 前
dynarrh.inc b9f6efc85b + "compproc" helpers 24 年 前
dynlibs.pp bfdac9385b + Implemented loading of dynamical libraries 25 年 前
except.inc b9f6efc85b + "compproc" helpers 24 年 前
fexpand.inc a0866f619a * fix for bug #1964 merged 23 年 前
file.inc 49481a0c63 * v10 merges 24 年 前
filerec.inc 650fbb86aa + removed logs 25 年 前
generic.inc 53a0b662b9 * several fixes to get further with linux/ppc system unit compilation 23 年 前
genmath.inc 6d4e01d74f * made abs a compiler proc if it is generic 23 年 前
genrtti.inc 53a0b662b9 * several fixes to get further with linux/ppc system unit compilation 23 年 前
genset.inc ed449defca + searchsystype() and searchsystype() functions in symtable 24 年 前
getopts.pp fc1b705950 * merged fixes from version 1.0.x branch 24 年 前
heap.inc ee56b2e0ec * heap manager now fragments the heap much less 23 年 前
heaph.inc 7484da248d * freemem(var) -> freemem(value) 24 年 前
heaptrc.pp 7484da248d * freemem(var) -> freemem(value) 24 年 前
innr.inc 4d5f0c2331 + in_typeinfo_x added 25 年 前
int64.inc 71a1ae2136 * sLineBreak changed to normal constant like Kylix 23 年 前
keyboard.inc 9d93d0d4e3 * pollkey fixes (merged) 24 年 前
keybrdh.inc 2ea2c2115f * SetKeyBoardDriver now returns true if driver set - merged 24 年 前
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 年 前
lineinfo.pp 9fb1b5377c * more Renamefest 23 年 前
lstrings.pp 650fbb86aa + removed logs 25 年 前
makefile.inc 5050f1ff66 * init and final code in genrtti.inc updated 24 年 前
mathh.inc 05a95ba5bc * interface of system unit for Linux/PowerPC compiles 23 年 前
mouse.inc d4860bf49c * merged fixes 24 年 前
mouseh.inc 29c840668a + Merged driver support for mouse from fixbranch 24 年 前
objects.pp eb09d6061c - remove go32v1 support 24 年 前
objpas.inc 272865d6af * interface helpers for 1.1 compilers without interface support fixed 23 年 前
objpash.inc 6476fbf2fe * fixed and added a lot of stuff to get the Jedi DX( headers 24 年 前
os_types.pp eb09d6061c - remove go32v1 support 24 年 前
readme 13db04fb8b * small cleanup of commented code (merged) 24 年 前
real2str.inc bc74424ab1 * m68k updates merged 24 年 前
rtti.inc 5050f1ff66 * init and final code in genrtti.inc updated 24 年 前
sockets.inc 650fbb86aa + removed logs 25 年 前
socketsh.inc 26db724c09 + merged missing sendto/rcvfrom functions 24 年 前
sstrings.inc b5717d4dde + Added support for octal strings (using &) 23 年 前
strings.pp 502b31fce2 - no stack checking possible because used by lineinfo which 24 年 前
stringsi.inc 650fbb86aa + removed logs 25 年 前
system.inc 7ac5c3743d * several fixes for linux/powerpc 23 年 前
systemh.inc b5717d4dde + Added support for octal strings (using &) 23 年 前
text.inc 71a1ae2136 * sLineBreak changed to normal constant like Kylix 23 年 前
textrec.inc 650fbb86aa + removed logs 25 年 前
threadh.inc 7ac5c3743d * several fixes for linux/powerpc 23 年 前
typefile.inc cba82c202e * changed buf parameter of fpc_type_write from var to const 24 年 前
ucomplex.pp 650fbb86aa + removed logs 25 年 前
variant.inc d703757d27 + First working variant support 24 年 前
varianth.inc 2c651f8661 * fixed bug in tvariantmanager declaration (string -> ansistring, this 23 年 前
video.inc 9d93d0d4e3 * pollkey fixes (merged) 24 年 前
videoh.inc e68b5a2ae4 + Removed defaultmode field from driver 24 年 前
wstrings.inc 53a0b662b9 * several fixes to get further with linux/ppc system unit compilation 23 年 前

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.