marco bdfe5204bf * first version updates 8 vuotta sitten
..
aix bdfe5204bf * first version updates 8 vuotta sitten
amicommon 9404acff6e --- Merging r32264 into '.': 9 vuotta sitten
amiga bdfe5204bf * first version updates 8 vuotta sitten
android bdfe5204bf * first version updates 8 vuotta sitten
arm 60f32f6edd Merged revision(s) 32075, 32077 from trunk: 9 vuotta sitten
aros bdfe5204bf * first version updates 8 vuotta sitten
atari bdfe5204bf * first version updates 8 vuotta sitten
avr 98606eea15 Fixed some bugs in the AVR RTL code. 11 vuotta sitten
beos bdfe5204bf * first version updates 8 vuotta sitten
bsd 55b2cc9fa4 --- Merging r35548 into '.': 8 vuotta sitten
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 vuotta sitten
darwin bdfe5204bf * first version updates 8 vuotta sitten
dragonfly bdfe5204bf * first version updates 8 vuotta sitten
embedded bdfe5204bf * first version updates 8 vuotta sitten
emx bdfe5204bf * first version updates 8 vuotta sitten
freebsd bdfe5204bf * first version updates 8 vuotta sitten
gba bdfe5204bf * first version updates 8 vuotta sitten
go32v2 bdfe5204bf * first version updates 8 vuotta sitten
haiku bdfe5204bf * first version updates 8 vuotta sitten
i386 491d163202 --- Merging r34059 into '.': 9 vuotta sitten
i8086 9a72100405 - removed obsolete and commented out variable 10 vuotta sitten
inc 19d7b3cf95 --- Merging r34598 into '.': 8 vuotta sitten
java bdfe5204bf * first version updates 8 vuotta sitten
jvm 73cae02c20 --- Merging r29821 into '.': 9 vuotta sitten
linux bdfe5204bf * first version updates 8 vuotta sitten
m68k c07dbaddf1 --- Merging r30842 into '.': 10 vuotta sitten
macos bdfe5204bf * first version updates 8 vuotta sitten
mips b588b3143a + MIPS: Assembler implementation of FillChar 11 vuotta sitten
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 vuotta sitten
morphos bdfe5204bf * first version updates 8 vuotta sitten
msdos bdfe5204bf * first version updates 8 vuotta sitten
nativent bdfe5204bf * first version updates 8 vuotta sitten
nds bdfe5204bf * first version updates 8 vuotta sitten
netbsd bdfe5204bf * first version updates 8 vuotta sitten
netware bdfe5204bf * first version updates 8 vuotta sitten
netwlibc bdfe5204bf * first version updates 8 vuotta sitten
objpas 2432faf941 --- Merging r36498 into '.': 8 vuotta sitten
openbsd bdfe5204bf * first version updates 8 vuotta sitten
os2 bdfe5204bf * first version updates 8 vuotta sitten
palmos bdfe5204bf * first version updates 8 vuotta sitten
powerpc 240dbbe733 --- Merging r31132 into '.': 10 vuotta sitten
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 vuotta sitten
qnx bdfe5204bf * first version updates 8 vuotta sitten
solaris bdfe5204bf * first version updates 8 vuotta sitten
sparc 19d7b3cf95 --- Merging r34598 into '.': 8 vuotta sitten
symbian bdfe5204bf * first version updates 8 vuotta sitten
ucmaps 15c3cb35df --- Merging r29430 into '.': 10 vuotta sitten
unix 01aa4d5c3c # revisions: 33258,33299,33300,33305,33330,33340,33343 9 vuotta sitten
watcom bdfe5204bf * first version updates 8 vuotta sitten
wii bdfe5204bf * first version updates 8 vuotta sitten
win 90e00d6475 --- Merging r36510 into '.': 8 vuotta sitten
win32 bdfe5204bf * first version updates 8 vuotta sitten
win64 bdfe5204bf * first version updates 8 vuotta sitten
wince bdfe5204bf * first version updates 8 vuotta sitten
x86_64 8c68be3e0d --- Merging r33131 into '.': 9 vuotta sitten
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 vuotta sitten
COPYING.txt 19d7b3cf95 --- Merging r34598 into '.': 8 vuotta sitten
Makefile bdfe5204bf * first version updates 8 vuotta sitten
Makefile.fpc bdfe5204bf * first version updates 8 vuotta sitten
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 vuotta sitten
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 10 vuotta sitten
fpmake.pp bdfe5204bf * first version updates 8 vuotta sitten

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.