nickysn a85bb98aa6 * patch from Max Nazhalov with improvements to the i8086 64-bit division: 11 years ago
..
aix ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
amiga ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
android ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
arm c108a24cc8 reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 12 years ago
atari ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
avr 8469741700 + Added additional addr pointer parameter to 13 years ago
beos ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
bsd 8a0dccf590 NetBSD getcwd system call also returns string length 12 years ago
charmaps 5f6aefa4c0 + character sets for central Europe added 11 years ago
darwin ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
embedded ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
emx ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
freebsd ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
gba ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
go32v2 ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
haiku ce4cb437e2 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
i386 78e726b34f * i386: Somewhat optimized fpc_mul_qword routine, got rid from variable 'r', registers esi and edi. Also ignore overflow checking when both operands have their high dwords equal to zero, because in such case multiplication cannot overflow. 11 years ago
i8086 a85bb98aa6 * patch from Max Nazhalov with improvements to the i8086 64-bit division: 11 years ago
inc 5c8aa6e5b0 * fpc_mul_integer and fpc_mul_longint: fallback directly to the unsigned 11 years ago
java dea2c743d5 * Initial active version of 11 years ago
jvm bf59a848b4 * fixed compilation of genmath.inc for the JVM target. In the future, please 11 years ago
linux be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
m68k e27db65085 really fixed FillChar and fixed FillWord. fixes 8 tests. 12 years ago
macos be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
mips 1be7ec1dcd * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 12 years ago
mipsel edd59a4eb5 Add missing i after dollar for include directive 12 years ago
morphos be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
msdos be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
nativent be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
nds be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
netbsd be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
netware be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
netwlibc be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
objpas 5d389e99fd * always use the *W version of the Windows API in ExtractShortPathName() so 11 years ago
openbsd be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
os2 be6fdf21ce + character sets for central Europe added also to Makefiles as implicit units 11 years ago
palmos 2e004af6e7 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
powerpc 8469741700 + Added additional addr pointer parameter to 13 years ago
powerpc64 8469741700 + Added additional addr pointer parameter to 13 years ago
qnx dea2c743d5 * Initial active version of 11 years ago
solaris 2e004af6e7 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
sparc dd78cd5811 + SPARC: assembler implementation of SarInt64. 11 years ago
symbian dea2c743d5 * Initial active version of 11 years ago
ucmaps 729730454b + source file for cp852 (IBM Latin-2 / central Europe) added 11 years ago
unix f09374a197 * winsock(and -2), sockets and gpm to rtl-extra. 11 years ago
watcom 2e004af6e7 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
wii 2e004af6e7 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
win 1a430d8110 * GetProcAddr added for OS/2, type of argument for ordinal target specific now 11 years ago
win32 2e004af6e7 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
win64 2e004af6e7 + character sets for central Europe added also to Makefiles as implicit units 11 years ago
wince f64ba97285 Fix compilation of WinCE (for both ARM and i386!) after RTL changes 11 years ago
x86_64 fb02283927 * x86_64: Adjust result of fpc_longjmp without using branches. 11 years ago
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 years ago
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 years ago
Makefile 2a2184bc40 * regenerated makefiles affected by the last change 11 years ago
Makefile.fpc 0e41df598e * merge i8086 branch by Nikolay Nikolov 12 years ago
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 years ago
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 years ago
fpmake.pp 0914bb7944 - Removed empty include file wustrings.inc 12 years ago

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.