Jonas Maebe 123362235b * use initc.fpgetCerrno rather than fpgeterrno to get the errno 18 年之前
..
amiga 0c3a2a257d * Convert heap to ptruint. 18 年之前
arm ef3178cdb1 * Fixed default float exceptions mask for arm fpu. It fixes tw3160c.pp on arm-linux. 18 年之前
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets 20 年之前
beos 0c3a2a257d * Convert heap to ptruint. 18 年之前
bsd 5baca0cfd3 * fix IPC for FPC_USE_LIBS 18 年之前
darwin 4457538435 * explicitly unmask SIGSEGV, SIGILL, SIGBUS and SIGFPE at the start 18 年之前
embedded 0c3a2a257d * Convert heap to ptruint. 18 年之前
emx 0c3a2a257d * Convert heap to ptruint. 18 年之前
freebsd 4457538435 * explicitly unmask SIGSEGV, SIGILL, SIGBUS and SIGFPE at the start 18 年之前
gba 9713d5cb21 * more properties fixed 18 年之前
go32v2 908a116cfc * preserve gs in far_strlen 18 年之前
i386 d95b9082bb * add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64 18 年之前
inc fd98a0cc5b * don't call runerror if a unix threading error occurs (because this 18 年之前
linux 4457538435 * explicitly unmask SIGSEGV, SIGILL, SIGBUS and SIGFPE at the start 18 年之前
m68k d127e002d8 * use default helpers for now 19 年之前
macos 0c3a2a257d * Convert heap to ptruint. 18 年之前
morphos 8f27e64080 + regenerated Makefile with recent fpcmake 18 年之前
nds 9713d5cb21 * more properties fixed 18 年之前
netbsd 9713d5cb21 * more properties fixed 18 年之前
netware 0c3a2a257d * Convert heap to ptruint. 18 年之前
netwlibc 0c3a2a257d * Convert heap to ptruint. 18 年之前
objpas 49a545aef2 * fixed FormatFloat for non-x86 (mantis 9384) 18 年之前
openbsd 3a1b633325 + revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS 18 年之前
os2 0c3a2a257d * Convert heap to ptruint. 18 年之前
palmos 673d02c6b8 * re-added darwin/ppc64 support (please use up-to-date fpcmake) 18 年之前
powerpc d95b9082bb * add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64 18 年之前
powerpc64 98ad33a0c7 + added lwsync instruction to the compiler 18 年之前
solaris 4457538435 * explicitly unmask SIGSEGV, SIGILL, SIGBUS and SIGFPE at the start 18 年之前
sparc e205481027 * fixed sparc bootstrap 18 年之前
symbian 0c3a2a257d * Convert heap to ptruint. 18 年之前
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 年之前
unix 123362235b * use initc.fpgetCerrno rather than fpgeterrno to get the errno 18 年之前
watcom c00021373a * fix from r7819 extended to more platforms 18 年之前
win f2df73cfe9 * Patch from Felipe Monteiro de Carvalho. 18 年之前
win32 9713d5cb21 * more properties fixed 18 年之前
win64 fb1c8e5b1a + {$PACKSET 1} for windows units to improve delphi compatibility 18 年之前
wince 1a661dc254 * TAPI fixes by S0vNark0m. 18 年之前
x86_64 2e47433989 * fix typo 18 年之前
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 年之前
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 年之前
Makefile 673d02c6b8 * re-added darwin/ppc64 support (please use up-to-date fpcmake) 18 年之前
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 18 年之前
README 57f0c736a6 * updated variables 24 年之前
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl 18 年之前
fpmake.pp 03f441c966 + Initial check-in 20 年之前

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.