fpc/rtl
sergei bd15329d38 * variants.pp, modified TCustomVariantType constructors to they pass basic tests (tests/units/variants/tcustomvariant.pp)
* Changed allowed custom VarType range to $10F..$FFF (as specified in Delphi documentation).

git-svn-id: trunk@16323 -
2010-11-10 16:27:23 +00:00
..
amiga * MorphOS, Amiga: changed definition of sLineBreak to match other system units, fixes fcl-base build 2010-10-21 02:13:57 +00:00
arm
atari
avr
beos + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
bsd * Avoid warning at compilation 2010-08-24 14:57:01 +00:00
darwin + cpu unit for x86-64 containing a CAS128 implementation 2010-11-01 08:20:31 +00:00
embedded + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
emx * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
freebsd + cpu unit for x86-64 containing a CAS128 implementation 2010-11-01 08:20:31 +00:00
gba + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
go32v2 + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
haiku + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
i386 * implementation of bit scan intrinsics by Richard Vida, resolves #17592 2010-10-16 15:03:30 +00:00
inc * variants.pp, modified TCustomVariantType constructors to they pass basic tests (tests/units/variants/tcustomvariant.pp) 2010-11-10 16:27:23 +00:00
linux + cpu unit for x86-64 containing a CAS128 implementation 2010-11-01 08:20:31 +00:00
m68k
macos + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
mips
mipsel
morphos * MorphOS, Amiga: changed definition of sLineBreak to match other system units, fixes fcl-base build 2010-10-21 02:13:57 +00:00
nativent
nds * Updated nds to devkitARM r32 and libnds 1.4.8 2010-10-31 15:22:49 +00:00
netbsd + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
netware * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
netwlibc + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
objpas * SysUtils unit, fixed return value of FileSetDate: 2010-11-09 09:52:42 +00:00
openbsd + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
os2 * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
palmos + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
powerpc
powerpc64
qnx + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
solaris + cpu unit for x86-64 containing a CAS128 implementation 2010-11-01 08:20:31 +00:00
sparc
symbian + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
ucmaps
unix * hook up CompareUnicodeStringProc and CompareTextUnicodeStringProc in 2010-11-03 12:16:20 +00:00
watcom + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
win * win/sysutils.pp, implement CompareUnicodeString and CompareTextUnicodeString, resolves #17591. 2010-11-02 07:34:23 +00:00
win32 + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
win64 + cpu unit for x86-64 containing a CAS128 implementation 2010-11-01 08:20:31 +00:00
wince * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
x86_64 + cpu unit for x86-64 containing a CAS128 implementation 2010-11-01 08:20:31 +00:00
COPYING.FPC
COPYING.txt
fpmake.inc
fpmake.pp
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +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.