ivost c0e9be49b8 * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ 18 년 전
..
amiga 3a46ab06a3 * symbian support 18 년 전
arm 1ab81c7eb6 * fixed fpa flag setting 18 년 전
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets 20 년 전
beos 3a46ab06a3 * symbian support 18 년 전
bsd 31fa4e78c9 * call libc's exit instead of _exit when doing a halt, so the 18 년 전
darwin 5564d14bd2 * sysctl depends on unixtype 18 년 전
embedded 3a46ab06a3 * symbian support 18 년 전
emx 3a46ab06a3 * symbian support 18 년 전
freebsd 3a46ab06a3 * symbian support 18 년 전
gba 3a46ab06a3 * symbian support 18 년 전
go32v2 3a46ab06a3 * symbian support 18 년 전
i386 685844b61c * set SSE CSR if sse is supported by the CPU 18 년 전
inc c0e9be49b8 * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ 18 년 전
linux 704f8dae14 * fixed rtl compilation with -dFPC_USE_LIBC by providing a more generic fpprctl() call (including libc variant) and moving related constants slightly 18 년 전
m68k d127e002d8 * use default helpers for now 19 년 전
macos 3a46ab06a3 * symbian support 18 년 전
morphos 0c03baa24c + few experiments, still a huge mess 18 년 전
nds 3a46ab06a3 * symbian support 18 년 전
netbsd 3a46ab06a3 * symbian support 18 년 전
netware 3a46ab06a3 * symbian support 18 년 전
netwlibc 3a46ab06a3 * symbian support 18 년 전
objpas 0e1c9c901d + cot, sec, csc, secant, cosecant (mantis #8142) 18 년 전
openbsd 3a46ab06a3 * symbian support 18 년 전
os2 3a46ab06a3 * symbian support 18 년 전
palmos 3a46ab06a3 * symbian support 18 년 전
powerpc fc027d16c5 * syntax error in last commit fixed 18 년 전
powerpc64 2f0ce31751 * string concat changed from function to procedure to 19 년 전
solaris 3a46ab06a3 * symbian support 18 년 전
sparc 800742939b + sparc InterlockedCompareExchange 19 년 전
symbian 8db1abd729 * dummy symbian rtl to get fpcmake working 18 년 전
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 년 전
unix 704f8dae14 * fixed rtl compilation with -dFPC_USE_LIBC by providing a more generic fpprctl() call (including libc variant) and moving related constants slightly 18 년 전
watcom 3a46ab06a3 * symbian support 18 년 전
win 83820db27e * fix for tiorte.pp on WM5. 18 년 전
win32 3a46ab06a3 * symbian support 18 년 전
win64 3a46ab06a3 * symbian support 18 년 전
wince c70cd739cb * Added CommandBands and CommandBar wince APIs. 18 년 전
x86_64 b3137786e2 * forgotten commit 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 3a46ab06a3 * symbian support 18 년 전
Makefile.fpc 3a46ab06a3 * symbian support 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.