Jonas Maebe c483ef813d * turn off IO checking when attempting to open a font file (to avoid RTE) пре 26 година
..
graph c483ef813d * turn off IO checking when attempting to open a font file (to avoid RTE) пре 26 година
astrings.inc 87d0345efc * Fixed bug #722: If the start position of AnsiString Copy is less than 1, пре 26 година
except.inc 95b0c00463 * catch doesn't call popaddrstack anymore, this is done now by the compiler пре 26 година
file.inc 6e241784e1 * use filemode for rewrite instead of mode 1 пре 26 година
filerec.inc 4620a73a9b * FPC_ names пре 27 година
generic.inc bb70445e8a * some assembler functions translated to pascal пре 26 година
getopts.pp 5d55395676 Long options NEED -- as starting char пре 27 година
heap.inc a3c7cfd396 * fixed sysmemsize which did the and sizemask wrong пре 26 година
heaph.inc 6a10b2661b * freemem,reallocmem now get var argument пре 26 година
heaptrc.pp 5fec122056 * removed warnings пре 26 година
innr.inc af80c87ba9 + constants for math functions пре 26 година
int64.inc ebd738f2f5 * removed temp defines пре 26 година
lstrings.pp e64becf81c * moved getopts to inc/, all supported OS's need argc,argv exported пре 28 година
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap пре 26 година
mathh.inc de0a5038f9 * splitted default_extended from support_extended пре 27 година
objects.pp 1d2da4c432 * fixed vmtptr crash in tstream.put пре 26 година
objpas.inc 8e642be78a * fixed methodname/address: the loops must go from 0 to ...^.count-1 пре 26 година
objpash.inc 9138338d04 * public added to TObject пре 26 година
readme 9a21e0d1e2 + generic.inc added пре 27 година
real2str.inc c1f893a1d1 * Infinite loop for infinite value problem fixed пре 26 година
rtti.inc cd56bb15c3 *** empty log message *** пре 27 година
sockets.inc 06c7d3233f + Fixed Connect call пре 26 година
socketsh.inc 06c7d3233f + Fixed Connect call пре 26 година
sstrings.inc 6c3f032c9f * avoid unwanted type conversion from cardinal to longint in val for пре 26 година
strings.pp b1ce2dee62 * strnew is ofcourse also different between sysutils and strings, just пре 26 година
stringsi.inc b1ce2dee62 * strnew is ofcourse also different between sysutils and strings, just пре 26 година
system.inc 8b91888fc2 * allow v09912 to compile system пре 26 година
systemh.inc fd5037b339 + smallint, maxsmallint пре 26 година
text.inc 42516d7f5e * read_int64 dummy added пре 26 година
textrec.inc 4620a73a9b * FPC_ names пре 27 година
typefile.inc efaf241dba * more temp symbols removed пре 27 година
ucomplex.pp f3557f20ed + cinv in interface пре 26 година
wstrings.inc 3df732dfa0 + initial version пре 26 година

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).

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.