fpc/rtl
2016-06-14 12:25:21 +00:00
..
aarch64 * replaced AArch64 setjmp/longjmp code initially taken from NetBSD with 2015-02-25 19:34:42 +00:00
aix * map ebusy and enotdir to error 5, mantis #25931 2016-03-17 21:15:44 +00:00
amicommon Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
amiga m68k-amiga: fixed wrong define to test against softfpu (oops...) 2016-05-11 07:09:53 +00:00
android * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
arm + cpu unit for arm (linux only so far) 2016-03-06 13:33:20 +00:00
aros Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
atari o basic extended pascal support: 2015-11-15 15:13:36 +00:00
avr Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence. 2015-11-22 00:37:10 +00:00
beos o basic extended pascal support: 2015-11-15 15:13:36 +00:00
bsd Use constref instead of const when passing TEntryInformation along 2016-06-11 20:45:47 +00:00
charmaps
darwin * fixed sysinit unit dependencies 2016-06-12 09:20:46 +00:00
dragonfly * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
embedded + define FPC_NO_DEFAULT_HEAP for the embedded target as well 2016-05-16 13:26:39 +00:00
emx o basic extended pascal support: 2015-11-15 15:13:36 +00:00
freebsd * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
gba o basic extended pascal support: 2015-11-15 15:13:36 +00:00
go32v2 * avoid FindFirst failing due to Attribute parameter bigger than $FF 2016-06-03 21:16:35 +00:00
haiku * fix for mantis #25931 return error 5 on EBUSY and ENOTDIR 2016-03-17 21:14:07 +00:00
i386 Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name 2016-06-11 20:38:22 +00:00
i8086 + implemented proper stack checking for the i8086 2016-05-24 23:57:47 +00:00
inc Fix usage of external resources on systems besides Darwin by moving the variable referencing FPC_RESLOCATION fon non-indirect entry information systems from system.inc back into intres.inc 2016-06-14 12:18:36 +00:00
java Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name 2016-06-11 20:38:22 +00:00
jvm * fixed version of fpc_pchar_length() for JVM (the generic one passes 2016-04-28 20:33:09 +00:00
linux Merge revision(s) 32484 from branches/svenbarth/packages 2016-06-12 16:49:56 +00:00
m68k m68k: a bunch of tweaks and improvements to assembly functions. higher move() speed on coldfire, disabled fillword implementation on CPUs not supporting unaligned access 2016-05-25 22:44:18 +00:00
macos * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
mips + MIPS: Assembler implementation of FillChar 2014-09-15 19:41:34 +00:00
mipsel
morphos Amicommon: Unified parameterhandling for Amiga, AROS, MorphOS 2016-04-17 15:31:18 +00:00
msdos Trial to clarify heap for i8086 issues: 2016-06-13 22:26:03 +00:00
nativent Regenerate NativeNT Makefile after recent Makefile.fpc changes in r33711, r33712 and r33713 2016-05-20 13:22:39 +00:00
nds o basic extended pascal support: 2015-11-15 15:13:36 +00:00
netbsd * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
netware o basic extended pascal support: 2015-11-15 15:13:36 +00:00
netwlibc o basic extended pascal support: 2015-11-15 15:13:36 +00:00
objpas * in SysUtils.DecodeDate(), cast the result of trunc() to longint (trunc 2016-06-10 19:39:44 +00:00
openbsd * fixed dependencies for lineinfo unit after r33007 2016-02-01 22:52:50 +00:00
os2 * fix compilation after UnicodeString ExecuteProcess related changes 2016-06-03 23:57:51 +00:00
palmos o basic extended pascal support: 2015-11-15 15:13:36 +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 * updated all the remaining makefiles that 'fpcmake -r' missed 2015-09-05 11:21:36 +00:00
solaris * fix for mantis #25931 return error 5 on EBUSY and ENOTDIR 2016-03-17 21:14:07 +00:00
sparc
symbian - get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) ) 2016-01-29 14:51:15 +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 * fixed (harmless) range error in 64 bit BSD-based RTLs 2016-05-21 14:48:32 +00:00
watcom * avoid FindFirst failing due to Attribute parameter bigger than $FF 2016-06-03 21:16:35 +00:00
wii o basic extended pascal support: 2015-11-15 15:13:36 +00:00
win Use constref instead of const when passing TEntryInformation along 2016-06-11 20:45:47 +00:00
win16 Trial to clarify heap for i8086 issues: 2016-06-13 22:26:03 +00:00
win32 i386-win32 also has indirect entry information, so enable this in the compiler and disable the corresponding define in system.pp 2016-06-14 12:25:21 +00:00
win64 * Also assign the ErrorCode variable, which is being checked by some tests like test/tstack.pp. 2016-04-03 22:26:10 +00:00
wince * Define STACK_SIZE_PARAM_IS_A_RESERVATION 2016-03-27 11:11:54 +00:00
x86_64 * x86_64: Modified fpc_exp_real so it does not use 'sahf' assembler instruction, which may be not present on early 64-bit capable x86 processors. Mantis #29583. 2016-03-07 22:39:34 +00:00
COPYING.FPC
COPYING.txt
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 * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +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.