marco 6b99bc704f --- Merging r34166 into '.': 8 years ago
..
aix fe1c92d47d --- Merging r33262 into '.': 9 years ago
amicommon 9404acff6e --- Merging r32264 into '.': 9 years ago
amiga 545619758f * Re-generated Makefile's 10 years ago
android c02fa41b46 --- Merging r32328 into '.': 9 years ago
arm 60f32f6edd Merged revision(s) 32075, 32077 from trunk: 9 years ago
aros 545619758f * Re-generated Makefile's 10 years ago
atari 545619758f * Re-generated Makefile's 10 years ago
avr 98606eea15 Fixed some bugs in the AVR RTL code. 11 years ago
beos 545619758f * Re-generated Makefile's 10 years ago
bsd fe1c92d47d --- Merging r33262 into '.': 9 years ago
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
darwin 05555b8637 * merged 32433 8 years ago
dragonfly 05555b8637 * merged 32433 8 years ago
embedded b644d609cb * partially merge 30274 to fix embedded (not recorded), mantis #30221 9 years ago
emx 9404acff6e --- Merging r32264 into '.': 9 years ago
freebsd 6b99bc704f --- Merging r34166 into '.': 8 years ago
gba 9404acff6e --- Merging r32264 into '.': 9 years ago
go32v2 04dc706dbe --- Merging r33894 into '.': 9 years ago
haiku 7c679050de --- Merging r34200 into '.': 9 years ago
i386 491d163202 --- Merging r34059 into '.': 9 years ago
i8086 9a72100405 - removed obsolete and commented out variable 10 years ago
inc 1570437996 - reverted merge of r32824: that commit contained new functionality, 9 years ago
java ea23385d59 * revert pos(offs,string) 9 years ago
jvm 73cae02c20 --- Merging r29821 into '.': 9 years ago
linux 3478131437 --- Merging r34041 into '.': 9 years ago
m68k c07dbaddf1 --- Merging r30842 into '.': 10 years ago
macos 70aec083c1 --- Merging r33882 into '.': 9 years ago
mips b588b3143a + MIPS: Assembler implementation of FillChar 11 years ago
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 years ago
morphos 545619758f * Re-generated Makefile's 10 years ago
msdos 04dc706dbe --- Merging r33894 into '.': 9 years ago
nativent 4d72f97d75 # revisions: reversemerge 33713 and 33714 9 years ago
nds 9404acff6e --- Merging r32264 into '.': 9 years ago
netbsd 05555b8637 * merged 32433 8 years ago
netware 9404acff6e --- Merging r32264 into '.': 9 years ago
netwlibc 9404acff6e --- Merging r32264 into '.': 9 years ago
objpas 70aec083c1 --- Merging r33882 into '.': 9 years ago
openbsd 05555b8637 * merged 32433 8 years ago
os2 04dc706dbe --- Merging r33894 into '.': 9 years ago
palmos 545619758f * Re-generated Makefile's 10 years ago
powerpc 240dbbe733 --- Merging r31132 into '.': 10 years ago
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 years ago
qnx 545619758f * Re-generated Makefile's 10 years ago
solaris fe1c92d47d --- Merging r33262 into '.': 9 years ago
sparc 217ab9879c * Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k. 11 years ago
symbian 545619758f * Re-generated Makefile's 10 years ago
ucmaps 15c3cb35df --- Merging r29430 into '.': 10 years ago
unix 01aa4d5c3c # revisions: 33258,33299,33300,33305,33330,33340,33343 9 years ago
watcom 04dc706dbe --- Merging r33894 into '.': 9 years ago
wii 9404acff6e --- Merging r32264 into '.': 9 years ago
win 840e83559a - reverted merge of r33363, as it depends on r32835, which was not merged 8 years ago
win32 fd16925a32 --- Merging r32333 into '.': 9 years ago
win64 fd16925a32 --- Merging r32333 into '.': 9 years ago
wince f18c6b3273 --- Merging r32277 into '.': 9 years ago
x86_64 8c68be3e0d --- Merging r33131 into '.': 9 years ago
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 years ago
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 years ago
Makefile 545619758f * Re-generated Makefile's 10 years ago
Makefile.fpc 826f66757a --- Merging r29422 through r29424 into '.': 10 years ago
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 years ago
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 10 years ago
fpmake.pp 9a0f43104c * makefile regen and version updates. 10 years ago

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.