florian 1cf4d20b51 + BinToHex and HexToBin from Marco added 20 лет назад
..
amiga ef3b19b316 * regenerated 20 лет назад
arm 264270bd96 * arctan, sin and cos are done in software on the arm 20 лет назад
atari 353d5cc3de + GetProcessID added 20 лет назад
beos 4f7560d89e * improved widestring infrastructure manager 20 лет назад
bsd 4f7560d89e * improved widestring infrastructure manager 20 лет назад
darwin 7fb8c3dfbd * signal cleanup for linux 20 лет назад
emx 6d0f5a79de * systhrds added to Makefile 20 лет назад
fakertl 353d5cc3de + GetProcessID added 20 лет назад
freebsd 7fb8c3dfbd * signal cleanup for linux 20 лет назад
go32v2 c46927161e * fix from Tomas for calling conventions 20 лет назад
i386 d7dbd71881 * fastmove disabled, has too much drawbacks 20 лет назад
inc 8f571abbb9 + infrastructure for WideCompareText implemented 20 лет назад
linux 4f7560d89e * improved widestring infrastructure manager 20 лет назад
m68k cd81fa77ea + added currency and widestring support to TWriter and TReader 21 лет назад
macos 4f7560d89e * improved widestring infrastructure manager 20 лет назад
morphos 807c98ff5d * reworked startup code: 20 лет назад
netbsd ef3b19b316 * regenerated 20 лет назад
netware 4f7560d89e * improved widestring infrastructure manager 20 лет назад
netwlibc 4f7560d89e * improved widestring infrastructure manager 20 лет назад
objpas 1cf4d20b51 + BinToHex and HexToBin from Marco added 20 лет назад
openbsd ef3b19b316 * regenerated 20 лет назад
os2 f2607e4c1c * first part of compilation fixes 20 лет назад
palmos 0d835181b2 + GetProcessID added 20 лет назад
posix fbb13b5266 + Added GetEnvironmentVariableCount and GetEnvironmentString calls 20 лет назад
powerpc beecc57e21 * Fixed stack frame access for macos 20 лет назад
sparc 3abbd722af + getgot function added 20 лет назад
sunos 4f7560d89e * improved widestring infrastructure manager 20 лет назад
template fbb13b5266 + Added GetEnvironmentVariableCount and GetEnvironmentString calls 20 лет назад
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 лет назад
unix 8f571abbb9 + infrastructure for WideCompareText implemented 20 лет назад
watcom 4f7560d89e * improved widestring infrastructure manager 20 лет назад
win32 a10b9c05d9 * more clx compilation fixed 20 лет назад
x86_64 29ed3f6d29 * add fnclex before loading old CW 20 лет назад
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 20 лет назад
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 20 лет назад
Makefile ef3b19b316 * regenerated 20 лет назад
Makefile.fpc 26b56d31ce * updated makefile.fpc versions to 1.9.7, regenerated makefiles 20 лет назад
README 57f0c736a6 * updated variables 24 лет назад

README

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.