sergei 636736dda6 * log2() and log10(): replaced division by ln(base) with multiplication by reciprocal constant, this executes faster and somehow provides slightly better accuracy. 12 年之前
..
aix 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
amiga 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
android 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
arm c108a24cc8 reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 12 年之前
atari 304d7ef7a1 * restores atari support/rtl partially 12 年之前
avr 8469741700 + Added additional addr pointer parameter to 13 年之前
beos 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
bsd 8a0dccf590 NetBSD getcwd system call also returns string length 12 年之前
charmaps b73252bd3d + enabled compilation of the code page units for i8086-msdos 12 年之前
darwin 2b1a077b98 + added now that the iOS SDK files aren't under NDA anymore 12 年之前
embedded 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
emx 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
freebsd a3364a4b80 - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT label, it is a leftover from times when library startup code was erroneously halting owning process on exit. 12 年之前
gba 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
go32v2 f6f183f866 Put both _environ and __environ as .comm inside startup script to avoid crt1.o loading 12 年之前
haiku 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
i386 4b3bf874df * Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef 12 年之前
i8086 f23794bf39 * get_caller_frame for i8086 optimized for size 12 年之前
inc 897c8b8f7b * Cleanup fpc_trunc_real implementation. 12 年之前
java d4b6406e62 * fixed compilation of new str<->float code on the JVM target (patch by 12 年之前
jvm 22116ce9be * Revert changes to java-related files by r23604. 13 年之前
linux ca445577ff - Linux RTL: MIPS no longer needs the softfloat code, don't compile it. 12 年之前
m68k e27db65085 really fixed FillChar and fixed FillWord. fixes 8 tests. 12 年之前
macos 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
mips 1be7ec1dcd * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 12 年之前
mipsel edd59a4eb5 Add missing i after dollar for include directive 12 年之前
morphos 8fe7d82db7 * changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer 12 年之前
msdos fcd079db3d - rm the ss: prefix from the references, relative to bp (for them ss is the default) 12 年之前
nativent 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
nds 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
netbsd 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
netware 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
netwlibc 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
objpas 636736dda6 * log2() and log10(): replaced division by ln(base) with multiplication by reciprocal constant, this executes faster and somehow provides slightly better accuracy. 12 年之前
openbsd 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
os2 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
palmos 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
powerpc 8469741700 + Added additional addr pointer parameter to 13 年之前
powerpc64 8469741700 + Added additional addr pointer parameter to 13 年之前
qnx 29132f45b7 * synchronised with trunk up to r25167 (fixes glib compilation via r25164, 12 年之前
solaris 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
sparc 1ea8a397e5 * use membar only for sparcv9(+) 13 年之前
symbian 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
ucmaps e2e4634295 - remove maps with unclear header 13 年之前
unix cada770f9e * changed return value in case of failure in ThreadManager.SemaphoreInit 12 年之前
watcom 96c7a9325a * CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, instead of functions 12 年之前
wii 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
win 6cf2382760 + added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to 12 年之前
win32 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
win64 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
wince 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
x86_64 5ea99c84fd * x86_64 non-Win64 targets: calculate tan() and cotan() using x87 "fptan" instruction. 12 年之前
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 年之前
COPYING.txt 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 年之前
Makefile 1bea98995b * regenerated fpcmake makefiles after r25642 12 年之前
Makefile.fpc 0e41df598e * merge i8086 branch by Nikolay Nikolov 12 年之前
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 17 年之前
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 年之前
fpmake.pp 0914bb7944 - Removed empty include file wustrings.inc 12 年之前

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.