yury adae4e9976 * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_WideStr. před 18 roky
..
amiga ff40ed3264 * Makefiles regenerated před 18 roky
arm 68a71f4ca3 * fixed SetPrecisionMode/GetPrecisionMode for wince. před 18 roky
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets před 20 roky
beos ff40ed3264 * Makefiles regenerated před 18 roky
bsd 60ba78459c * pthread_t/TThreadID is a pointer on all BSDs/Darwin před 19 roky
darwin ff40ed3264 * Makefiles regenerated před 18 roky
embedded ff40ed3264 * Makefiles regenerated před 18 roky
emx ff40ed3264 * Makefiles regenerated před 18 roky
freebsd ff40ed3264 * Makefiles regenerated před 18 roky
gba ff40ed3264 * Makefiles regenerated před 18 roky
go32v2 ff40ed3264 * Makefiles regenerated před 18 roky
i386 4b88079c41 + i386 assembler implementations of tan, cotan, sincos před 18 roky
inc adae4e9976 * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_WideStr. před 18 roky
linux 7c08279f82 * forgotten commit, fixes loader assembling před 18 roky
m68k d127e002d8 * use default helpers for now před 19 roky
macos ff40ed3264 * Makefiles regenerated před 18 roky
morphos ff40ed3264 * Makefiles regenerated před 18 roky
nds ff40ed3264 * Makefiles regenerated před 18 roky
netbsd ff40ed3264 * Makefiles regenerated před 18 roky
netware ff40ed3264 * Makefiles regenerated před 18 roky
netwlibc ff40ed3264 * Makefiles regenerated před 18 roky
objpas 35fdb22b91 * FileSetDate now working on Win, see #7837 před 18 roky
openbsd ff40ed3264 * Makefiles regenerated před 18 roky
os2 702685717f * cleanup of rtlevents, remove startwait due to persistance guarantee před 18 roky
palmos ff40ed3264 * Makefiles regenerated před 18 roky
powerpc 2f0ce31751 * string concat changed from function to procedure to před 19 roky
powerpc64 2f0ce31751 * string concat changed from function to procedure to před 19 roky
solaris ff40ed3264 * Makefiles regenerated před 18 roky
sparc 800742939b + sparc InterlockedCompareExchange před 19 roky
ucmaps a78efe6cb9 + initial revision of unicode conversion files před 25 roky
unix 702685717f * cleanup of rtlevents, remove startwait due to persistance guarantee před 18 roky
watcom ff40ed3264 * Makefiles regenerated před 18 roky
win 702685717f * cleanup of rtlevents, remove startwait due to persistance guarantee před 18 roky
win32 ff40ed3264 * Makefiles regenerated před 18 roky
win64 ff40ed3264 * Makefiles regenerated před 18 roky
wince 69e956949b * Made redef.inc wince only. před 18 roky
x86_64 538e1bb8e8 * fixed broken Math.SetExceptionMask před 18 roky
COPYING 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 před 21 roky
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 před 21 roky
Makefile ff40ed3264 * Makefiles regenerated před 18 roky
Makefile.fpc 9e6d19a494 * rtl part of first Nintendo DS port před 19 roky
README 57f0c736a6 * updated variables před 24 roky
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl před 18 roky
fpmake.pp 03f441c966 + Initial check-in před 20 roky

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.