michael 441e059f32 * Changed ooChanged to ooChange, to be more consistent with tense in other values 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 2dbe48a76c * extra "addr" parameters for get_caller_addr/frame (patch by 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 1da4c0c3ce * SinCos overloads added, resolves #22663 13 年之前
inc 198625af47 * fixed memory statistics after try_concat_free_chunk_forward() concatenated 13 年之前
java 060e3ed4ee * changes from r21697, 21707, 21843, 21861, 21701, 21887, 21899 and 21900 13 年之前
jvm 56fcc87cb2 * add get_frame as an internal symbol for the jvm target because that target 13 年之前
linux 393f1d58ed * Fixed register rsi being overwritten. It is used to pass argc into libc_start_main. 13 年之前
m68k 8469741700 + Added additional addr pointer parameter to 13 年之前
macos 834026bfb5 * synchronised with trunk up to r21067 13 年之前
mips c234eae68a * cause bits must be clear as flags to avoid a second FPU exception 13 年之前
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux 13 年之前
morphos 834026bfb5 * synchronised with trunk up to r21067 13 年之前
nativent 3ad324ad13 Removed x86 unit from the Makefile.fpc (it's a Unix only unit) and regenerated Makefile. 13 年之前
nds 834026bfb5 * synchronised with trunk up to r21067 13 年之前
netbsd de9d8f2880 Regenerated after: Add x86_64 cpu specific units 13 年之前
netware 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 年之前
netwlibc 8eeb22720b * Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321) 13 年之前
objpas 441e059f32 * Changed ooChanged to ooChange, to be more consistent with tense in other values 13 年之前
openbsd b1b96529ec * OpenBSD system errno.h constants fixed 13 年之前
os2 2bcfe75ea8 * correction for copy&paste error in previous commit 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 d4eb2d7336 * fixed the conversion of 'UTF-8' to the corresponding code page number 13 年之前
watcom 834026bfb5 * synchronised with trunk up to r21067 13 年之前
wii 834026bfb5 * synchronised with trunk up to r21067 13 年之前
win df83d96559 + patch by CA Gorski adding missing 'kernel32' strings 13 年之前
win32 f6f6df2780 * removed line breaks 13 年之前
win64 0e9139c914 * retrieve stack size correctly 13 年之前
wince c64b400764 * fix Makefile to work with make 3.82 by adding missing compiler commands 13 年之前
x86_64 da32d99b7e * declare Sptr() and get_frame() as "nostackframe" 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.