fpc/rtl
2004-07-30 15:05:25 +00:00
..
amiga * Matrix unit included in build process 2004-07-07 21:37:29 +00:00
arm + assembler implementation of fpc_mul_qword 2004-03-23 21:03:10 +00:00
atari
beos * Matrix unit included in build process 2004-07-07 21:37:29 +00:00
bsd * small 1.0.x fix to earlier patch 2004-07-18 11:32:24 +00:00
darwin * revert back isatty 2004-07-09 21:41:47 +00:00
emx * simulated support for new heap manager 2004-07-24 01:15:25 +00:00
fakertl
freebsd * reverted more changes regarding isatty 2004-07-16 22:14:34 +00:00
go32v2 + matrix, convutil and strutils added 2004-07-18 21:50:36 +00:00
i386 * assembler version of mod_qword_word reactivated 2004-07-25 11:50:39 +00:00
inc + several unicode (to/from utf-8 conversion) stuff added 2004-07-18 20:21:44 +00:00
linux * fixed execpathstr setting 2004-07-09 22:31:22 +00:00
m68k + added currency and widestring support to TWriter and TReader 2004-05-23 12:42:42 +00:00
macos * envstr now returns empty string when index out of bounds 2004-07-25 22:46:14 +00:00
morphos * initial revision 2004-07-19 18:38:22 +00:00
netbsd * Matrix unit included in build process 2004-07-07 21:37:29 +00:00
netware make netware rtl compilable under 1.9.5 2004-07-30 15:05:25 +00:00
objpas + Implemented DivMod 2004-07-25 16:46:08 +00:00
openbsd * Matrix unit included in build process 2004-07-07 21:37:29 +00:00
os2 + convutil and strutils added 2004-07-18 21:44:38 +00:00
palmos
posix
powerpc * fixed overflow checking for qword multiplication 2004-05-29 21:35:54 +00:00
sparc * remove comment warnings 2004-05-31 14:31:57 +00:00
sunos
template * New heapmanager that releases memory back to the OS, donated 2004-06-17 16:16:13 +00:00
ucmaps
unix * envstr now returns empty string when index out of bounds 2004-07-25 22:46:14 +00:00
watcom * New heapmanager that releases memory back to the OS, donated 2004-06-17 16:16:13 +00:00
win32 + More TrackMouseEvent 2004-07-27 12:03:15 +00:00
x86_64 * fixed parameters of get_caller_*() 2004-06-05 07:55:22 +00:00
COPYING
COPYING.FPC
Makefile * morphos target added 2004-06-06 15:03:52 +00:00
Makefile.fpc * morphos target added 2004-06-06 15:03:52 +00:00
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.