florian a553798151 * improved makefile rules for linux 13 년 전
..
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 f340ef87e3 * get_addr function renamed to get_pc_addr 13 년 전
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 025f840dd5 * Added ReplaceStr and ReplaceText functions, for Delphi compatibility 13 년 전
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 16 년 전
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 16 년 전
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.