michael 94e57aa463 * Moved WriteExceptionToStdErr to system unit, so it is observed even in absence of sysutils (bug ID 27708) 10 anos atrás
..
aarch64 2cacb588aa * replaced AArch64 setjmp/longjmp code initially taken from NetBSD with 10 anos atrás
aix fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
amicommon 48b38994c8 amicommon: the use OS-defined TICKS_PER_SECOND const instead of redefining it using another name 10 anos atrás
amiga bbecfeed9e Amiga: manually semaphore-protect the heap Pool, because classic Amiga has no MEMF_SEM_PROTECTED 10 anos atrás
android fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
arm 3ef4033e7d Test the proper CPUARM capability when chosing between blx and bl. 10 anos atrás
aros fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
atari db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
avr 0470cd2cb1 + CPU dependend string routine include files for AVR 10 anos atrás
beos fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
bsd 5a8959381c + Darwin/AArch64 support 10 anos atrás
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 anos atrás
darwin fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
dragonfly fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
embedded 886e3e8d02 * disable several complex procedures for avr with a newly introduced define: EXCLUDE_COMPLEX_PROCS. They 10 anos atrás
emx fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
freebsd fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
gba 177b007eba * Fixed gba rtl: it generated corrupted executables 10 anos atrás
go32v2 db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
haiku fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
i386 d39bfec4d2 + added missing i386 system unit includes fastmove.inc and int64p.inc to makefile.cpu 10 anos atrás
i8086 3497359a9f + added missing i8086 system unit includes hugeptr.inc, int32p.inc and 10 anos atrás
inc 94e57aa463 * Moved WriteExceptionToStdErr to system unit, so it is observed even in absence of sysutils (bug ID 27708) 10 anos atrás
java 67b8aceaee * synchronized with privatetrunk till r30095 10 anos atrás
jvm 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 11 anos atrás
linux 492101df76 * fixed a race condition during parallel build on linux, when the loaders are 10 anos atrás
m68k 7758ad9313 m68k: clear the FPU Control Register at program start. This fixes some testcode randomly failing on AmigaOS, where the FPCR state is inherited from the parent task. Also added the FPCR layout and rounding modes info, based on the Motorola 68k PRMm68k.inc 10 anos atrás
macos fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
mips b588b3143a + MIPS: Assembler implementation of FillChar 11 anos atrás
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. 11 anos atrás
morphos 0bccf5f09f morphos: use MEMF_SEM_PROTECTED flag for semaphore protect our memory pool. this is required for the future threading (concurrent accesses to the same pool from separate threads). 10 anos atrás
msdos 930327eabf * fixed a race condition during parallel build, when nasm tries to create the 10 anos atrás
nativent fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
nds 8dd9b46d60 * Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies 10 anos atrás
netbsd c45d3a2d96 Correct pthread related types 10 anos atrás
netware db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
netwlibc db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
objpas 94e57aa463 * Moved WriteExceptionToStdErr to system unit, so it is observed even in absence of sysutils (bug ID 27708) 10 anos atrás
openbsd 97b4a68e98 * Use C default packing for TStatFS type (fixes errors for x86_64 CPU) 10 anos atrás
os2 db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
palmos db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
powerpc a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. 11 anos atrás
powerpc64 c69265a61c * disable out big endian-specific helpers for ppc64le 10 anos atrás
qnx fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
solaris fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
sparc 217ab9879c * Enabled internal handling of Abs(longint) for all targets. It has been implemented in cross-platform way ages ago (see tcginlinenode.second_abs_long), but not enabled on MIPS,SPARC and m68k. 11 anos atrás
symbian fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
ucmaps fd6d7d680d * added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase 10 anos atrás
unix 9bf410e6a0 * Fix bug ID #27617, heap messed up due to not resetting pointer 10 anos atrás
watcom db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp 10 anos atrás
wii 0e93481dbf * Wii rtl: reverted wrong commit 10 anos atrás
win 076e43f799 * try to beautify image_delayload_descriptor a bit. But a 1:1 structure 10 anos atrás
win32 fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
win64 fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
wince fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
x86_64 7c884bd2ee + added all x86_64 specific system unit includes to rtl/x86_64/makefile.cpu 10 anos atrás
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 anos atrás
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 anos atrás
Makefile fa328436ab * regenerated for iphonesim/x86-64 10 anos atrás
Makefile.fpc f0c5074e34 + recurse into atari sub-directory 10 anos atrás
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 anos atrás
fpmake.inc 2578514853 * first dragonfly patch (existing most). Mantis #27091 10 anos atrás
fpmake.pp d407b668d1 * version updated to 3.1.1 10 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.