Jonas Maebe a4189bd7fd * also invalid argument if trying to calculate 0^0 with intpower() před 21 roky
..
amiga e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
arm ddb6d0d595 + assembler implementation of fpc_mul_qword před 22 roky
atari 353d5cc3de + GetProcessID added před 21 roky
beos e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
bsd 353d5cc3de + GetProcessID added před 21 roky
darwin f4ffaa9828 * applied peters patch for cross compile (bin installation) před 21 roky
emx e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
fakertl 353d5cc3de + GetProcessID added před 21 roky
freebsd f4ffaa9828 * applied peters patch for cross compile (bin installation) před 21 roky
go32v2 e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
i386 43e425072b * fixed div by zero check for qword mod qword před 21 roky
inc e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
linux 353d5cc3de + GetProcessID added před 21 roky
m68k cd81fa77ea + added currency and widestring support to TWriter and TReader před 21 roky
macos e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
morphos e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
netbsd f4ffaa9828 * applied peters patch for cross compile (bin installation) před 21 roky
netware e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
netwlibc e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
objpas a4189bd7fd * also invalid argument if trying to calculate 0^0 with intpower() před 21 roky
openbsd 86f78c7300 * units are now created in separate directory units/cpu-os/ před 21 roky
os2 353d5cc3de + GetProcessID added před 21 roky
palmos 9a4855aa43 + added maxExitCode to all System.pp před 21 roky
posix dbc2025604 ErrOutput added před 21 roky
powerpc b6a6e78db1 * fixed remaining compilation problems před 21 roky
sparc 7d404ad72d * fix bootstrapping před 21 roky
sunos 353d5cc3de + GetProcessID added před 21 roky
template 353d5cc3de + GetProcessID added před 21 roky
ucmaps a78efe6cb9 + initial revision of unicode conversion files před 25 roky
unix e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
watcom e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
win32 e1252e7302 * GetMsCount added, platform independent routines moved to single include file před 21 roky
x86_64 b6c33aacb7 * fixed strcomp před 21 roky
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 před 21 roky
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 před 21 roky
Makefile f4ffaa9828 * applied peters patch for cross compile (bin installation) před 21 roky
Makefile.fpc 64e2663c5c * added target dirs for netware and netwlibc před 21 roky
README 57f0c736a6 * updated variables před 24 roky

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.