marco 7c52be9287 * moved a linux specific call to the implementation of system, where 16 лет назад
..
amiga 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey 16 лет назад
arm 22aacd2a60 * return 0 for length(pchar(0)), like Kylix does (using corrected and 17 лет назад
atari 17a001354a * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp 17 лет назад
avr d672700a59 * some avr fixes 17 лет назад
beos 80fe51380d * Removed unused private fields TThread.FMethod and TThread.FSynchronizeException. 16 лет назад
bsd c40d6cca8b + Darwin-specific fcntl constants 16 лет назад
darwin f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system 16 лет назад
embedded 8c7f6fb7ac + more register definitions by Seppo Suutarla 16 лет назад
emx b873d3133f * unicodestringmanager patch from r11743 extended to OS/2 and other platforms using system.pas instead of system.pp 17 лет назад
freebsd f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system 16 лет назад
gba d2dabe9a33 * updated nds/gba linker scripts and reverted some changes for 2.2.4a release 16 лет назад
go32v2 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey 16 лет назад
haiku e11754d0b5 * Implement do_IsDevice without relying on IOCTL_TCGETS (unsupported on Haiku). This enable mouse support in the Freepascal IDE. 16 лет назад
i386 0597c300f4 * applied feature dependencies patch by Sven Barth from mantis #13673 : 16 лет назад
inc 9c280eae26 * fixed range error introduced in r13213 16 лет назад
linux 7c52be9287 * moved a linux specific call to the implementation of system, where 16 лет назад
m68k d127e002d8 * use default helpers for now 19 лет назад
macos 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 лет назад
morphos ddad9f320d * fixed typo 17 лет назад
nds c21d5765ac * fixed properties 16 лет назад
netbsd f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system 16 лет назад
netware 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey 16 лет назад
netwlibc 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey 16 лет назад
objpas bc8ccacab8 * TInterfacedPersistent requires that the interface is requested from the owner if an owner is SetActive 16 лет назад
openbsd f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system 16 лет назад
os2 ddd02b7f26 * Change so that when FindFirst initially returns nonzero, FindClose is no longer needed (Windows compatible) 16 лет назад
palmos e5db5e4aa8 * regened makefiles to propagate makefile versions 17 лет назад
powerpc a24db8854c * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64, 16 лет назад
powerpc64 a24db8854c * fixed return value of InterlockedCompareExchange(64) for ppc/ppc64, 16 лет назад
qnx e5db5e4aa8 * regened makefiles to propagate makefile versions 17 лет назад
solaris f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system 16 лет назад
sparc 30a51c2dee + support for the different rounding modes in the generic rounding 17 лет назад
symbian d4d7b695c7 - removed all "islibrary:=false;" assignments from system unit 17 лет назад
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 лет назад
unix 7c52be9287 * moved a linux specific call to the implementation of system, where 16 лет назад
watcom 78c29a33ba * changed the parameters of gotoxy() and the return values of wherex/wherey 16 лет назад
win e4e2b5be18 * added overloeaded InterlockedExchangeAdd with first parameter being a pointer, resolves #13282 16 лет назад
win32 16b6313d81 * Lazarus .lpi version has been increased 16 лет назад
win64 bba2b87064 * Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed. 16 лет назад
wince fed5ef7c23 * Added declaration of GlobalReAllocPtr() for wince. Bug #13897. 16 лет назад
x86_64 bba2b87064 * Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed. 16 лет назад
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 17 лет назад
Makefile 17e62ae5e4 + build embedded rtl 17 лет назад
Makefile.fpc 17e62ae5e4 + build embedded rtl 17 лет назад
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 лет назад
fpmake.inc 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling 16 лет назад
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.