florian 9639c8c810 + lineinfo support for win64 19 years ago
..
aliases.inc 5cafc069b5 + Removed NOSAVEREGISTERS define 20 years ago
astrings.inc 72b75a627a * fixed another bug in fpc_ansistr_append_ansistring in case source = dest 19 years ago
cgeneric.inc 5b9f58ef73 * reverted r2037 because of braindead "out" semantics for refcounted 19 years ago
cgenmath.inc 0c8c95c334 * older Solaris doesn't have trunc in libc 19 years ago
cgenstr.inc 4ace790492 * remove $Log 20 years ago
charset.pp 790a4fe2d3 * log and id tags removed 20 years ago
cmem.pp fccc19aa5c + Removed HASGETHEAPSTATUS HASGETFPCHEAPSTATUS defines 20 years ago
compproc.inc a77f503a30 * optimize multiple concats for ansi/widestring 19 years ago
crt.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 years ago
crth.inc 23ad0ae1ec + Removed HASINTF and VER1_0 defines 20 years ago
ctypes.pp 790a4fe2d3 * log and id tags removed 20 years ago
dos.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 years ago
dosh.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 years ago
dynarr.inc 9d7ac02696 * fixed tb0488 on unix platforms (missing cwstring uses) 20 years ago
dynarrh.inc c5f82ba6de + (ole)variant<->error type conversion 20 years ago
dynlibs.pp 790a4fe2d3 * log and id tags removed 20 years ago
elfres32.inc 1b6364ceba * fixed fillchar parameters 20 years ago
except.inc 0089de9428 * improved exception handling code 19 years ago
fexpand.inc 88a8aa31d9 * Slight optimization (constant instead of variable in assignment) 19 years ago
file.inc 9566255122 * allow out file parameters 19 years ago
filerec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 20 years ago
generic.inc 2d3c01d83a * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 19 years ago
genmath.inc 4c3fb9ae00 * frexp has out instead of var parameter 19 years ago
genset.inc 93ba0409be + Removed HASCOMPILERPROC define 20 years ago
genstr.inc 4ace790492 * remove $Log 20 years ago
genstrs.inc 4ace790492 * remove $Log 20 years ago
getopts.pp 653f4b465d * fixed some typecasts of pointers to Longint for 64 bit architectures (Linux and generic parts of the RTL only) 20 years ago
heap.inc 4b7f51b0aa * fixed uninitialized var 19 years ago
heaph.inc fccc19aa5c + Removed HASGETHEAPSTATUS HASGETFPCHEAPSTATUS defines 20 years ago
heaptrc.pp ad14231358 * fix for OS/2 - StackTop is a pointer now 19 years ago
innr.inc 2d3c01d83a * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 19 years ago
int64.inc bd27a09918 * changed record typecast into shift to avoid q3 becoming not 19 years ago
keyboard.inc 4ace790492 * remove $Log 20 years ago
keybrdh.inc 4ace790492 * remove $Log 20 years ago
keyscan.inc 56d3bf1403 + Keyboard unit overhaul 19 years ago
lineinfo.pp 9639c8c810 + lineinfo support for win64 19 years ago
lstrings.pp 790a4fe2d3 * log and id tags removed 20 years ago
macpas.pp 718d697498 * ifdef powerpc -> ifdef cpupowerpc 19 years ago
makefile.inc 375d7711b8 * widestr->shortstr fixed 20 years ago
mathh.inc 89f8474388 * unified and moved some win32/win64 stuff 19 years ago
matrix.pp 4ace790492 * remove $Log 20 years ago
mmatimp.inc 1b36a0b437 + Add a matrix unit I wrote some time ago 21 years ago
mouse.inc d19c95db8f * various bugfixes 19 years ago
mouseh.inc 4ace790492 * remove $Log 20 years ago
mvecimp.inc 1b36a0b437 + Add a matrix unit I wrote some time ago 21 years ago
objects.pp 790a4fe2d3 * log and id tags removed 20 years ago
objpas.inc f86ee115d8 * more fixes for 64 bit compilation after Peter's changes 19 years ago
objpash.inc f86ee115d8 * more fixes for 64 bit compilation after Peter's changes 19 years ago
pagemem.pp 4ace790492 * remove $Log 20 years ago
printer.inc 4ace790492 * remove $Log 20 years ago
printerh.inc 4ace790492 * remove $Log 20 years ago
readme 13db04fb8b * small cleanup of commented code (merged) 24 years ago
real2str.inc 9a08cdccf0 * several changes of var parameters into out parameters to avoid 19 years ago
resh.inc e864a12528 + loading of components from resources 20 years ago
rtti.inc 7bff61ce29 * patch from Ales Katona to add a stack size parameter to tthread functions 20 years ago
sockets.inc bb9629decc * fixed broken sockets.inc 20 years ago
socketsh.inc dfacac4657 * fixed SOCK_* for SunOS 19 years ago
sockovl.inc 4ace790492 * remove $Log 20 years ago
softfpu.pp 93ba0409be + Removed HASCOMPILERPROC define 20 years ago
sstrings.inc 9a08cdccf0 * several changes of var parameters into out parameters to avoid 19 years ago
stdsock.inc 4509209df7 * socketerror 19 years ago
strings.pp 790a4fe2d3 * log and id tags removed 20 years ago
stringsi.inc 9b9dd342c5 * fixed strpos() in case source or target is nil 19 years ago
sysres.inc c15d1b280f + Initial implementation of RTL resource support 20 years ago
system.fpd 50778076c3 initial import 20 years ago
system.inc 2d3c01d83a * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 19 years ago
systemh.inc 2d3c01d83a * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 19 years ago
text.inc 9d893195b5 * fixed potential buffer overflow in fpc_Write_Text_Char/ 19 years ago
textrec.inc 71318f202b + Removed FPC_HASUSERDATA32 define 20 years ago
thread.inc 1b4b42fdd6 * added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking 20 years ago
threadh.inc 367df58016 * stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms 20 years ago
threadvr.inc 859bb30daa + Removed HASTHREADVAR SUPPORT_THREADVAR defines 20 years ago
typefile.inc 9566255122 * allow out file parameters 19 years ago
ucomplex.pp 790a4fe2d3 * log and id tags removed 20 years ago
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated 19 years ago
variant.inc 380d3be22c * started to fix var. array -> dyn. array 20 years ago
varianth.inc 4084c4261d + more units for winx64 19 years ago
video.inc f009b5700a * Unix video unit character set conversion overhaul 19 years ago
videoh.inc f009b5700a * Unix video unit character set conversion overhaul 19 years ago
wstringh.inc b08eccdbf0 - reverted ansi2wide and wide2ansi changes, because they affect 19 years ago
wstrings.inc 9cd5a800af * check for nil in concat_multi 19 years ago

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.