fpc/rtl/inc
Jonas Maebe 275f02d058 * fixed ansistring append helpers so they preserve the terminating #0
* optimized SetLength() so that it uses reallocmem in case the refcount
    of the target string is 1
2002-10-20 12:59:21 +00:00
..
graph * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
aliases.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
astrings.inc * fixed ansistring append helpers so they preserve the terminating #0 2002-10-20 12:59:21 +00:00
charset.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
compproc.inc + ansistring_append* implemented 2002-10-17 12:43:00 +00:00
dynarr.inc + range checking for dyn. arrays 2002-10-09 20:24:30 +00:00
dynarrh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
dynlibs.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
except.inc * threads unit added for thread support 2002-10-14 19:39:16 +00:00
fexpand.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
file.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
filerec.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
generic.inc * avoid crashes with negative len counts on fills/moves 2002-10-20 11:51:54 +00:00
genmath.inc * round returns int64 2002-10-12 20:28:49 +00:00
genset.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
getopts.pp * merged fixes from version 1.0.x branch 2002-03-28 20:54:25 +00:00
heap.inc * threads unit added for thread support 2002-10-14 19:39:16 +00:00
heaph.inc * threads unit added for thread support 2002-10-14 19:39:16 +00:00
heaptrc.pp * bugfix of assigning to external filename output 2002-10-05 15:19:46 +00:00
innr.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
int64.inc - remove FPUInt64 variable 2002-09-07 21:21:42 +00:00
keyboard.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
keybrdh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
keyscan.inc + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
lineinfo.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
lstrings.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
makefile.inc - removed os_types 2002-09-07 21:22:31 +00:00
mathh.inc * round returns int64 2002-10-06 21:26:17 +00:00
mouse.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
mouseh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
objects.pp - removed OS depedencies 2002-10-09 16:10:14 +00:00
objpas.inc * 'inlined' some more calls 2002-10-19 15:53:20 +00:00
objpash.inc + tvarrec field vcurrency for compilers with hascurrency released 2002-09-26 14:43:24 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * fixed web bug #2131 2002-10-04 16:41:17 +00:00
rtti.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
sockets.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
socketsh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
softfpu.pp * bugfix for int64 to float conversion 2002-10-13 15:47:39 +00:00
sstrings.inc + Added check for nil buffer to setstring 2002-10-19 17:06:50 +00:00
strings.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
stringsi.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
system.inc * threads unit added for thread support 2002-10-14 19:39:16 +00:00
systemh.inc * threads unit added for thread support 2002-10-14 19:39:16 +00:00
text.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
textrec.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
thread.inc + More system-independent thread routines 2002-10-16 19:04:27 +00:00
threadh.inc + More system-independent thread routines 2002-10-16 19:04:27 +00:00
threadvar.inc + More system-independent thread routines 2002-10-16 19:04:27 +00:00
typefile.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
ucomplex.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
variant.inc + write(ln) support for variants added 2002-10-10 19:24:28 +00:00
varianth.inc + write(ln) support for variants added 2002-10-10 19:24:28 +00:00
video.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
videoh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
wstrings.inc + several widestring/pwidechar related helpers added 2002-10-10 16:08:50 +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.