fpc/rtl
Jonas Maebe d4b6406e62 * fixed compilation of new str<->float code on the JVM target (patch by
Max Nazhalov) and use that code by default on the JVM target
  * adapted JVM tests for the new str<->float code similar to how the
    generic tests were adapted

git-svn-id: trunk@25954 -
2013-11-06 16:13:50 +00:00
..
aix * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
amiga * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
android * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
arm reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 2013-10-02 18:31:28 +00:00
atari * restores atari support/rtl partially 2013-10-06 19:36:59 +00:00
avr
beos * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
bsd NetBSD getcwd system call also returns string length 2013-10-05 21:23:47 +00:00
charmaps + enabled compilation of the code page units for i8086-msdos 2013-10-09 23:39:36 +00:00
darwin + added now that the iOS SDK files aren't under NDA anymore 2013-10-14 19:29:39 +00:00
embedded * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
emx * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
freebsd - 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. 2013-10-10 13:14:56 +00:00
gba * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
go32v2 * fixed the stack traces (StackTop initialization) under go32v2 as well 2013-10-28 00:14:08 +00:00
haiku * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
i386 * Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef 2013-09-29 10:53:49 +00:00
i8086 * get_caller_frame for i8086 optimized for size 2013-10-27 12:01:29 +00:00
inc * fixed compilation of new str<->float code on the JVM target (patch by 2013-11-06 16:13:50 +00:00
java * fixed compilation of new str<->float code on the JVM target (patch by 2013-11-06 16:13:50 +00:00
jvm
linux - Linux RTL: MIPS no longer needs the softfloat code, don't compile it. 2013-10-30 12:25:11 +00:00
m68k really fixed FillChar and fixed FillWord. fixes 8 tests. 2013-10-02 12:33:52 +00:00
macos * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
mips * MIPS setjmp/longjmp: save/restore nonvolatile FPU registers and FPU control word. 2013-10-13 21:25:40 +00:00
mipsel Add missing i after dollar for include directive 2013-09-23 11:56:41 +00:00
morphos * changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer 2013-11-06 13:17:06 +00:00
msdos + added exeinfo to the implicitunits list in the makefile for i8086-msdos 2013-10-27 14:23:31 +00:00
nativent * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
nds * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
netbsd * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
netware * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
netwlibc * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
objpas * changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer 2013-11-06 13:17:06 +00:00
openbsd * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
os2 * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
palmos * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
powerpc
powerpc64
qnx * synchronised with trunk up to r25167 (fixes glib compilation via r25164, 2013-07-24 14:24:49 +00:00
solaris * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
sparc
symbian * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
ucmaps
unix Fix for Mantis #25041 . Correctly set CurrentThreadVar for those tthread.inc incarnations that don't use the default ThreadProc in classes.inc (this should be changed in the future though...). In addition to Unix systems as described by the bug report this also involved BeOS and Netware LibC. 2013-09-17 18:02:12 +00:00
watcom * CrtOpen, CrtClose, CrtRead, CrtWrite and CrtReturn changed to procedures, instead of functions 2013-09-17 11:17:29 +00:00
wii * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
win + added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to 2013-10-14 11:59:24 +00:00
win32 * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
win64 * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
wince * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
x86_64 * typecheck_real_to_currency: generate inline round() node instead of direct call to fpc_round_real, this allows target-specific processing to take place and possibly emit more efficient code. 2013-10-10 12:46:51 +00:00
COPYING.FPC
COPYING.txt * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
fpmake.inc
fpmake.pp - Removed empty include file wustrings.inc 2013-09-24 16:35:04 +00:00
Makefile * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc * merge i8086 branch by Nikolay Nikolov 2013-04-25 20:23:51 +00:00
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.