giulio 028c6d9042 Inline methods inside classes unit protected by {$ifdef classesinline} il y a 17 ans
..
amiga 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
arm 20a12503b8 * Fixed fpc_shortstr_to_shortstr for arm. il y a 18 ans
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants il y a 18 ans
avr c05d4912f4 + basic system unit for avr-embedded il y a 18 ans
beos 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
bsd 57087da620 * return an empty string for paramstr(value>paramcount) (already correct il y a 18 ans
darwin 90fd155648 + enabled clocale for Darwin il y a 17 ans
embedded c05d4912f4 + basic system unit for avr-embedded il y a 18 ans
emx 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
freebsd 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
gba 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
go32v2 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
i386 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. il y a 18 ans
inc 9203f46e1a * Handling of -Sf parameter fixed il y a 17 ans
linux 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
m68k d127e002d8 * use default helpers for now il y a 19 ans
macos 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
morphos 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
nds 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
netbsd 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
netware 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
netwlibc 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
objpas 028c6d9042 Inline methods inside classes unit protected by {$ifdef classesinline} il y a 17 ans
openbsd 174de3eab1 Merged revisions 9693-10480 via svnmerge from il y a 18 ans
os2 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
palmos 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
powerpc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) il y a 18 ans
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is il y a 18 ans
solaris 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU il y a 18 ans
symbian 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
ucmaps a78efe6cb9 + initial revision of unicode conversion files il y a 25 ans
unix 619ccffac0 * fix currency copy with extra safety on *BSD, fixed ampm il y a 18 ans
watcom f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants il y a 18 ans
win 9d19ee390c * bug #10571, getcompletionstatus was already added, postcompletionstatus in this commit il y a 17 ans
win32 d1dd8bd928 * Fixed warning and notes. il y a 17 ans
win64 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
wince 9d0acf1505 * Added some types and structs to make activex unit compilable. il y a 17 ans
x86_64 032352d98b + darwin/x86_64 support il y a 18 ans
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 il y a 21 ans
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 il y a 21 ans
Makefile 0b2f80a38b * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) il y a 17 ans
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed il y a 19 ans
README 57f0c736a6 * updated variables il y a 24 ans
fpmake.inc 4c54059cd7 * start of conversion to fpmake il y a 18 ans
fpmake.pp ac84523db3 * include fix fixes il y a 18 ans

README

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.