fpc/rtl
2017-01-04 05:01:53 +00:00
..
aarch64 * replaced AArch64 setjmp/longjmp code initially taken from NetBSD with 2015-02-25 19:34:42 +00:00
aix * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
amicommon sysutils: enable FINDHANDLE_IS_POINTER for Amiga-like systems and Atari. this allows to remove some Pointer<->THandle casts from the amicommon code 2016-12-27 03:23:54 +00:00
amiga m68k: Test68000/Test68881 support boilerplate and special support for Amiga 2016-12-24 21:11:06 +00:00
android * Undid last commit 2016-09-10 12:12:39 +00:00
arm + cpu unit for arm (linux only so far) 2016-03-06 13:33:20 +00:00
aros AROS: ABIv1 AmigaDOS unit 2016-12-04 16:58:59 +00:00
atari atari: return a valid filehandle in do_open(). this code accidentally worked before with -O2, because the way the reg uses overlapped, but failed with -O-... 2017-01-04 04:53:41 +00:00
avr * interlocked methods with smallint parameters, resolves #31158 2016-12-31 19:42:47 +00:00
beos * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
bsd * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
charmaps
darwin - removed double compilation commands for two units 2016-12-18 13:57:19 +00:00
dragonfly * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
embedded * enable more feature on avr, as long as no pascal level file I/O is used, this does not hurt 2016-11-26 19:44:55 +00:00
emx * fix for bug #24504 (extended version of patch by Bart Broersma) 2016-11-08 22:16:49 +00:00
freebsd * allow to set value on cmdline since llvm versions don't work atm. 2016-12-10 15:04:32 +00:00
gba * patch from #30405, fix build after executeprocess merges. 2016-12-24 19:42:55 +00:00
go32v2 * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
haiku * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
i386 merged i386 int64 mod helper fix by Max Nazhalov (Mantis 30240) 2016-07-03 21:20:07 +00:00
i8086 + added 16-bit versions of the InterLocked* functions for i8086 2016-12-18 00:17:10 +00:00
inc rtti: make aligntoqword to always align to the same size as typinfo/AlignTypeData. this fixes m68k crashes in RTTI after r35218 2017-01-04 05:01:53 +00:00
java * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
jvm * initialise for-loop variables before the loop 2016-11-09 19:51:39 +00:00
linux * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
m68k m68k: fix frame pointer register on atari, and a few other non-amiga systems 2016-12-27 17:09:06 +00:00
macos * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
mips + MIPS: Assembler implementation of FillChar 2014-09-15 19:41:34 +00:00
mipsel
morphos morphos: take two on the Pascal startup code. this version works as a drop-in replacement for the asm one, and doesn't need system unit patching. this will be important when linking against LibC and when the approach gets ported to other Amiga-like platforms 2016-12-04 14:02:01 +00:00
msdos * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
nativent * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
nds * patch from #30405, fix build after executeprocess merges. 2016-12-24 19:42:55 +00:00
netbsd * fix uuchar rule for file to compile outside default directory, also for NetBSD. OpenBSD was already ok 2016-11-11 14:51:20 +00:00
netware * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
netwlibc * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
objpas * take care of the fact that there are 32 bit abis (e.g. ARMHF) which align qword on 8 byte boundaries, resolves issue #31132 2016-12-30 15:32:56 +00:00
openbsd * patch to increase ino and time_t to 64-bit, mantis #30314 2016-07-09 19:57:22 +00:00
os2 * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
palmos * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
powerpc powerpc: MorphOS recently started supporting the G5s, and it runs the G5s in non-G4-compatible mode much like Linux, therefore the DCBZ code seems to fail on them. So disable DCBZ usage for MorphOS as well. 2015-06-20 22:51:53 +00:00
powerpc64 * disable out big endian-specific helpers for ppc64le 2015-03-14 18:36:23 +00:00
qnx * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
solaris * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
sparc * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
symbian * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
ucmaps * added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase 2015-02-07 11:30:39 +00:00
unix * FileOpen should not open directories (Windows compatible) Bug ID #30766 2016-12-04 12:41:57 +00:00
watcom * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
wii * regenerated makefiles with latest fpcmake 2016-06-18 01:00:45 +00:00
win * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64 2016-12-03 23:35:20 +00:00
win16 * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896 2016-11-17 22:05:17 +00:00
win32 * build unit update 2016-12-30 15:25:23 +00:00
win64 * patch by Dmitry Boyarintsev (bug #31023) implementing SysSetCtrlBreakHandler for Win32 and Win64 2016-12-03 23:35:20 +00:00
wince * more occured -> occurred spelling fixes. 2016-12-14 20:05:21 +00:00
x86_64 * comment spelling fix (modifed->modified) 2016-12-13 12:50:38 +00:00
COPYING.FPC
COPYING.txt * updated FSF address (mantis #30198, patch by Paul Gevers) 2016-10-02 12:56:59 +00:00
fpmake.inc * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
fpmake.pp * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
Makefile arm-aros: enabled basic AROS on ARM build 2016-11-06 14:40:02 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
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).

The following directories are not supported officially and may not work
correctly with FreePascal v1.0:

go32v1 - The DJGPP go32v1 DOS extender (no longer supported)
palmos - The PalmOS directory for the Dragonball (incomplete)


Enjoy.