marco b01de73026 --- Merging r21317 into '.': vor 13 Jahren
..
amiga 20d0296453 * Version update to 2.6.1 vor 13 Jahren
arm 4ebc34c5e7 * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. vor 14 Jahren
atari 17a001354a * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp vor 16 Jahren
avr 9234486a42 * fixed compilation of assembler helpers vor 14 Jahren
beos 20d0296453 * Version update to 2.6.1 vor 13 Jahren
bsd f205931bf1 --- Merging r19832 into '.': vor 13 Jahren
darwin 20d0296453 * Version update to 2.6.1 vor 13 Jahren
embedded 20d0296453 * Version update to 2.6.1 vor 13 Jahren
emx e42ea218ca --- Merging r20890 into '.': vor 13 Jahren
freebsd 935edf5962 --- Merging r19176 into '.': vor 13 Jahren
gba de3e8902ef --- Merging r19986 into '.': vor 13 Jahren
go32v2 e42ea218ca --- Merging r20890 into '.': vor 13 Jahren
haiku d99fa3868d --- Merging r20516 into '.': vor 13 Jahren
i386 1d3c293ba3 --- Merging r19337 into '.': vor 13 Jahren
inc 298bb8d037 --- Merging r19162 into '.': vor 13 Jahren
linux 5c78929ac1 --- Merging r21002 into '.': vor 13 Jahren
m68k 24fea58b92 + initial implementation of iso style gotos in iso mode vor 15 Jahren
macos 20d0296453 * Version update to 2.6.1 vor 13 Jahren
mips c14574bb56 * don't change the fpu control word in the initialisation code of dynamic vor 14 Jahren
mipsel 9e59c6dec7 * more mipsel code vor 15 Jahren
morphos 20d0296453 * Version update to 2.6.1 vor 13 Jahren
nativent 20d0296453 * Version update to 2.6.1 vor 13 Jahren
nds 20d0296453 * Version update to 2.6.1 vor 13 Jahren
netbsd bc33238f0f * Remove character unit from units list as it is in trunk only vor 13 Jahren
netware 20d0296453 * Version update to 2.6.1 vor 13 Jahren
netwlibc 20d0296453 * Version update to 2.6.1 vor 13 Jahren
objpas 4f12001983 --- Merging r21001 into '.': vor 13 Jahren
openbsd b6fe82a8c3 --- Merging r18942 into '.': vor 13 Jahren
os2 e42ea218ca --- Merging r20890 into '.': vor 13 Jahren
palmos b6fe82a8c3 --- Merging r18942 into '.': vor 13 Jahren
powerpc 4ebc34c5e7 * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. vor 14 Jahren
powerpc64 5cbe12c622 * don't overwrite the target value of interlockedcompareexchange*() if the vor 14 Jahren
qnx b6fe82a8c3 --- Merging r18942 into '.': vor 13 Jahren
solaris d5cce4e002 * more commits that kill very, very old defines. vor 13 Jahren
sparc 24fea58b92 + initial implementation of iso style gotos in iso mode vor 15 Jahren
symbian 20d0296453 * Version update to 2.6.1 vor 13 Jahren
ucmaps a78efe6cb9 + initial revision of unicode conversion files vor 25 Jahren
unix b01de73026 --- Merging r21317 into '.': vor 13 Jahren
watcom e42ea218ca --- Merging r20890 into '.': vor 13 Jahren
wii 20d0296453 * Version update to 2.6.1 vor 13 Jahren
win 298bb8d037 --- Merging r19162 into '.': vor 13 Jahren
win32 298bb8d037 --- Merging r19162 into '.': vor 13 Jahren
win64 298bb8d037 --- Merging r19162 into '.': vor 13 Jahren
wince 5076223479 --- Merging r20684 into '.': vor 13 Jahren
x86_64 298bb8d037 --- Merging r19162 into '.': vor 13 Jahren
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 vor 20 Jahren
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files vor 16 Jahren
Makefile fcd1fbf3d7 * fixed. vor 13 Jahren
Makefile.fpc fcd1fbf3d7 * fixed. vor 13 Jahren
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files vor 16 Jahren
fpmake.inc 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling vor 16 Jahren
fpmake.pp 20d0296453 * Version update to 2.6.1 vor 13 Jahren

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.