florian fcc6d3dcd9 + VarIsBool function by Alexander Strokach, resolves #23358 před 13 roky
..
aix 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris před 13 roky
amiga 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
android 21e162604c * fixed "make install" for jvm targets před 13 roky
arm 5647d5112b Fixed error in define selecting write barrier code that has been introduced during debugging před 13 roky
atari 27403b542b + FileNameCasePreserving added - see #18066 in Mantis před 13 roky
avr 8469741700 + Added additional addr pointer parameter to před 13 roky
beos 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris před 13 roky
bsd d7d8c10aaf bsd: set DefaultSystemCodePage without cwstring.pas před 13 roky
darwin 9ba5267b61 * use libc functions instead of (wrong) translations of C code for most před 13 roky
embedded b047a80b14 Small fixes to ARM-Embedded RTL from Jeppe Johansen před 13 roky
emx 24f8fa9774 * compilation fix (EMX was not updated when moving to PChar based *Dir calls) před 13 roky
freebsd 4d6b9540dd * changed all version numbers to 900044 for freebsd 9. Expanded script to deal with před 13 roky
gba 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
go32v2 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
haiku 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris před 13 roky
i386 c0f49951b1 * Fixed i386 longjmp, it must not return 0 if 'value' argument happens to be 0. před 13 roky
inc fcc6d3dcd9 + VarIsBool function by Alexander Strokach, resolves #23358 před 13 roky
java d40d207552 * workaround because "public,alias" isn't supported yet on JVM targets před 13 roky
jvm 56fcc87cb2 * add get_frame as an internal symbol for the jvm target because that target před 13 roky
linux fdf6b17421 rtl/linux/m68k/prt0.as: před 13 roky
m68k 4d1e42e891 rtl/m68k/setjump.inc: před 13 roky
macos 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
mips 0b63af56aa * Fix nostackframe related problems před 13 roky
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux před 13 roky
morphos 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
nativent 3ad324ad13 Removed x86 unit from the Makefile.fpc (it's a Unix only unit) and regenerated Makefile. před 13 roky
nds c71cb9dc69 * fixed null termination of cmdline (based on patch by C Western, před 13 roky
netbsd 6ac8b6e9c7 Fix SigContextRec record for x86_64 cpu před 13 roky
netware 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) před 13 roky
netwlibc 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) před 13 roky
objpas bb5dc545f8 rtl/objpas/fgl.pp: před 13 roky
openbsd b1b96529ec * OpenBSD system errno.h constants fixed před 13 roky
os2 2bcfe75ea8 * correction for copy&paste error in previous commit před 13 roky
palmos 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
powerpc 8469741700 + Added additional addr pointer parameter to před 13 roky
powerpc64 8469741700 + Added additional addr pointer parameter to před 13 roky
qnx 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
solaris 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris před 13 roky
sparc 141b1340fb + Handle PIC code for unlimited GOT size před 13 roky
symbian 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
ucmaps e2e4634295 - remove maps with unclear header před 13 roky
unix d3d0df6e4d * terminate with an error when initializing a critical section and recursive před 13 roky
watcom 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
wii c71cb9dc69 * fixed null termination of cmdline (based on patch by C Western, před 13 roky
win cbbf87a58f * Need FILE_WRITE_ATTRIBUTES for setfiledate (mantis #23290) před 13 roky
win32 f6f6df2780 * removed line breaks před 13 roky
win64 0e9139c914 * retrieve stack size correctly před 13 roky
wince c64b400764 * fix Makefile to work with make 3.82 by adding missing compiler commands před 13 roky
x86_64 a523d81b87 * fix sincos also for x86-64-linux před 13 roky
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 před 21 roky
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files před 17 roky
Makefile 834026bfb5 * synchronised with trunk up to r21067 před 13 roky
Makefile.fpc aee5380ae0 * merged trunk up to r20882 před 13 roky
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files před 17 roky
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 před 14 roky
fpmake.pp 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling před 16 roky

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.