florian 4de8ca8393 * fpcr and fpsr are 64 bit on aarch64 4 лет назад
..
aarch64 4de8ca8393 * fpcr and fpsr are 64 bit on aarch64 4 лет назад
aix 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
amicommon 50cb5707ef amiga: check if P is nil while processing params. this should never happen, except sometimes in real world it still happens. so lets be defensive about it 4 лет назад
amiga 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
android 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
arm d712c64236 * thumb2: Optimize fillchar a bit more with a wider inner loop chunk size 4 лет назад
aros 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
atari 8f61df817a atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 4 лет назад
avr 1e4dc56155 * inlinable frame handling dummies for avr 5 лет назад
beos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
bsd d8021a1102 + FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441) 4 лет назад
charmaps 748428b637 + support the KOI8-R and KOI8-U Cyrillic encodings 8 лет назад
darwin d0b1402e10 * fix for Mantis #37252: apply patch by Bi0T1N to implement TThread.NameThreadForDebugging for Mac OS X 10.6 and newer (older versions don't provide the required functions) 4 лет назад
dragonfly 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
embedded 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
emx 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
freebsd 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
freertos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
gba 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
go32v2 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
haiku 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
i386 de62cb8b02 * do not execute xend twice which was introduced in r48430 5 лет назад
i8086 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
inc 1e1848da92 * fix exception generation in ln(...), resolves #38832 4 лет назад
java 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
jvm ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 лет назад
linux 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
m68k 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
macos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
mips 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
mipsel ff86c80176 * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 8 лет назад
morphos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
msdos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
msxdos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
nativent 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
nds 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
netbsd 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
netware 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
netwlibc 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
objpas 5cde6facdb * Patch from Werner Pamler to fix count of digits in periods 4 лет назад
openbsd 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
os2 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
palmos 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
powerpc 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
powerpc64 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
qnx 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
riscv32 d399df83ba * RiscV32: fpc_longjmp needs nostackframe directive 4 лет назад
riscv64 d399df83ba * RiscV32: fpc_longjmp needs nostackframe directive 4 лет назад
sinclairql 53674e387f sinclairql: include qdosh.inc directly. this will allow easier sharing of qdosfuncs.inc with the qlunits package 4 лет назад
solaris 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
sparc 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
sparc64 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
symbian 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
ucmaps 748428b637 + support the KOI8-R and KOI8-U Cyrillic encodings 8 лет назад
unix d0b1402e10 * fix for Mantis #37252: apply patch by Bi0T1N to implement TThread.NameThreadForDebugging for Mac OS X 10.6 and newer (older versions don't provide the required functions) 4 лет назад
wasi 711efc3e3a + started working on the SysUtils unit for the WASI platform 4 лет назад
wasm32 cfc9838349 * fixed compilation of the embedded target 5 лет назад
watcom 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
wii 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
win 8ad6271fa1 * avoid rangecheck mantis 0038791 4 лет назад
win16 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
win32 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
win64 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
wince 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
x86_64 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
xtensa 3362abb30c * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 5 лет назад
z80 ac5093274d + add support for port object on Z80 using the new IN/OUT intrinsics 5 лет назад
zxspectrum 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 лет назад
COPYING.txt e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 9 лет назад
Makefile 500e29e5e2 * regenerated with FreeBSD/AArch64 support 4 лет назад
Makefile.fpc 8f376d1be9 + added WASI to the main RTL makefile 5 лет назад
README.txt c1f368f8d9 rtl: removed the long obsolete README section mentioning FPC 1.0 8 лет назад
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 11 лет назад
fpmake.pp f9672b53a2 - removed old float-to-string and string-to-float conversion code 5 лет назад

README.txt

This is the Run-Time Library (RTL) tree for Free Pascal.

To recompile the RTL, edit the main makefile. The makefiles NEED a GNU make
compatible make, they need unix-like 'rm' and 'mv' commands, as well as some
others. You can find these in the gnuutils package on the ftp site.

The main makefile is located ABOVE the RTL tree. It uses the FPC
makefile.fpc to guess reasonable defaults for everything it needs.
(these files can be found in base.zip on the FTP site)

The only variable that you may want to set are
FPC - What compiler to use. Use an absolute path.
(default is ppc386)
INSTALL_UNITDIR - Where to install the RTL units
OPT - any special options you want to set for the compiler.

In principle, you can also descend into the subdirectory of your OS, and
type 'make' there, that should also compile everything.

The tree contains subdirectories for all the supported operating systems,
as well as all processor architectures. The processor directories contain
low-level routines which are required for the system unit (if they are not
available in high-level language form), as well as optimized versions of
the pascal generic routines (the generic routine source code is localed in
the inc subdirectory).

Enjoy.