michael 2482742fc5 * Var -> Out parameters in tstrings.getnameval 17 ani în urmă
..
amiga b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
arm 20a12503b8 * Fixed fpc_shortstr_to_shortstr for arm. 18 ani în urmă
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 18 ani în urmă
avr c05d4912f4 + basic system unit for avr-embedded 18 ani în urmă
beos b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
bsd 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 18 ani în urmă
darwin b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
embedded b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
emx b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
freebsd b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
gba b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
go32v2 b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
haiku 0a79badb4e + added missing makefiles 17 ani în urmă
i386 f00beea41c * fixed i386/linux rtl compilation and functionality when compiled 17 ani în urmă
inc 29ba36e70b * when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856 17 ani în urmă
linux b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
m68k d127e002d8 * use default helpers for now 19 ani în urmă
macos b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
morphos b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
nds b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
netbsd b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
netware b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
netwlibc b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
objpas 2482742fc5 * Var -> Out parameters in tstrings.getnameval 17 ani în urmă
openbsd b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
os2 b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
palmos b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
powerpc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 18 ani în urmă
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is 18 ani în urmă
solaris b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU 18 ani în urmă
symbian b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 ani în urmă
unix 26575472b6 * Added GetUSerDir function (ID 11338) 17 ani în urmă
watcom b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
win 26575472b6 * Added GetUSerDir function (ID 11338) 17 ani în urmă
win32 b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
win64 b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
wince b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
x86_64 032352d98b + darwin/x86_64 support 18 ani în urmă
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 ani în urmă
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 ani în urmă
Makefile b6c43bad7d * regenerated for i386-Haiku and darwin cross compilation changes 17 ani în urmă
Makefile.fpc 35c0f78642 + Haiku support by Olivier Coursière based on old BeOS support 17 ani în urmă
README 57f0c736a6 * updated variables 24 ani în urmă
fpmake.inc 4c54059cd7 * start of conversion to fpmake 18 ani în urmă
fpmake.pp ac84523db3 * include fix fixes 18 ani în urmă

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.