tg74 634338dcd2 merge with trunk 10 سال پیش
..
aarch64 634338dcd2 merge with trunk 10 سال پیش
aix 634338dcd2 merge with trunk 10 سال پیش
amicommon 634338dcd2 merge with trunk 10 سال پیش
amiga 634338dcd2 merge with trunk 10 سال پیش
android 634338dcd2 merge with trunk 10 سال پیش
arm 634338dcd2 merge with trunk 10 سال پیش
aros 634338dcd2 merge with trunk 10 سال پیش
atari 634338dcd2 merge with trunk 10 سال پیش
avr 98606eea15 Fixed some bugs in the AVR RTL code. 11 سال پیش
beos 634338dcd2 merge with trunk 10 سال پیش
bsd 634338dcd2 merge with trunk 10 سال پیش
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 سال پیش
darwin 634338dcd2 merge with trunk 10 سال پیش
dragonfly 634338dcd2 merge with trunk 10 سال پیش
embedded 634338dcd2 merge with trunk 10 سال پیش
emx 634338dcd2 merge with trunk 10 سال پیش
freebsd 634338dcd2 merge with trunk 10 سال پیش
gba 634338dcd2 merge with trunk 10 سال پیش
go32v2 634338dcd2 merge with trunk 10 سال پیش
haiku 634338dcd2 merge with trunk 10 سال پیش
i386 88b58c3580 i386: added signed 64bit div/mod helpers in assembly. we have some 64bit heavy code where a direct helper results in about 8-10% of performance advantage compared to going through the generic wrapper + the unsigned function 11 سال پیش
i8086 634338dcd2 merge with trunk 10 سال پیش
inc 634338dcd2 merge with trunk 10 سال پیش
java 634338dcd2 merge with trunk 10 سال پیش
jvm 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 11 سال پیش
linux 634338dcd2 merge with trunk 10 سال پیش
m68k 634338dcd2 merge with trunk 10 سال پیش
macos 634338dcd2 merge with trunk 10 سال پیش
mips 634338dcd2 merge with trunk 10 سال پیش
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 سال پیش
morphos 634338dcd2 merge with trunk 10 سال پیش
msdos 634338dcd2 merge with trunk 10 سال پیش
nativent 634338dcd2 merge with trunk 10 سال پیش
nds 634338dcd2 merge with trunk 10 سال پیش
netbsd 634338dcd2 merge with trunk 10 سال پیش
netware 634338dcd2 merge with trunk 10 سال پیش
netwlibc 634338dcd2 merge with trunk 10 سال پیش
objpas 634338dcd2 merge with trunk 10 سال پیش
openbsd 634338dcd2 merge with trunk 10 سال پیش
os2 634338dcd2 merge with trunk 10 سال پیش
palmos 634338dcd2 merge with trunk 10 سال پیش
powerpc a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 سال پیش
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 سال پیش
qnx 634338dcd2 merge with trunk 10 سال پیش
solaris 634338dcd2 merge with trunk 10 سال پیش
sparc 217ab9879c * Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k. 11 سال پیش
symbian 634338dcd2 merge with trunk 10 سال پیش
ucmaps 634338dcd2 merge with trunk 10 سال پیش
unix 634338dcd2 merge with trunk 10 سال پیش
watcom 634338dcd2 merge with trunk 10 سال پیش
wii 634338dcd2 merge with trunk 10 سال پیش
win 634338dcd2 merge with trunk 10 سال پیش
win32 634338dcd2 merge with trunk 10 سال پیش
win64 634338dcd2 merge with trunk 10 سال پیش
wince 634338dcd2 merge with trunk 10 سال پیش
x86_64 634338dcd2 merge with trunk 10 سال پیش
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 سال پیش
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 سال پیش
Makefile 634338dcd2 merge with trunk 10 سال پیش
Makefile.fpc 634338dcd2 merge with trunk 10 سال پیش
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 سال پیش
fpmake.inc 634338dcd2 merge with trunk 10 سال پیش
fpmake.pp 634338dcd2 merge with trunk 10 سال پیش

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.