2
0
florian e85df2a7fb * merged rev. 10867 to win64 and wince 17 жил өмнө
..
amiga b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
arm 20a12503b8 * Fixed fpc_shortstr_to_shortstr for arm. 17 жил өмнө
atari f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 жил өмнө
avr c05d4912f4 + basic system unit for avr-embedded 17 жил өмнө
beos 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 жил өмнө
bsd 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 жил өмнө
darwin b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
embedded c05d4912f4 + basic system unit for avr-embedded 17 жил өмнө
emx b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
freebsd fce221f9b4 * Added clocale.pp from Petr Kristan 17 жил өмнө
gba b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
go32v2 a88af10e7e + fgl and ctypes added to compilation in patch by Giulio Bernardi 17 жил өмнө
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. 17 жил өмнө
inc ff9273bf0d * flush standard files only if they are opend for output, resolves #11170 17 жил өмнө
linux 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 жил өмнө
m68k d127e002d8 * use default helpers for now 19 жил өмнө
macos b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
morphos b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
nds b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
netbsd b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
netware b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
netwlibc b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
objpas e57c36eaba * patch for #11110, unc drives and forcedirectories from Bart. 17 жил өмнө
openbsd 174de3eab1 Merged revisions 9693-10480 via svnmerge from 17 жил өмнө
os2 ed914574e2 * (slightly modified) patch by Laaca originally for GO32v2 - avoid disappearing mouse cursor in full screen sessions 17 жил өмнө
palmos b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
powerpc 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) 17 жил өмнө
powerpc64 2a479654f1 * remove asm for simple math functions so the generic inlined function is 17 жил өмнө
solaris 57087da620 * return an empty string for paramstr(value>paramcount) (already correct 17 жил өмнө
sparc 7da7364ee7 * refactored SysResetFPU into SysInitFPU and SysResetFPU 18 жил өмнө
symbian b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 жил өмнө
unix 619ccffac0 * fix currency copy with extra safety on *BSD, fixed ampm 17 жил өмнө
watcom f4f3ae84d0 * AllowDirectorySeparators and AllowDriveSeparators typed constants 17 жил өмнө
win ba9e709878 * fix for 11238 17 жил өмнө
win32 577d26b290 * better handling of error output for gui programs 17 жил өмнө
win64 e85df2a7fb * merged rev. 10867 to win64 and wince 17 жил өмнө
wince e85df2a7fb * merged rev. 10867 to win64 and wince 17 жил өмнө
x86_64 032352d98b + darwin/x86_64 support 18 жил өмнө
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 жил өмнө
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 жил өмнө
Makefile b0838b13d7 * add armeb target to compiler/Makefiles 17 жил өмнө
Makefile.fpc 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed 18 жил өмнө
README 57f0c736a6 * updated variables 24 жил өмнө
fpmake.inc 4c54059cd7 * start of conversion to fpmake 17 жил өмнө
fpmake.pp ac84523db3 * include fix fixes 17 жил өмнө

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.