joost 85a3c9b67c * Renamed FPC_HAS_EXTENDED_RTTI define to FPC_HAS_UNIT_RTTI il y a 12 ans
..
aix 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
amiga 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
android 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
arm 64c122100f Small optimizations to FillChar for ARM il y a 13 ans
atari 27403b542b + FileNameCasePreserving added - see #18066 in Mantis il y a 13 ans
avr 8469741700 + Added additional addr pointer parameter to il y a 13 ans
beos 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
bsd 23f21254bd + Add USE_SIGACTION_SIGTRAMP il y a 13 ans
darwin 9ba5267b61 * use libc functions instead of (wrong) translations of C code for most il y a 13 ans
embedded 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
emx 24f8fa9774 * compilation fix (EMX was not updated when moving to PChar based *Dir calls) il y a 13 ans
freebsd 0584cfe9d5 * improve tcflow il y a 13 ans
gba 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
go32v2 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
haiku 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
i386 f340ef87e3 * get_addr function renamed to get_pc_addr il y a 13 ans
inc 3b0b9ee4d1 * Do not generate a list of all types anymore, but get a list of all types il y a 12 ans
java 595f28e6fa + AnsistringClass.Create(unicodestring) constructor that implicitly selects il y a 13 ans
jvm 8469741700 + Added additional addr pointer parameter to il y a 13 ans
linux a553798151 * improved makefile rules for linux il y a 13 ans
m68k 8469741700 + Added additional addr pointer parameter to il y a 13 ans
macos 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
mips a3bc5eaa3f * Fix spelling error in last commit il y a 13 ans
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux il y a 13 ans
morphos 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
nativent 22d1a8bbab Improve NativeNT RTL (tested on Windows 7) il y a 13 ans
nds 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
netbsd de9d8f2880 Regenerated after: Add x86_64 cpu specific units il y a 13 ans
netware 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
netwlibc 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
objpas 85a3c9b67c * Renamed FPC_HAS_EXTENDED_RTTI define to FPC_HAS_UNIT_RTTI il y a 12 ans
openbsd b1b96529ec * OpenBSD system errno.h constants fixed il y a 13 ans
os2 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
palmos 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
powerpc 8469741700 + Added additional addr pointer parameter to il y a 13 ans
powerpc64 8469741700 + Added additional addr pointer parameter to il y a 13 ans
qnx 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
solaris 6f0861e666 * Applied patch from Ludo Brands wrt constant used in termio.TCFlush. il y a 13 ans
sparc 8469741700 + Added additional addr pointer parameter to il y a 13 ans
symbian 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
ucmaps a78efe6cb9 + initial revision of unicode conversion files il y a 25 ans
unix 185e34915c - Removed level 2 comments and control characters in comments. il y a 13 ans
watcom 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
wii 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
win 1a3d8f483e * crtwrite didn't handle buffer writes > 255 chars properly, and the textrec buffer is 256 currently (and has been since svn history start). Mantis #22334 il y a 13 ans
win32 2ce563710a * another rule fix il y a 13 ans
win64 15b613a083 * another rule fix il y a 13 ans
wince 10023597d2 * fix import in wince system unit, patch by Gennadiy, resolves #22131 il y a 13 ans
x86_64 f340ef87e3 * get_addr function renamed to get_pc_addr il y a 13 ans
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 il y a 21 ans
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files il y a 17 ans
Makefile 834026bfb5 * synchronised with trunk up to r21067 il y a 13 ans
Makefile.fpc aee5380ae0 * merged trunk up to r20882 il y a 13 ans
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files il y a 17 ans
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 il y a 14 ans
fpmake.pp 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling il y a 16 ans

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.