fpc/rtl/inc
Jonas Maebe a6cfe4083a + tempcreate/ref/delete nodes (allows the use of temps in the
resulttype and first pass)
  * made handling of read(ln)/write(ln) processor independent
  * moved processor independent handling for str and reset/rewrite-typed
    from firstpass to resulttype pass
  * changed names of helpers in text.inc to be generic for use as
    compilerprocs + added "iocheck" directive for most of them
  * reading of ordinals is done by procedures instead of functions
    because otherwise FPC_IOCHECK overwrote the result before it could
    be stored elsewhere (range checking still works)
  * compilerprocs can now be used in the system unit before they are
    implemented
  * added note to errore.msg that booleans can't be read using read/readln
2001-08-23 14:28:35 +00:00
..
graph * GetMaxMode() now returns a smallint instead of a word (since the type 2001-06-01 11:13:22 +00:00
aliases.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
astrings.inc * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the 2001-08-13 12:40:16 +00:00
charset.pp * a lot of small changes: 2000-10-21 18:20:17 +00:00
compproc.inc + tempcreate/ref/delete nodes (allows the use of temps in the 2001-08-23 14:28:35 +00:00
dynarr.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
dynarrh.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
dynlibs.pp + Implemented loading of dynamical libraries 2000-08-18 19:15:34 +00:00
except.inc + "compproc" helpers 2001-08-01 15:00:09 +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 + "compproc" helpers 2001-08-01 15:00:09 +00:00
genmath.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
genrtti.inc + "compproc" helpers 2001-08-01 15:00:09 +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 * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the 2001-08-13 12:40:16 +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 + "compproc" helpers 2001-08-01 15:00:09 +00:00
objpash.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
os_types.pp * Renamefest 2000-11-13 13:40:03 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +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 * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the 2001-08-13 12:40:16 +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 * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
systemh.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
text.inc + tempcreate/ref/delete nodes (allows the use of temps in the 2001-08-23 14:28:35 +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 * changed buf parameter of fpc_type_write from var to const 2001-08-06 14:13:55 +00:00
ucomplex.pp + removed logs 2000-07-13 11:32:24 +00:00
variant.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
varianth.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +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 * renamed some str(x,y) and val(x,y) helpers so the naming scheme is the 2001-08-13 12:40:16 +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.