svenbarth f7c333cee0 Enabled signal handlers 13 tahun lalu
..
aix 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris 13 tahun lalu
amiga 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
android 21e162604c * fixed "make install" for jvm targets 13 tahun lalu
arm 1bb6248186 * disable hand optimized assembler for arm thumb2 as well 13 tahun lalu
atari 27403b542b + FileNameCasePreserving added - see #18066 in Mantis 13 tahun lalu
avr 8469741700 + Added additional addr pointer parameter to 13 tahun lalu
beos 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris 13 tahun lalu
bsd d7d8c10aaf bsd: set DefaultSystemCodePage without cwstring.pas 13 tahun lalu
darwin 9ba5267b61 * use libc functions instead of (wrong) translations of C code for most 13 tahun lalu
embedded 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
emx 24f8fa9774 * compilation fix (EMX was not updated when moving to PChar based *Dir calls) 13 tahun lalu
freebsd 0584cfe9d5 * improve tcflow 13 tahun lalu
gba 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
go32v2 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
haiku 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris 13 tahun lalu
i386 c57f463ede + AVXSupport function to detect if the CPU and OS support AVX 13 tahun lalu
inc d5523e6af6 For now completely disable (I)MUL/(I)DIV support for Coldfire and pass through the RTL routines 13 tahun lalu
java d40d207552 * workaround because "public,alias" isn't supported yet on JVM targets 13 tahun lalu
jvm 56fcc87cb2 * add get_frame as an internal symbol for the jvm target because that target 13 tahun lalu
linux f7c333cee0 Enabled signal handlers 13 tahun lalu
m68k 322dbe5b65 Various adjustments to the RTL for m68k: 13 tahun lalu
macos 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
mips 0b63af56aa * Fix nostackframe related problems 13 tahun lalu
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux 13 tahun lalu
morphos 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
nativent 3ad324ad13 Removed x86 unit from the Makefile.fpc (it's a Unix only unit) and regenerated Makefile. 13 tahun lalu
nds c71cb9dc69 * fixed null termination of cmdline (based on patch by C Western, 13 tahun lalu
netbsd 6ac8b6e9c7 Fix SigContextRec record for x86_64 cpu 13 tahun lalu
netware 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 tahun lalu
netwlibc 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 tahun lalu
objpas 9d6b4aa946 * Fix dayOfWeek for dates < 0 (bug ID #23144) 13 tahun lalu
openbsd b1b96529ec * OpenBSD system errno.h constants fixed 13 tahun lalu
os2 2bcfe75ea8 * correction for copy&paste error in previous commit 13 tahun lalu
palmos 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
powerpc 8469741700 + Added additional addr pointer parameter to 13 tahun lalu
powerpc64 8469741700 + Added additional addr pointer parameter to 13 tahun lalu
qnx 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
solaris 88a10330c2 rtl: initialize DefaultSystemCodePage on aix,beos,haiku,solaris 13 tahun lalu
sparc 141b1340fb + Handle PIC code for unlimited GOT size 13 tahun lalu
symbian 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
ucmaps e2e4634295 - remove maps with unclear header 13 tahun lalu
unix a2548fc9f9 rtl: pass exact size to delete instead of full string length 13 tahun lalu
watcom 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
wii c71cb9dc69 * fixed null termination of cmdline (based on patch by C Western, 13 tahun lalu
win b0a984086f * add comment to size_t definition. Documents issue #22834 a bit. 13 tahun lalu
win32 f6f6df2780 * removed line breaks 13 tahun lalu
win64 0e9139c914 * retrieve stack size correctly 13 tahun lalu
wince c64b400764 * fix Makefile to work with make 3.82 by adding missing compiler commands 13 tahun lalu
x86_64 c57f463ede + AVXSupport function to detect if the CPU and OS support AVX 13 tahun lalu
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 tahun lalu
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 tahun lalu
Makefile 834026bfb5 * synchronised with trunk up to r21067 13 tahun lalu
Makefile.fpc aee5380ae0 * merged trunk up to r20882 13 tahun lalu
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 tahun lalu
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 tahun lalu
fpmake.pp 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling 16 tahun lalu

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.