sergei 04d8e8a5dc * On 64-bit targets, handle abs(int64) internally, using the same code as for abs(longint), i.e. without branching. Both generic and x86-specific pass 2 code is already suitable for different operand sizes, only type checking needs removal of excessive conversions to 32 bits. %!s(int64=11) %!d(string=hai) anos
..
aix 4fa69488bc * fixed compilation of AIX rtl with -Cr %!s(int64=11) %!d(string=hai) anos
amiga fbc7b3d89a fixed some recently added external vs. public mixup, so Amiga binaries even link again %!s(int64=11) %!d(string=hai) anos
android 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
arm a94187c79b - ARM: cleaned out code corresponding to FPC_STRTOSHORTSTRINGPROC not defined (obsolete and removed from other targets long ago). %!s(int64=11) %!d(string=hai) anos
atari c465d3d64a * moving 4 cp9* units. These are 16-bit and big. %!s(int64=11) %!d(string=hai) anos
avr 98606eea15 Fixed some bugs in the AVR RTL code. %!s(int64=11) %!d(string=hai) anos
beos 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
bsd 2f8a1706e6 * x86_64-*bsd: cleaned out handwritten assembler threadvar access from syscall code. %!s(int64=11) %!d(string=hai) anos
charmaps c465d3d64a * moving 4 cp9* units. These are 16-bit and big. %!s(int64=11) %!d(string=hai) anos
darwin 75c6d67bc7 * Extention -> extension (By Reinier, bug ID #25979) %!s(int64=11) %!d(string=hai) anos
embedded 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
emx 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
freebsd a1c9a98e68 * Extention -> extension (By Reinier, bug ID #25979) %!s(int64=11) %!d(string=hai) anos
gba 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
go32v2 cedf009d3c * fix for SIGSEGV in Exec without command line parameters revealed in discussion for #26160 %!s(int64=11) %!d(string=hai) anos
haiku 55d62d6821 * removed units moved in r27349 (patch by Olivier Coursiere, mantis #26148) %!s(int64=11) %!d(string=hai) anos
i386 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. %!s(int64=11) %!d(string=hai) anos
i8086 ec75c5dfa0 + added an asm implementation of FillDWord for i8086 %!s(int64=11) %!d(string=hai) anos
inc 04d8e8a5dc * On 64-bit targets, handle abs(int64) internally, using the same code as for abs(longint), i.e. without branching. Both generic and x86-specific pass 2 code is already suitable for different operand sizes, only type checking needs removal of excessive conversions to 32 bits. %!s(int64=11) %!d(string=hai) anos
java 5bc6a2e934 * synchronised JVM versions of generic include files with current generic %!s(int64=11) %!d(string=hai) anos
jvm 94a045aa3d * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. %!s(int64=11) %!d(string=hai) anos
linux 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
m68k 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. %!s(int64=11) %!d(string=hai) anos
macos 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
mips 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. %!s(int64=11) %!d(string=hai) anos
mipsel 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. %!s(int64=11) %!d(string=hai) anos
morphos 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
msdos 2dc8839af5 * set class=data to all data segments/sections on i8086 %!s(int64=11) %!d(string=hai) anos
nativent efa80632ed Remove varutils, variants and dateutils units which are now in rtl-objpas package %!s(int64=11) %!d(string=hai) anos
nds 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
netbsd f188dec303 Add missing unixtype unit dependencies %!s(int64=11) %!d(string=hai) anos
netware 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
netwlibc 36e61086de - removed file coming from Novell NDK, whose licensing agreement forbids %!s(int64=11) %!d(string=hai) anos
objpas e89669bedc rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit %!s(int64=11) %!d(string=hai) anos
openbsd 7f8995186c - Remove openbsd/classes.pp and use generic unix/classes.pp instead. These files are identical, excluding whitespace and comments. %!s(int64=11) %!d(string=hai) anos
os2 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
palmos 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
powerpc a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. %!s(int64=11) %!d(string=hai) anos
powerpc64 a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. %!s(int64=11) %!d(string=hai) anos
qnx 67df7aebcf * minor updates %!s(int64=11) %!d(string=hai) anos
solaris 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
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. %!s(int64=11) %!d(string=hai) anos
symbian 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
ucmaps 729730454b + source file for cp852 (IBM Latin-2 / central Europe) added %!s(int64=12) %!d(string=hai) anos
unix bee20f79f0 * save original widestring manager on entry and restore it on exit, so that %!s(int64=11) %!d(string=hai) anos
watcom cedf009d3c * fix for SIGSEGV in Exec without command line parameters revealed in discussion for #26160 %!s(int64=11) %!d(string=hai) anos
wii 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
win 0a0739b916 * improved winexec comment, updated copyright year and add minor comment to gettickcount64 %!s(int64=11) %!d(string=hai) anos
win32 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
win64 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
wince bbfd061dcf * Extention -> extension (By Reinier, bug ID #25979) %!s(int64=11) %!d(string=hai) anos
x86_64 b16c6f8ced * i386 and x86_64 changes for Delphi compatibility: %!s(int64=11) %!d(string=hai) anos
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 %!s(int64=21) %!d(string=hai) anos
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) %!s(int64=12) %!d(string=hai) anos
Makefile 3d34a8a3b0 Makefiles updated with fpcmake rev 27428 %!s(int64=11) %!d(string=hai) anos
Makefile.fpc 2001609d9f * mipsel-android: rtl build. %!s(int64=12) %!d(string=hai) anos
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files %!s(int64=17) %!d(string=hai) anos
fpmake.inc 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. %!s(int64=11) %!d(string=hai) anos
fpmake.pp a8bc2085e8 - Delete strpas.inc files, no longer used, their contents has been merged into corresponding $(CPU).inc. %!s(int64=11) %!d(string=hai) anos

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.