Tomas Hajny 2bcfe75ea8 * correction for copy&paste error in previous commit 13 anos atrás
..
aix 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
amiga 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
android 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
arm 64c122100f Small optimizations to FillChar for ARM 13 anos atrás
atari 27403b542b + FileNameCasePreserving added - see #18066 in Mantis 13 anos atrás
avr 8469741700 + Added additional addr pointer parameter to 13 anos atrás
beos 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
bsd 23f21254bd + Add USE_SIGACTION_SIGTRAMP 13 anos atrás
darwin 9ba5267b61 * use libc functions instead of (wrong) translations of C code for most 13 anos atrás
embedded 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
emx 24f8fa9774 * compilation fix (EMX was not updated when moving to PChar based *Dir calls) 13 anos atrás
freebsd 0584cfe9d5 * improve tcflow 13 anos atrás
gba 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
go32v2 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
haiku 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
i386 f340ef87e3 * get_addr function renamed to get_pc_addr 13 anos atrás
inc a311c53167 Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in common code (to allow correct backtrace for mips cpu) 13 anos atrás
java 56fcc87cb2 * add get_frame as an internal symbol for the jvm target because that target 13 anos atrás
jvm 56fcc87cb2 * add get_frame as an internal symbol for the jvm target because that target 13 anos atrás
linux 54bfc8156d Fix termios constants for mips cpu, mostly using octal prefix 13 anos atrás
m68k 8469741700 + Added additional addr pointer parameter to 13 anos atrás
macos 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
mips c234eae68a * cause bits must be clear as flags to avoid a second FPU exception 13 anos atrás
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux 13 anos atrás
morphos 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
nativent 22d1a8bbab Improve NativeNT RTL (tested on Windows 7) 13 anos atrás
nds 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
netbsd de9d8f2880 Regenerated after: Add x86_64 cpu specific units 13 anos atrás
netware 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 anos atrás
netwlibc 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 anos atrás
objpas 789a6452c9 * Implemented overloaded variant of fileage function 13 anos atrás
openbsd b1b96529ec * OpenBSD system errno.h constants fixed 13 anos atrás
os2 2bcfe75ea8 * correction for copy&paste error in previous commit 13 anos atrás
palmos 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
powerpc 8469741700 + Added additional addr pointer parameter to 13 anos atrás
powerpc64 8469741700 + Added additional addr pointer parameter to 13 anos atrás
qnx 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
solaris 6f0861e666 * Applied patch from Ludo Brands wrt constant used in termio.TCFlush. 13 anos atrás
sparc 8469741700 + Added additional addr pointer parameter to 13 anos atrás
symbian 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 anos atrás
unix 68c8383254 Add support for binary/octal/hexadecimal constants 13 anos atrás
watcom 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
wii 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
win 1f25547903 * Fixed compilation (mantis #22413) 13 anos atrás
win32 2ce563710a * another rule fix 13 anos atrás
win64 15b613a083 * another rule fix 13 anos atrás
wince 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 anos atrás
x86_64 1112041ff1 * get_pc_addr on x86_64 needs nostackframe attribute to return the correct value. 13 anos atrás
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 anos atrás
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 anos atrás
Makefile 834026bfb5 * synchronised with trunk up to r21067 13 anos atrás
Makefile.fpc aee5380ae0 * merged trunk up to r20882 13 anos atrás
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 anos atrás
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 anos atrás
fpmake.pp 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling 16 anos atrás

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.