florian c21d5765ac * fixed properties vor 16 Jahren
..
amiga 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey vor 16 Jahren
arm 22aacd2a60 * return 0 for length(pchar(0)), like Kylix does (using corrected and vor 17 Jahren
atari 17a001354a * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp vor 17 Jahren
avr d672700a59 * some avr fixes vor 17 Jahren
beos 80fe51380d * Removed unused private fields TThread.FMethod and TThread.FSynchronizeException. vor 16 Jahren
bsd c40d6cca8b + Darwin-specific fcntl constants vor 16 Jahren
darwin f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system vor 16 Jahren
embedded a7ab3d336e + first at91sam7x256 unit vor 16 Jahren
emx b873d3133f * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp vor 17 Jahren
freebsd f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system vor 16 Jahren
gba d2dabe9a33 * updated nds/gba linker scripts and reverted some changes for 2.2.4a release vor 16 Jahren
go32v2 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey vor 16 Jahren
haiku f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system vor 16 Jahren
i386 0597c300f4 * applied feature dependencies patch by Sven Barth from mantis #13673 : vor 16 Jahren
inc a5f3cd9b1d * take random feature switch into account vor 16 Jahren
linux 53ad1bcabe * fixed linux flock type by defining and using a kernel_off_t type vor 16 Jahren
m68k d127e002d8 * use default helpers for now vor 19 Jahren
macos 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files vor 17 Jahren
morphos ddad9f320d * fixed typo vor 17 Jahren
nds c21d5765ac * fixed properties vor 16 Jahren
netbsd f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system vor 16 Jahren
netware 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey vor 16 Jahren
netwlibc 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey vor 16 Jahren
objpas 91430b6837 * reverted 13297 vor 16 Jahren
openbsd f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system vor 16 Jahren
os2 ddd02b7f26 * Change so that when FindFirst initially returns nonzero, FindClose is no longer needed (Windows compatible) vor 16 Jahren
palmos e5db5e4aa8 * regened makefiles to propagate makefile versions vor 17 Jahren
powerpc a24db8854c * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64, vor 16 Jahren
powerpc64 a24db8854c * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64, vor 16 Jahren
qnx e5db5e4aa8 * regened makefiles to propagate makefile versions vor 17 Jahren
solaris f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system vor 16 Jahren
sparc 30a51c2dee + support for the different rounding modes in the generic rounding vor 17 Jahren
symbian d4d7b695c7 - removed all "islibrary:=false;" assignments from system unit vor 17 Jahren
ucmaps a78efe6cb9 + initial revision of unicode conversion files vor 25 Jahren
unix 25463000ac * do not mark all found files with Find* as "faHidden" if the search path vor 16 Jahren
watcom 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey vor 16 Jahren
win 0212aa9311 * dss constants from Paul vor 16 Jahren
win32 16b6313d81 * Lazarus .lpi version has been increased vor 16 Jahren
win64 bba2b87064 * Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed. vor 16 Jahren
wince fed5ef7c23 * Added declaration of GlobalReAllocPtr() for wince. Bug #13897. vor 16 Jahren
x86_64 bba2b87064 * Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed. vor 16 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 17 Jahren
Makefile 17e62ae5e4 + build embedded rtl vor 17 Jahren
Makefile.fpc 17e62ae5e4 + build embedded rtl vor 17 Jahren
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files vor 17 Jahren
fpmake.inc 4c54059cd7 * start of conversion to fpmake vor 18 Jahren
fpmake.pp ac84523db3 * include fix fixes vor 17 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.