michael f4e0bc3881 + Patch from peter to fix crash 21 år sedan
..
amiga 423fde7ac6 * regenerated 21 år sedan
arm ddb6d0d595 + assembler implementation of fpc_mul_qword 22 år sedan
atari e0f9297e01 * ExecuteProcess fixes, ProcessID and ThreadID added 22 år sedan
beos 423fde7ac6 * regenerated 21 år sedan
bsd 24bf59caa6 * errno+4 becomes errno+8 21 år sedan
darwin 423fde7ac6 * regenerated 21 år sedan
emx 423fde7ac6 * regenerated 21 år sedan
fakertl 9f31783a0a * old logs removed and tabs fixed 23 år sedan
freebsd 423fde7ac6 * regenerated 21 år sedan
go32v2 423fde7ac6 * regenerated 21 år sedan
i386 7f2606ed8a * fpc_mul_qword uses always the assembler implementation 21 år sedan
inc f4e0bc3881 + Patch from peter to fix crash 21 år sedan
linux 0408fd564a * syncobj stuff 21 år sedan
m68k cd81fa77ea + added currency and widestring support to TWriter and TReader 21 år sedan
macos 423fde7ac6 * regenerated 21 år sedan
morphos db9973de4b * some cleanup 21 år sedan
netbsd 423fde7ac6 * regenerated 21 år sedan
netware 423fde7ac6 * regenerated 21 år sedan
objpas c9e76f10da + added widestring routines 21 år sedan
openbsd 423fde7ac6 * regenerated 21 år sedan
os2 9f51eee552 * final part of longint2cardinal fixes for doscalls 21 år sedan
palmos 9f31783a0a * old logs removed and tabs fixed 23 år sedan
posix 058d480f40 * error handling for Variants improved 22 år sedan
powerpc f1fcf6dc6e * use some more string routines from libc if FPC_USE_LIBC is used 21 år sedan
sparc 0aff9a5096 * started to fix set/longjmp on sparc 21 år sedan
sunos 9ff2987d96 + added comment to ETXTBSY 22 år sedan
template 601f2e02ce * overloaded ExecuteProcess added, EnvStr param changed to longint 22 år sedan
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 år sedan
unix a84ad6c498 * basicevent, still untested. 21 år sedan
watcom 423fde7ac6 * regenerated 21 år sedan
win32 423fde7ac6 * regenerated 21 år sedan
x86_64 81b6d9f16c * replace strlenint with sizeint 21 år sedan
COPYING 219026b171 Corrected License to Library license and FSF adress 27 år sedan
COPYING.FPC 8ebb06dbb4 + update license term to reflect reality 24 år sedan
Makefile 423fde7ac6 * regenerated 21 år sedan
Makefile.fpc 61345179a7 + added macos support 21 år sedan
README 57f0c736a6 * updated variables 24 år sedan

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.