nickysn f31d7e665b * fix for i8086 far data memory models in dos.getintvec 11 years ago
..
aix a818559481 * clocale moved to rtl-extra. 11 years ago
amiga 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
android a818559481 * clocale moved to rtl-extra. 11 years ago
arm fff45fa1d3 - Don't compile fpc_abs_real and fpc_sqr_real if they are already defined (Mantis #25342). 11 years ago
atari c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
avr 98606eea15 Fixed some bugs in the AVR RTL code. 11 years ago
beos d6f5ca21b9 * moved units ipc for *BSD, darwin/iphonesim and linux. The others are 11 years ago
bsd a818559481 * clocale moved to rtl-extra. 11 years ago
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
darwin a818559481 * clocale moved to rtl-extra. 11 years ago
embedded b2b26f84cf * partially merged the mips-embedded branch of Michael Ring: 11 years ago
emx 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
freebsd a818559481 * clocale moved to rtl-extra. 11 years ago
gba c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
go32v2 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
haiku a818559481 * clocale moved to rtl-extra. 11 years ago
i386 d251c131a5 * i386: replaced fpc_exp_real with a port from AMath library. It has better accuracy and is faster on CPUs that suffer penalties from changing x87 control word. 11 years ago
i8086 c0cb3643f8 + support i8086 far data memory models in fpc_longJmp 11 years ago
inc eb984a5adb * Replaced last remaining C tokens. 11 years ago
java 49ccedbff1 * r27142 for the JVM target, so its system unit compiles again 11 years ago
jvm 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 11 years ago
linux 7f9c65d4c1 * x86_64-linux: include startup units into build. 11 years ago
m68k 29bf988ca7 + Implemented m68k-specific (actually, softfloat-specific) part of Math unit. 11 years ago
macos 73c26bd6be * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 11 years ago
mips 7b56c90d82 - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff. 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 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
msdos f31d7e665b * fix for i8086 far data memory models in dos.getintvec 11 years ago
nativent c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
nds c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
netbsd a818559481 * clocale moved to rtl-extra. 11 years ago
netware c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
netwlibc c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
objpas 070955bcd0 * fixed 'data element too large' error in i8086 far data memory models 11 years ago
openbsd a818559481 * clocale moved to rtl-extra. 11 years ago
os2 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
palmos c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
powerpc bce33ee063 * software_rounding_mode -> softfloat_rounding_mode. 11 years ago
powerpc64 bce33ee063 * software_rounding_mode -> softfloat_rounding_mode. 11 years ago
qnx 67df7aebcf * minor updates 11 years ago
solaris a818559481 * clocale moved to rtl-extra. 11 years ago
sparc 295e795a0a * SPARC: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. 11 years ago
symbian 73c26bd6be * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 11 years ago
ucmaps 729730454b + source file for cp852 (IBM Latin-2 / central Europe) added 11 years ago
unix f61e27ec8e * clock_gettime uses timespec, not timeval 11 years ago
watcom c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
wii c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
win 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
win32 1247b86f9a * fix win32 compilation after printer and serial were moved 11 years ago
win64 796be2656c * removed printer 11 years ago
wince c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
x86_64 d1348d3f9b - i386 and x86_64: Once softfloat stuff has been cleaned up, SysResetFPU and SysInitFPU end up doing exactly the same. Removed one of them. 11 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 73c26bd6be * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 11 years ago
Makefile.fpc 2001609d9f * mipsel-android: rtl build. 11 years ago
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 years ago
fpmake.inc 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 years ago
fpmake.pp 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 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.