fpc/rtl/inc
Jonas Maebe a0b57eddb5 * new internal set format for big endian systems. Advantages:
* varsets ({$packset x}) are now supported on big endian targets
    * gdb now displays sets properly on big endian systems
    * cleanup of generic set code (in, include/exclude, helpers), all
      based on "bitpacked array[] of 0..1" now
  * there are no helpers available yet to convert sets from the old to
    the new format, because the set format will change again slightly
    in the near future (so that e.g. a set of 24..31 will be stored in
    1 byte), and creating two classes of set conversion helpers would
    confuse things (i.e., it's not recommended to use trunk currently for
    programs  which load sets stored to disk by big endian programs compiled
    by previous FPC versions)
  * cross-endian compiling has been tested and still works, but one case
    is not supported: compiling a compiler for a different endianess
    using a starting compiler from before the current revision (so first
    cycle natively, and then use the newly created compiler to create a
    cross-compiler)

git-svn-id: trunk@7395 -
2007-05-19 17:15:15 +00:00
..
aliases.inc
astrings.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +00:00
cgeneric.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
cgenmath.inc * more "real" fixes 2006-09-17 21:44:20 +00:00
cgenstr.inc
charset.pp
cmem.pp * fixed for win64 2006-09-07 17:34:24 +00:00
compproc.inc * new internal set format for big endian systems. Advantages: 2007-05-19 17:15:15 +00:00
crt.inc
crth.inc
ctypes.pp * fixed long type and derivates for win64 2006-11-16 20:39:00 +00:00
dos.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
dosh.inc
dynarr.inc + start of embedded rtl 2006-12-17 18:40:36 +00:00
dynarrh.inc
dynlibs.pas * Renamed dynlibs.pas 2007-02-23 11:06:37 +00:00
elfres32.inc * Small optimization. 2006-11-10 10:20:38 +00:00
except.inc * Optimization for code size. It saves 1.5KB for ARM and 0.5KB for i386. 2006-11-11 13:26:09 +00:00
fexpand.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
file.inc * allow out file parameters 2006-03-01 10:18:47 +00:00
filerec.inc
generic.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +00:00
genmath.inc * ensure that qword_to_double is calculated using doubles 2007-01-23 21:06:46 +00:00
genset.inc * new internal set format for big endian systems. Advantages: 2007-05-19 17:15:15 +00:00
genstr.inc
genstrs.inc
getopts.pp * getopts fix from Bram Kuijvenhoven 2006-05-06 08:12:58 +00:00
heap.inc * SHOW_MEM_USAGE define to always show maximum heap size used/allocated, independent of DUMP_MEM_USAGE 2007-05-13 12:34:16 +00:00
heaph.inc * fix performance regression in binary-trees benchmark 2007-04-30 15:29:07 +00:00
heaptrc.pp Patch from Vincent Snijders, sent to fpc-devel 2007-04-10 22:14:47 +00:00
innr.inc + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34:01 +00:00
int64.inc * changed record typecast into shift to avoid q3 becoming not 2006-04-09 18:21:35 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc + Keyboard unit overhaul 2006-01-31 10:26:25 +00:00
lineinfo.pp Fixed lineinfo compilation with -gl 2006-12-26 19:27:45 +00:00
lnfodwrf.pp * DWARF debug lineinfo reader 2006-12-17 23:11:25 +00:00
lstrings.pp
macpas.pp + brotl, brotr and bnot functions for macpas mode + tests 2007-03-16 16:01:26 +00:00
makefile.inc
mathh.inc * correct masking of exceptions in genmath code 2007-01-14 10:44:10 +00:00
matrix.pp * cosmetic - trash at the end removed 2006-05-24 22:51:23 +00:00
mmatimp.inc * Tidy indentation 2006-10-18 19:44:24 +00:00
mouse.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
mouseh.inc
mvecimp.inc
objects.pp * force stackframes for foreach,firstthat,lastthat 2006-10-18 20:31:25 +00:00
objpas.inc * added the new CLONE_* constants from syscall clone 2007-02-28 22:26:42 +00:00
objpash.inc * make sure the size of tinterfaceentry is correct, regardless of 2007-02-21 19:26:09 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * fixed mantis 8434 (wrong precision used in case of |number| < 1, 2007-03-01 14:30:55 +00:00
resh.inc * patch for #8375 from Roozbeh Gholizadeh 2007-02-23 19:35:35 +00:00
rtti.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
sockets.inc * make it work on non-unix too... 2007-05-12 10:30:45 +00:00
socketsh.inc * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 2007-05-13 19:13:43 +00:00
sockovl.inc * fix missing socketerror discrepancy 2007-05-12 10:24:58 +00:00
softfpu.pp * fixed softfloat trunc 2007-01-28 09:52:20 +00:00
sstrings.inc * reject 0x#0 and variations in val function 2007-04-23 07:43:51 +00:00
stdsock.inc * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 2007-05-13 18:30:24 +00:00
strings.pp
stringsi.inc * fixed strpos() in case source or target is nil 2005-12-09 14:57:10 +00:00
sysres.inc
system.fpd
system.inc * fixed swap(integer) due to counter-intuitive TP/Delphi compatible 2007-03-08 22:30:12 +00:00
systemh.inc * added uint64 alias 2007-05-15 05:41:02 +00:00
text.inc + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34:01 +00:00
textrec.inc
thread.inc * cleanup of rtlevents, remove startwait due to persistance guarantee 2007-01-08 19:11:07 +00:00
threadh.inc * Increase type safety: PRTLevent=type pointer; 2007-02-24 09:53:19 +00:00
threadvr.inc
typefile.inc * fixed web bug tw4954 (warning when reading from a typed file) 2006-05-29 09:54:42 +00:00
ucomplex.pp * improved complex / operator by Dimitrios Apostolou 2006-11-07 21:09:57 +00:00
varerror.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
variant.inc * fixed real:=variant for non-x86 2007-03-14 17:04:15 +00:00
varianth.inc * made vararrays working on win64 2007-02-16 20:12:34 +00:00
video.inc + Correct behaviour when initialization fails. 2006-06-11 09:00:19 +00:00
videoh.inc * Unix video unit character set conversion overhaul 2006-04-17 12:39:02 +00:00
wstringh.inc * more consitent space and case usage 2006-05-09 20:37:22 +00:00
wstrings.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +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.