fpc/rtl/inc
Jonas Maebe 48292584ae * clear inoutres in traceexit before writing anything (to avoid an RTE
when writing the heaptrc output when a program didn't handle ioresult)
    (merged from fixes branch)
2000-08-24 09:01:07 +00:00
..
graph + setallpalette hook 2000-08-12 12:27:13 +00:00
astrings.inc * fixed bug in setlength (it sometimes read after the end of the heap) 2000-08-24 07:37:21 +00:00
charset.pp + initial revision 2000-08-17 07:29:39 +00:00
dynlibs.pp + Implemented loading of dynamical libraries 2000-08-18 19:15:34 +00:00
except.inc + removed logs 2000-07-13 11:32:24 +00:00
file.inc + removed logs 2000-07-13 11:32:24 +00:00
filerec.inc + removed logs 2000-07-13 11:32:24 +00:00
generic.inc + FPC_STR_TO_CHARARRAY routine necessary for string -> chararray 2000-08-09 11:29:01 +00:00
getopts.pp + removed logs 2000-07-13 11:32:24 +00:00
heap.inc * smallatheapptr undef and other cleanup (merged) 2000-08-08 19:22:46 +00:00
heaph.inc + removed logs 2000-07-13 11:32:24 +00:00
heaptrc.pp * clear inoutres in traceexit before writing anything (to avoid an RTE 2000-08-24 09:01:07 +00:00
innr.inc + in_typeinfo_x added 2000-07-19 20:03:19 +00:00
int64.inc * fixed web bug1069 2000-07-28 12:29:49 +00:00
lineinfo.pp + removed logs 2000-07-13 11:32:24 +00:00
lstrings.pp + removed logs 2000-07-13 11:32:24 +00:00
makefile.inc + removed logs 2000-07-13 11:32:24 +00:00
mathh.inc + removed logs 2000-07-13 11:32:24 +00:00
objects.pp + removed logs 2000-07-13 11:32:24 +00:00
objpas.inc * Resolved CVS conflicts for TObject.MethodAddress patch 2000-07-22 14:52:01 +00:00
objpash.inc + Conditionals fixed 2000-07-14 10:33:09 +00:00
os_types.pp + removed logs 2000-07-13 11:32:24 +00:00
readme + generic.inc added 1999-05-31 21:59:58 +00:00
real2str.inc + removed logs 2000-07-13 11:32:24 +00:00
rtti.inc + removed logs 2000-07-13 11:32:24 +00:00
sockets.inc + removed logs 2000-07-13 11:32:24 +00:00
socketsh.inc + removed logs 2000-07-13 11:32:24 +00:00
sstrings.inc * fixed web bug1069 2000-07-28 12:29:49 +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 + Added some delphi compatibility types 2000-08-13 17:55:14 +00:00
systemh.inc + Added some delphi compatibility types 2000-08-13 17:55:14 +00:00
text.inc + Conditionals fixed 2000-07-14 10:33:09 +00:00
textrec.inc + removed logs 2000-07-13 11:32:24 +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
wstrings.inc * Implemented WideString helper functions (but they are not tested yet 2000-08-08 22:12:36 +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.