fpc/rtl/inc
2004-08-31 12:23:53 +00:00
..
graph
aliases.inc
astrings.inc * remove maxlen field from ansistring/widestrings 2004-07-12 17:58:19 +00:00
cgeneric.inc * use some more string routines from libc if FPC_USE_LIBC is used 2004-05-01 15:26:33 +00:00
cgenstr.inc * made strlen wrapper inline 2004-08-24 11:49:56 +00:00
charset.pp
cmem.pp * fixed reallocmem (bug noted by Vincent Snijders) 2004-05-05 13:00:43 +00:00
compproc.inc * remove comment warnings 2004-05-31 14:31:57 +00:00
crth.inc fix compile for 1.0.x 2004-06-17 14:51:38 +00:00
dosh.inc * another global var to threadvar change, plus CVS log added 2004-05-03 18:00:24 +00:00
dynarr.inc * removed warnings 2004-05-31 20:25:04 +00:00
dynarrh.inc * removed warnings 2004-05-31 20:25:04 +00:00
dynlibs.pp + Fix for bug #3164 by Michalis Kamburelis 2004-06-13 09:34:52 +00:00
except.inc * exception addr record size for 64 bit systems fixed 2004-04-27 18:47:51 +00:00
fexpand.inc * description of individual conditional defines added 2004-05-29 18:25:21 +00:00
file.inc * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
filerec.inc
generic.inc + several unicode (to/from utf-8 conversion) stuff added 2004-07-18 20:21:44 +00:00
genmath.inc * removed warnings 2004-05-31 20:25:04 +00:00
genset.inc
genstr.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
genstrs.inc
getopts.pp * several 64 bit issues fixed 2004-02-22 16:48:39 +00:00
heap.inc * changed formatting to conform to the rest of the compiler/rtl 2004-08-10 18:58:36 +00:00
heaph.inc * readded support for ReturnIfGrowHeapFails 2004-06-29 20:50:32 +00:00
heaptrc.pp fixed go32v2 compile 2004-06-20 09:24:40 +00:00
innr.inc * updated according to compiler/compinnr.inc 2004-07-05 21:59:18 +00:00
int64.inc * shr/shl use and 63 for the shift value 2004-05-23 14:09:43 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * ordinal-pointer conversions fixed 2004-04-28 20:48:20 +00:00
lstrings.pp
macpas.pp + added assigning op which converts FourCharCode to LongWord 2004-08-19 13:25:56 +00:00
makefile.inc
mathh.inc
matrix.pp * Doesn't compile with 1.0 :( 2004-07-08 10:16:21 +00:00
mmatimp.inc + Add a matrix unit I wrote some time ago 2004-07-07 14:12:51 +00:00
mouse.inc * ptrint fixes 2004-05-01 20:52:29 +00:00
mouseh.inc
mvecimp.inc + Add a matrix unit I wrote some time ago 2004-07-07 14:12:51 +00:00
objects.pp * bugfix with file sharing modes. They are now kept, as is the case in BP. 2004-08-26 22:58:01 +00:00
objpas.inc * fixed tobject.dispatch for 64 bit cpus 2004-04-29 21:33:22 +00:00
objpash.inc * vtype changed to ptrint 2004-04-28 19:52:41 +00:00
readme
real2str.inc * removed warnings 2004-05-31 20:25:04 +00:00
rtti.inc * sparc uses wait4 as well 2004-08-18 21:03:35 +00:00
sockets.inc
socketsh.inc * sockaddr is now a union between the old and new struct as grace period 2004-03-16 19:15:57 +00:00
sockovl.inc * new files sockets changes 2004-03-16 18:04:27 +00:00
softfpu.pp
sstrings.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
stdsock.inc * Now working under Darwin 2004-03-18 16:12:14 +00:00
strings.pp * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
stringsi.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
system.inc * fixed compilation with 1.0.x 2004-08-31 12:23:53 +00:00
systemh.inc no message 2004-08-29 10:23:12 +00:00
text.inc * prefixed write[buffer|blanks] with fpc_ and made them externally visible 2004-08-20 10:04:39 +00:00
textrec.inc * unix thandle is always 32bit 2004-05-18 20:16:23 +00:00
thread.inc * wrappers and nothread prototypes for the basic* functions 2004-05-23 20:26:20 +00:00
threadh.inc * wrappers and nothread prototypes for the basic* functions 2004-05-23 20:26:20 +00:00
threadvr.inc
typefile.inc * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
ucomplex.pp
variant.inc * sparc uses wait4 as well 2004-08-18 21:03:35 +00:00
varianth.inc
video.inc
videoh.inc
wstrings.inc + several unicode (to/from utf-8 conversion) stuff added 2004-07-18 20:21:44 +00:00

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.