pierre 461c459821 * fix SigActionRec for x86_64 cpu 16 anos atrás
..
amiga e246cac3ac * regenerated using latest fpcmake 16 anos atrás
arm fbebd87593 * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 16 anos atrás
atari 17a001354a * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp 17 anos atrás
avr d672700a59 * some avr fixes 17 anos atrás
beos e246cac3ac * regenerated using latest fpcmake 16 anos atrás
bsd 255a9e7d22 * dirent structure available on 10.6 and iPhoneOS 16 anos atrás
darwin e7d7867082 + added new tstatfs structure available on Mac OS X 10.6, which appears to 16 anos atrás
embedded 851b00f8e9 * more properties fixed 16 anos atrás
emx e246cac3ac * regenerated using latest fpcmake 16 anos atrás
freebsd 5121f470a2 * moved ugetrlimit to the implementation (as linux specific call it shouldn't be exported) 16 anos atrás
gba ec841a86f5 * Updated to devkitARM r27 and libnds 1.4.0 16 anos atrás
go32v2 01ed4a6745 * Implemented OnBeep to install custom beep handler 16 anos atrás
haiku e246cac3ac * regenerated using latest fpcmake 16 anos atrás
i386 92ff07deaf * several fixes by Pierre Pede (parts of his patch to mantis #12492) 16 anos atrás
inc 3138093fdf * changed errnum parameter of halt() from byte to longint to match the 16 anos atrás
linux 9e59c6dec7 * more mipsel code 16 anos atrás
m68k d127e002d8 * use default helpers for now 19 anos atrás
macos e246cac3ac * regenerated using latest fpcmake 16 anos atrás
mips 28ac4a8dda * several mips/mipsel related stuff fixed 16 anos atrás
mipsel 9e59c6dec7 * more mipsel code 16 anos atrás
morphos e246cac3ac * regenerated using latest fpcmake 16 anos atrás
nds ec841a86f5 * Updated to devkitARM r27 and libnds 1.4.0 16 anos atrás
netbsd 6ea40be296 * fixed more properties, I still wonder how this could be commited 16 anos atrás
netware e246cac3ac * regenerated using latest fpcmake 16 anos atrás
netwlibc e246cac3ac * regenerated using latest fpcmake 16 anos atrás
objpas 1cd32f5327 rtl: implement TCollection.SetPropName 16 anos atrás
openbsd e246cac3ac * regenerated using latest fpcmake 16 anos atrás
os2 01ed4a6745 * Implemented OnBeep to install custom beep handler 16 anos atrás
palmos e246cac3ac * regenerated using latest fpcmake 16 anos atrás
powerpc c2c68ddb8f - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs 16 anos atrás
powerpc64 c2c68ddb8f - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs 16 anos atrás
qnx e246cac3ac * regenerated using latest fpcmake 16 anos atrás
solaris 461c459821 * fix SigActionRec for x86_64 cpu 16 anos atrás
sparc 30a51c2dee + support for the different rounding modes in the generic rounding 17 anos atrás
symbian 851b00f8e9 * more properties fixed 16 anos atrás
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 anos atrás
unix a3884c4e49 * fixes bootstrapping with 2.2.x 16 anos atrás
watcom 6ea40be296 * fixed more properties, I still wonder how this could be commited 16 anos atrás
win d72c2991e5 * group type to u_long as per mantis 15241 16 anos atrás
win32 1cf64c032f * Patch to remove useless process_entry_hook from sven barth 16 anos atrás
win64 90d1dac1d3 + Add StartupConsoleMode as for win32 16 anos atrás
wince e2387a5ac5 * Fixed OnBeep 16 anos atrás
x86_64 05c1097395 * simplify SysInitFPU assmebler using local variables 16 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 17 anos atrás
Makefile 092823308a + mips(el) support in the compiler makefile 16 anos atrás
Makefile.fpc 847354fe10 * Makefiles version 2.5.1 16 anos atrás
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 anos atrás
fpmake.inc 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling 16 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.