florian c46b44b797 resolves #10509 18 vuotta sitten
..
amiga f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
arm d8bffd27fc - Intergrate i386/strlen.inc and remove it. 18 vuotta sitten
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
avr c05d4912f4 + basic system unit for avr-embedded 18 vuotta sitten
beos 73871b64ce * BeOS/Haiku updates from Olivier Coursière 18 vuotta sitten
bsd 5acb3649df * revert r9557, the performance impact is to big for an academic corner 18 vuotta sitten
darwin c6921cc3df * lineinfo and lnfodwrf depend on inc/exeinfo.pp 18 vuotta sitten
embedded c05d4912f4 + basic system unit for avr-embedded 18 vuotta sitten
emx f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
freebsd 95c991872b + added exeinfo to implicit units so make install works again 18 vuotta sitten
gba f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
go32v2 f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
i386 c35e0bf712 - removed fclex at the end of fpc_exp_real because it makes that routine 10+ 18 vuotta sitten
inc c46b44b797 resolves #10509 18 vuotta sitten
linux 58b3208552 * fixed 16-bits types tgid/tpid/mode_t removed 1.0 compat ifdef 18 vuotta sitten
m68k d127e002d8 * use default helpers for now 19 vuotta sitten
macos f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
morphos f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
nds f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
netbsd 95c991872b + added exeinfo to implicit units so make install works again 18 vuotta sitten
netware f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
netwlibc f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
objpas c46b44b797 resolves #10509 18 vuotta sitten
openbsd 95c991872b + added exeinfo to implicit units so make install works again 18 vuotta sitten
os2 f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
palmos f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
powerpc 8349cde7db * changed byte/word/longbool to be Delphi-compatible (+ similar changes 18 vuotta sitten
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is 18 vuotta sitten
solaris 95c991872b + added exeinfo to implicit units so make install works again 18 vuotta sitten
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU 18 vuotta sitten
symbian f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 vuotta sitten
unix f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
watcom f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
win 46acbe2ee0 * moved commdlg functions from windows to commdlg unit. Constants still have to be done. 18 vuotta sitten
win32 f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
win64 f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 vuotta sitten
wince 29c19fa4e3 * Do not free invalid pointer in RegSetValueExA wrapper. 18 vuotta sitten
x86_64 032352d98b + darwin/x86_64 support 18 vuotta sitten
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 vuotta sitten
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 vuotta sitten
Makefile c9ce918485 * regenerated for darwin/x86_64 18 vuotta sitten
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 19 vuotta sitten
README 57f0c736a6 * updated variables 25 vuotta sitten
fpmake.inc 4c54059cd7 * start of conversion to fpmake 18 vuotta sitten
fpmake.pp 60241db077 * extensions for ctypes, cwstring 18 vuotta sitten

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.