peter 6eafc25151 * *errorproc are not procvars instead of pointers which allows better 26 년 전
..
graph f7e31f50f6 * Bugfix of mode m800x600x64k - wrong vide mode would be used. 26 년 전
astrings.inc 2aca3b7908 * pos function speed up by a factor 40 :) 26 년 전
except.inc 95b0c00463 * catch doesn't call popaddrstack anymore, this is done now by the compiler 26 년 전
file.inc 3b5373c08a * fixed do_open flags to be > $100, becuase filemode can be upto 255 26 년 전
filerec.inc 4620a73a9b * FPC_ names 27 년 전
generic.inc ebd738f2f5 * removed temp defines 26 년 전
getopts.pp 5d55395676 Long options NEED -- as starting char 27 년 전
heap.inc cb3d2ac4f3 * FreeMem(p) is ignored if p is NIL, instead of throwing an 26 년 전
heaph.inc 88b7b037b2 + new heap manager supporting delphi freemem(pointer) 26 년 전
heaptrc.pp 88b7b037b2 + new heap manager supporting delphi freemem(pointer) 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 27 년 전
makefile.inc 01aceb4f07 + qword/int64: lo/hi/swap 26 년 전
mathh.inc de0a5038f9 * splitted default_extended from support_extended 27 년 전
objects.pp 32603fd4b2 * fixed freeall 26 년 전
objpas.inc 8e642be78a * fixed methodname/address: the loops must go from 0 to ...^.count-1 26 년 전
objpash.inc 793b28882f * classes vmt changed to only positive addresses 26 년 전
readme 9a21e0d1e2 + generic.inc added 26 년 전
real2str.inc a4b08bdef9 * small speed improvements 26 년 전
rtti.inc cd56bb15c3 *** empty log message *** 27 년 전
sockets.inc 06c7d3233f + Fixed Connect call 26 년 전
socketsh.inc 06c7d3233f + Fixed Connect call 26 년 전
sstrings.inc ebd738f2f5 * removed temp defines 26 년 전
strings.pp 7865673a04 * Joined strings and sysutils 26 년 전
stringsi.inc 244a1b5815 * fixed strlcat 26 년 전
system.inc 6eafc25151 * *errorproc are not procvars instead of pointers which allows better 26 년 전
systemh.inc 6eafc25151 * *errorproc are not procvars instead of pointers which allows better 26 년 전
text.inc 1a27ce8a2d * inoutres 103 for closed files, just like delphi 26 년 전
textrec.inc 4620a73a9b * FPC_ names 27 년 전
typefile.inc efaf241dba * more temp symbols removed 27 년 전
ucomplex.pp 36e6db8f40 + complex.pp replaced by ucomplex.pp 27 년 전

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.