fpc/rtl/inc
2001-07-31 19:36:09 +00:00
..
graph * GetMaxMode() now returns a smallint instead of a word (since the type 2001-06-01 11:13:22 +00:00
astrings.inc * merged textfile, readlink and concat ansistring fixes 2001-07-10 18:04:37 +00:00
charset.pp * a lot of small changes: 2000-10-21 18:20:17 +00:00
dynarr.inc + made the ref. couting MT safe 2001-05-27 14:28:44 +00:00
dynlibs.pp + Implemented loading of dynamical libraries 2000-08-18 19:15:34 +00:00
except.inc * remove warnings 2001-04-13 22:26:32 +00:00
fexpand.inc * yet another fix for FExpand under Unix 2001-04-09 19:28:40 +00:00
file.inc * v10 merges 2001-06-27 21:37:36 +00:00
filerec.inc + removed logs 2000-07-13 11:32:24 +00:00
generic.inc * m68k updates merged 2001-07-29 13:49:15 +00:00
genmath.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
genrtti.inc * ansistr fix merged 2001-06-28 19:18:57 +00:00
genset.inc * v10 merges 2001-06-27 21:37:36 +00:00
getopts.pp * patch from bug repository 2001-01-11 18:38:24 +00:00
heap.inc * fixed wrong typed constant procvars in preparation of my fix which will 2001-06-06 17:20:21 +00:00
heaph.inc + removed logs 2000-07-13 11:32:24 +00:00
heaptrc.pp * m68k updates merged 2001-07-29 13:43:57 +00:00
innr.inc + in_typeinfo_x added 2000-07-19 20:03:19 +00:00
int64.inc * m68k updates 2001-04-23 18:25:44 +00:00
keyboard.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
keybrdh.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
lineinfo.pp * m68k updates merged 2001-07-29 13:43:57 +00:00
lstrings.pp + removed logs 2000-07-13 11:32:24 +00:00
makefile.inc + Merged from fixbranch 2000-10-01 13:17:35 +00:00
mathh.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
mouseh.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
objects.pp * wordrec for big endian 2001-07-31 19:36:09 +00:00
objpas.inc + made the ref. couting MT safe 2001-05-27 14:28:44 +00:00
objpash.inc * fixes for the stricter compiler 2001-04-13 23:49:48 +00:00
os_types.pp * Renamefest 2000-11-13 13:40:03 +00:00
readme + generic.inc added 1999-05-31 21:59:58 +00:00
real2str.inc * m68k updates merged 2001-07-29 13:49:15 +00:00
rtti.inc * m68k updates 2001-04-23 18:25:44 +00:00
sockets.inc + removed logs 2000-07-13 11:32:24 +00:00
socketsh.inc * Win32 fixes for Makefile so it doesn't require sh.exe 2001-06-06 21:58:16 +00:00
sstrings.inc * various widestring updates, it works now mostly without charset 2001-07-08 21:00:14 +00:00
strings.pp + removed logs 2000-07-13 11:32:24 +00:00
stringsi.inc + removed logs 2000-07-13 11:32:24 +00:00
system.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
systemh.inc * Either I did something wrong, or Peter's merge killed wchar decl. Fixed. 2001-07-31 08:57:22 +00:00
text.inc * really fixed write_array this time :/ (merged) 2001-07-21 15:53:28 +00:00
textrec.inc + removed logs 2000-07-13 11:32:24 +00:00
threadh.inc *** empty log message *** 2001-01-26 16:37:54 +00:00
typefile.inc + removed logs 2000-07-13 11:32:24 +00:00
ucomplex.pp + removed logs 2000-07-13 11:32:24 +00:00
video.inc * API 2 RTL 2001-01-13 11:13:12 +00:00
videoh.inc * fixed wrong typed constant procvars in preparation of my fix which will 2001-06-06 17:20:21 +00:00
wstrings.inc * fixed wrong public alieases for val(widestring,...) 2001-07-16 12:33:08 +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).

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.