fpc/rtl
2014-01-21 14:33:56 +00:00
..
aix + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
amiga + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
android + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
arm reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 2013-10-02 18:31:28 +00:00
atari + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
avr
beos + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
bsd NetBSD getcwd system call also returns string length 2013-10-05 21:23:47 +00:00
charmaps + character sets for central Europe added 2014-01-19 01:24:16 +00:00
darwin + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
embedded + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
emx * allow trailing backslash in SetCurrentDir and ChDir 2014-01-21 00:42:16 +00:00
freebsd + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
gba + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
go32v2 + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
haiku + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:20:11 +00:00
i386 * i386: Somewhat optimized fpc_mul_qword routine, got rid from variable 'r', registers esi and edi. Also ignore overflow checking when both operands have their high dwords equal to zero, because in such case multiplication cannot overflow. 2014-01-18 19:28:00 +00:00
i8086 * patch from Max Nazhalov with improvements to the i8086 64-bit division: 2014-01-20 21:39:05 +00:00
inc * Convert int64 to double in more straightforward way. 2014-01-21 14:33:56 +00:00
java * Initial active version of 2014-01-05 19:20:15 +00:00
jvm * fixed compilation of genmath.inc for the JVM target. In the future, please 2013-12-30 14:30:59 +00:00
linux + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
m68k really fixed FillChar and fixed FillWord. fixes 8 tests. 2013-10-02 12:33:52 +00:00
macos + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
mips * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 2013-10-13 21:25:40 +00:00
mipsel
morphos + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
msdos + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
nativent + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
nds + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
netbsd + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
netware + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
netwlibc + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
objpas * always use the *W version of the Windows API in ExtractShortPathName() so 2014-01-13 22:21:09 +00:00
openbsd + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:23:36 +00:00
os2 * allow trailing backslash in SetCurrentDir and ChDir 2014-01-21 00:42:16 +00:00
palmos + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:26:15 +00:00
powerpc
powerpc64
qnx * Initial active version of 2014-01-05 19:20:15 +00:00
solaris + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:26:15 +00:00
sparc + SPARC: assembler implementation of SarInt64. 2014-01-15 15:11:40 +00:00
symbian * Initial active version of 2014-01-05 19:20:15 +00:00
ucmaps + source file for cp852 (IBM Latin-2 / central Europe) added 2014-01-20 01:24:04 +00:00
unix * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
watcom + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:26:15 +00:00
wii + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:26:15 +00:00
win * GetProcAddr added for OS/2, type of argument for ordinal target specific now 2014-01-19 21:15:26 +00:00
win32 + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:26:15 +00:00
win64 + character sets for central Europe added also to Makefiles as implicit units 2014-01-20 00:26:15 +00:00
wince Fix compilation of WinCE (for both ARM and i386!) after RTL changes 2014-01-20 09:31:17 +00:00
x86_64 * x86_64: Adjust result of fpc_longjmp without using branches. 2014-01-10 07:29:28 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile * regenerated makefiles affected by the last change 2014-01-18 10:21:41 +00:00
Makefile.fpc
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.