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

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.