fpc/rtl/inc
Jonas Maebe 7ec9dc5bc9 * fixed unix CompareWideString to not treat null characters inside
a widestring as end-of-string + test (which fails on Darwin/FreeBSD
    in utf-8/utf-16 locales, because their libc's wcscoll is documented
    as only working in single-byte locales and falling back to wcscmp
    for others)

git-svn-id: trunk@9416 -
2007-12-08 16:00:09 +00:00
..
aliases.inc
astrings.inc
cgeneric.inc * actually assign result of strncmp to comparechar0 result 2007-11-12 21:26:07 +00:00
cgenmath.inc * don't use libc round/trunc/cos/... if FPC_HAS_TYPE_EXTENDED, because 2007-11-11 19:10:34 +00:00
cgenstr.inc
charset.pp
cmem.pp * Fixed warnings and notes. 2007-11-01 15:55:54 +00:00
compproc.inc
crt.inc
crth.inc
ctypes.pp * make clongdouble only a double on win64 and wince, on win32 we follow gcc 2007-11-03 21:47:29 +00:00
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlibs.pas
elfres32.inc
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * fixed CompareChar0, resolves #10151 2007-11-12 20:01:57 +00:00
genmath.inc
genset.inc
genstr.inc
genstrs.inc
getopts.pp
heap.inc
heaph.inc
heaptrc.pp * Fixed warnings. 2007-11-03 10:36:27 +00:00
innr.inc + inline abs(<longint>) on x86 2007-11-25 18:54:40 +00:00
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * Fixed warnings and notes. 2007-11-01 15:45:33 +00:00
lnfodwrf.pp * return previous line that contains the call when we have found the address 2007-11-02 21:20:16 +00:00
lstrings.pp
macpas.pp
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc * CompareText for shortstrings added 2007-12-02 18:36:20 +00:00
objpash.inc
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
resh.inc
rtti.inc
sockets.inc
socketsh.inc
sockovl.inc
softfpu.pp * disabled float128 2007-11-04 14:41:51 +00:00
sstrings.inc * CompareText for shortstrings added 2007-12-02 18:36:20 +00:00
stdsock.inc
strings.pp * forgotten commit (part of last commit) 2007-10-21 17:41:26 +00:00
stringsi.inc
sysres.inc
system.fpd
system.inc * add DumpExceptionBackTrace 2007-11-02 22:08:17 +00:00
systemh.inc * CompareText for shortstrings added 2007-12-02 18:36:20 +00:00
text.inc * fixed writestr io-check comment 2007-11-03 17:05:47 +00:00
textrec.inc
thread.inc * refactored SysResetFPU into SysInitFPU and SysResetFPU 2007-10-28 12:06:49 +00:00
threadh.inc
threadvr.inc * win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll 2007-11-01 21:59:43 +00:00
typefile.inc
ucomplex.pp
ufloat128.pp * continued to work on float128 stuff 2007-11-03 21:41:54 +00:00
varerror.inc
variant.inc
varianth.inc
video.inc
videoh.inc
wstringh.inc
wstrings.inc * preparations for unicodestring support in the rtl 2007-12-02 22:33:56 +00:00
wustrings.inc * fixed unix CompareWideString to not treat null characters inside 2007-12-08 16:00:09 +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.