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

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.