Tomas Hajny 225cc1c1e0 * fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths 13 lat temu
..
aix 3d03ac5aa2 - removed exeinfo, not used/supported on AIX 13 lat temu
amiga 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
arm df0201799e o patch by Nico Erfurth: Support Assembly optimized functions of SwapEndian on ARM 14 lat temu
atari 1ccf16358c rtl: init widestring and unitcodestring managers before initialization of Standard IO files (stdin,stdout,stderr) 14 lat temu
avr 9234486a42 * fixed compilation of assembler helpers 15 lat temu
beos 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
bsd 2d130d20e7 + Add forward declaration of InstallDefaultSignalHandler for use inside sighnd.inc 13 lat temu
darwin a1e14210c2 * compile the lnfogdb unit for darwin 13 lat temu
embedded 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
emx 225cc1c1e0 * fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths 13 lat temu
freebsd 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
gba 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
go32v2 225cc1c1e0 * fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths 13 lat temu
haiku 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
i386 6874aa9676 * Replaced i386 assembler IndexByte by more sophisticated implementation, larger in size but faster by factor from 2 (on Athlon X2 L310) to 5 (on Core2Duo E7200) for 512 byte buffers. 14 lat temu
inc 7aa3b99fb5 + -CN/{$CHECKLOWADDRLOADS+/-} switch to enable explicit checks for accesses 13 lat temu
linux 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
m68k 24fea58b92 + initial implementation of iso style gotos in iso mode 15 lat temu
macos 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
mips 9576664f20 + Add ifdef USE_MIPS_STK2_ASM to disable assmebler code using alterante stack with r23 by default 14 lat temu
mipsel 8b339ded7a * started to fix the mips(el) linux rtl 14 lat temu
morphos 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
nativent 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
nds 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
netbsd 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
netware 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
netwlibc 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
objpas 0aa0d3f584 * Applied cleanup patch from Luiz Americo (Bug 21771) 13 lat temu
openbsd 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
os2 225cc1c1e0 * fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths 13 lat temu
palmos 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
powerpc c26ff16c1e * on AIX, you have to enable fpu exception reporting per process via an 13 lat temu
powerpc64 5cbe12c622 * don't overwrite the target value of interlockedcompareexchange*() if the 15 lat temu
qnx 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
solaris 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
sparc 24fea58b92 + initial implementation of iso style gotos in iso mode 15 lat temu
symbian 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 lat temu
unix f0b7ce8afe * fix building for Haiku/BeOS after r20839 (patch by Olivier Coursière) 13 lat temu
watcom 225cc1c1e0 * fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths 13 lat temu
wii 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
win 06688db698 * wvsprintf* to stdcall, mantis #21591 14 lat temu
win32 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
win64 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
wince 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
x86_64 ceb1becfa1 * align cmp byte loop 13 lat temu
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 lat temu
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 lat temu
Makefile 44bd889b9b * regenerated Makefiles with AIX support 13 lat temu
Makefile.fpc 9ca2ea7fd0 + AIX support to Makefiles 13 lat temu
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 lat temu
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 lat temu
fpmake.pp 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling 16 lat temu

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.