fpc/rtl
2009-07-19 14:19:59 +00:00
..
amiga * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
arm
atari
avr
beos * Removed unused private fields TThread.FMethod and TThread.FSynchronizeException. 2009-05-02 12:09:30 +00:00
bsd + Darwin-specific fcntl constants 2009-05-23 10:10:56 +00:00
darwin * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
embedded + more register definitions by Seppo Suutarla 2009-07-02 17:50:13 +00:00
emx
freebsd * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
gba * updated nds/gba linker scripts and reverted some changes for 2.2.4a release 2009-05-31 12:15:24 +00:00
go32v2 * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
haiku * Implement do_IsDevice without relying on IOCTL_TCGETS (unsupported on Haiku). This enable mouse support in the Freepascal IDE. 2009-07-19 14:19:59 +00:00
i386 * applied feature dependencies patch by Sven Barth from mantis #13673 : 2009-05-09 20:08:57 +00:00
inc * fixed range error introduced in r13213 2009-06-27 11:20:30 +00:00
linux * fixed linux flock type by defining and using a kernel_off_t type 2009-05-09 19:47:59 +00:00
m68k
macos
morphos
nds * fixed properties 2009-06-22 18:55:28 +00:00
netbsd * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
netware * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
netwlibc * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
objpas * TInterfacedPersistent requires that the interface is requested from the owner if an owner is SetActive 2009-07-19 09:36:43 +00:00
openbsd * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
os2 * Change so that when FindFirst initially returns nonzero, FindClose is no longer needed (Windows compatible) 2009-05-29 07:27:41 +00:00
palmos
powerpc * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64, 2009-05-11 07:26:48 +00:00
powerpc64 * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64, 2009-05-11 07:26:48 +00:00
qnx
solaris * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
sparc
symbian
ucmaps
unix * skip glibc-specific modifiers while parsing the locale info 2009-07-16 16:51:10 +00:00
watcom * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
win * added overloeaded InterlockedExchangeAdd with first parameter being a pointer, resolves #13282 2009-07-05 18:57:48 +00:00
win32 * Lazarus .lpi version has been increased 2009-06-16 20:11:39 +00:00
win64 * Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed. 2009-05-13 10:45:54 +00:00
wince * Added declaration of GlobalReAllocPtr() for wince. Bug #13897. 2009-06-03 09:28:18 +00:00
x86_64 * Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed. 2009-05-13 10:45:54 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +00:00
fpmake.pp + unicode functions for sysutils, makes tunistr6.pp compiling 2009-07-17 14:05:19 +00:00
Makefile
Makefile.fpc
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.