fpc/rtl
2014-01-19 21:15:26 +00:00
..
aix * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
amiga * Initial active version of 2014-01-05 19:20:15 +00:00
android * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +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 rtl: add cp856 to makefiles 2014-01-05 06:03:28 +00:00
avr
beos * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +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 * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
embedded rtl: add cp856 to makefiles 2014-01-05 06:03:28 +00:00
emx * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
freebsd * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +00:00
gba * Initial active version of 2014-01-05 19:20:15 +00:00
go32v2 * go32v2 makefile still contained a variants unit 2014-01-05 19:41:19 +00:00
haiku * some more socket fixes. unix*/unx* files were manually moved, not svn moved. 2014-01-12 14:11:50 +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 + added asm optimized 64-bit division helpers for i8086 by Max Nazhalov 2014-01-19 20:26:24 +00:00
inc * GetProcAddr added for OS/2, type of argument for ordinal target specific now 2014-01-19 21:15:26 +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 * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
m68k really fixed FillChar and fixed FillWord. fixes 8 tests. 2013-10-02 12:33:52 +00:00
macos rtl: add cp856 to makefiles 2014-01-05 06:03:28 +00:00
mips * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 2013-10-13 21:25:40 +00:00
mipsel Add missing i after dollar for include directive 2013-09-23 11:56:41 +00:00
morphos * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
msdos Avoid assmebler size mismatch warning in Keep procedure 2014-01-17 23:33:24 +00:00
nativent Fix compilation of NativeNT after the recent RTL changes 2014-01-08 16:52:36 +00:00
nds * Initial active version of 2014-01-05 19:20:15 +00:00
netbsd Remove objects from RTL unit list for netbsd 2014-01-13 22:23:24 +00:00
netware * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
netwlibc * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
objpas * always use the *W version of the Windows API in ExtractShortPathName() so 2014-01-13 22:21:09 +00:00
openbsd Recompiled with pic option 2014-01-13 23:07:56 +00:00
os2 * GetProcAddr added for OS/2, type of argument for ordinal target specific now 2014-01-19 21:15:26 +00:00
palmos rtl: add cp856 to makefiles 2014-01-05 06:03:28 +00:00
powerpc
powerpc64
qnx * Initial active version of 2014-01-05 19:20:15 +00:00
solaris * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +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
unix * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
watcom * Initial active version of 2014-01-05 19:20:15 +00:00
wii * Initial active version of 2014-01-05 19:20: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 * regenerated makefiles affected by the last change 2014-01-18 10:21:41 +00:00
win64 * winsock(and -2), sockets and gpm to rtl-extra. 2014-01-11 19:45:37 +00:00
wince + Add a new overload to DynLibs to allow loading by Ordinal only. This needs specific operating system support however and will return Nil (using a default implementation) if ordinals are not supported. 2014-01-14 15:23:55 +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 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
fpmake.inc
fpmake.pp - Removed empty include file wustrings.inc 2013-09-24 16:35:04 +00:00
Makefile * regenerated makefiles affected by the last change 2014-01-18 10:21:41 +00:00
Makefile.fpc * merge i8086 branch by Nikolay Nikolov 2013-04-25 20:23:51 +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.