fpc/rtl/inc
Jonas Maebe c91a23c27d * new constant handling: from now on, hex constants >$7fffffff are
parsed as unsigned constants (otherwise, $80000000 got sign extended
    and became $ffffffff80000000), all constants in the longint range
    become longints, all constants >$7fffffff and <=cardinal($ffffffff)
    are cardinals and the rest are int64's.
  * added lots of longint typecast to prevent range check errors in the
    compiler and rtl
  * type casts of symbolic ordinal constants are now preserved
  * fixed bug where the original resulttype wasn't restored correctly
    after doing a 64bit rangecheck
2000-12-07 17:19:42 +00:00
..
graph * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
astrings.inc * changed ver1_0 defines to temporary defs 2000-11-06 20:34:24 +00:00
charset.pp * a lot of small changes: 2000-10-21 18:20:17 +00:00
dynarr.inc * fixed some bugs in setlength 2000-12-01 23:30:00 +00:00
dynlibs.pp + Implemented loading of dynamical libraries 2000-08-18 19:15:34 +00:00
except.inc * Added 'RaiseProc': A user-definable callback procedure which gets 2000-09-30 07:38:07 +00:00
fexpand.inc + common FExpand introduced 2000-11-06 20:36:17 +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 + Merged from fixbranch 2000-10-01 13:17:35 +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 * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
innr.inc + in_typeinfo_x added 2000-07-19 20:03:19 +00:00
int64.inc * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
lineinfo.pp * Renamefest 2000-11-13 13:40:03 +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 * a lot of small changes: 2000-10-21 18:20:17 +00:00
objects.pp * Renamefest 2000-11-13 13:40:03 +00:00
objpas.inc * interfaces basically running 2000-11-12 23:23:34 +00:00
objpash.inc + AfterConstruction and BeforeDestruction implemented 2000-11-07 23:42:21 +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 + removed logs 2000-07-13 11:32:24 +00:00
rtti.inc * a lot of small changes: 2000-10-21 18:20:17 +00:00
sockets.inc + removed logs 2000-07-13 11:32:24 +00:00
socketsh.inc * Renamefest 2000-11-13 13:40:03 +00:00
sstrings.inc * fix for web bug #1265 by Peter (merged) 2000-11-23 11:41:56 +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 * support for range checking when converting from 64bit to something 2000-11-13 14:47:46 +00:00
systemh.inc * new constant handling: from now on, hex constants >$7fffffff are 2000-12-07 17:19:42 +00:00
text.inc * fix for web bug #1210 from Peter (merged) 2000-11-23 13:14:02 +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 * removed some warnings 2000-11-06 23:17:15 +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.