nickysn 74cd67b85c + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) vor 12 Jahren
..
aix 8a1178e4e9 * regenerated makefiles vor 12 Jahren
amiga 8a1178e4e9 * regenerated makefiles vor 12 Jahren
android 8a1178e4e9 * regenerated makefiles vor 12 Jahren
arm 1eeeb309c7 * intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet vor 12 Jahren
atari 27403b542b + FileNameCasePreserving added - see #18066 in Mantis vor 13 Jahren
avr 8469741700 + Added additional addr pointer parameter to vor 13 Jahren
beos 8a1178e4e9 * regenerated makefiles vor 12 Jahren
bsd 2b2a68446d * Added new unit unixcp. It contains stuff from winiconv.inc - a table to map Windows code page identifiers to locale names on unix. Also GetSystemCodePage function in this unit can be used to detect which code page is used currently. vor 12 Jahren
darwin 8a1178e4e9 * regenerated makefiles vor 12 Jahren
embedded 8a1178e4e9 * regenerated makefiles vor 12 Jahren
emx 8a1178e4e9 * regenerated makefiles vor 12 Jahren
freebsd 8a1178e4e9 * regenerated makefiles vor 12 Jahren
gba 8a1178e4e9 * regenerated makefiles vor 12 Jahren
go32v2 8a1178e4e9 * regenerated makefiles vor 12 Jahren
haiku 8a1178e4e9 * regenerated makefiles vor 12 Jahren
i386 c0f49951b1 * Fixed i386 longjmp, it must not return 0 if 'value' argument happens to be 0. vor 13 Jahren
i8086 74cd67b85c + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) vor 12 Jahren
inc 74cd67b85c + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) vor 12 Jahren
java 8a1178e4e9 * regenerated makefiles vor 12 Jahren
jvm 22116ce9be * Revert changes to java-related files by r23604. vor 12 Jahren
linux 8a1178e4e9 * regenerated makefiles vor 12 Jahren
m68k 83af4e93f7 rtl/m68k/m68k.inc: vor 12 Jahren
macos 8a1178e4e9 * regenerated makefiles vor 12 Jahren
mips 4c84febfae * InterlockedIncrement/Decrement must return the modified value, not the initial one. Fixes a number of interface memory leaks in MIPS test suite. The functions remain not thread-safe yet. vor 12 Jahren
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux vor 13 Jahren
morphos 8a1178e4e9 * regenerated makefiles vor 12 Jahren
msdos 74cd67b85c + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) vor 12 Jahren
nativent 8a1178e4e9 * regenerated makefiles vor 12 Jahren
nds 8a1178e4e9 * regenerated makefiles vor 12 Jahren
netbsd 8a1178e4e9 * regenerated makefiles vor 12 Jahren
netware 8a1178e4e9 * regenerated makefiles vor 12 Jahren
netwlibc 8a1178e4e9 * regenerated makefiles vor 12 Jahren
objpas feed492568 * fixes to compile objpas i8086 vor 12 Jahren
openbsd 8a1178e4e9 * regenerated makefiles vor 12 Jahren
os2 8a1178e4e9 * regenerated makefiles vor 12 Jahren
palmos 8a1178e4e9 * regenerated makefiles vor 12 Jahren
powerpc 8469741700 + Added additional addr pointer parameter to vor 13 Jahren
powerpc64 8469741700 + Added additional addr pointer parameter to vor 13 Jahren
qnx 23b95a4d70 * Regenerated all makefiles. vor 12 Jahren
solaris 8a1178e4e9 * regenerated makefiles vor 12 Jahren
sparc 1ea8a397e5 * use membar only for sparcv9(+) vor 12 Jahren
symbian 8a1178e4e9 * regenerated makefiles vor 12 Jahren
ucmaps e2e4634295 - remove maps with unclear header vor 13 Jahren
unix f4b6625145 + Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning vor 12 Jahren
watcom 23b95a4d70 * Regenerated all makefiles. vor 12 Jahren
wii 8a1178e4e9 * regenerated makefiles vor 12 Jahren
win 81eb59e081 * make ioctl related constants unsigned. vor 12 Jahren
win32 8a1178e4e9 * regenerated makefiles vor 12 Jahren
win64 8a1178e4e9 * regenerated makefiles vor 12 Jahren
wince 8a1178e4e9 * regenerated makefiles vor 12 Jahren
x86_64 c26ef20f30 Use OLDBINUTILS conditional to disable assembler code unsupported by older GNU assmebler for x86_64.inc as in cpu.pp to allow use for openbsd for instance vor 12 Jahren
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 vor 21 Jahren
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files vor 16 Jahren
Makefile 8a1178e4e9 * regenerated makefiles vor 12 Jahren
Makefile.fpc 228f2d2794 + build msdos rtl vor 12 Jahren
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files vor 16 Jahren
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 vor 14 Jahren
fpmake.pp a7b48be598 bugfixes: vor 13 Jahren

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.