Tomas Hajny be27984b3b * Amiga support hopefully finished há 23 anos atrás
..
amiga 3dad4cd3c4 * regenarated há 23 anos atrás
atari f0bb456351 - remove objinc.inc (unused file) há 23 anos atrás
beos 3dad4cd3c4 * regenarated há 23 anos atrás
bsd 12e9c34aac * Fix setitimer. há 23 anos atrás
darwin 5cc852aae8 + added sys_readdir code from OpenBSD in fixes branch há 23 anos atrás
emx 3dad4cd3c4 * regenarated há 23 anos atrás
fakertl 9f31783a0a * old logs removed and tabs fixed há 23 anos atrás
freebsd 3dad4cd3c4 * regenarated há 23 anos atrás
go32v2 3dad4cd3c4 * regenarated há 23 anos atrás
i386 f3f3ed17b7 * AMD CPUs could have SSE as well há 23 anos atrás
inc be27984b3b * Amiga support hopefully finished há 23 anos atrás
linux 3dad4cd3c4 * regenarated há 23 anos atrás
m68k af2000b0f7 * make the jmp_buf record packed, just in case há 23 anos atrás
macos 20f111f255 + created this file há 23 anos atrás
netbsd 9f31783a0a * old logs removed and tabs fixed há 23 anos atrás
netware 3dad4cd3c4 * regenarated há 23 anos atrás
objpas bfd3e76ccf + Fixed float<>string conversion routines há 23 anos atrás
openbsd 9f31783a0a * old logs removed and tabs fixed há 23 anos atrás
os2 25810d3dee * fix for missing end of comment block há 23 anos atrás
palmos 9f31783a0a * old logs removed and tabs fixed há 23 anos atrás
posix 3b33545449 * fixed sys_time call to (NIL) há 23 anos atrás
powerpc 757728dcd8 * macos: refs to globals in asm adapted to macos há 23 anos atrás
sparc 3ae9d42f65 + setjmp and longjmp há 23 anos atrás
sunos 9f31783a0a * old logs removed and tabs fixed há 23 anos atrás
template 3e7cd76b65 * replaced by genmath.inc há 23 anos atrás
ucmaps a78efe6cb9 + initial revision of unicode conversion files há 25 anos atrás
unix 5368a3596b * initial version, taken from bsdfunc.inc, since both linux and bsd use it há 23 anos atrás
win32 65113dcece + profiling support for Win32 há 23 anos atrás
COPYING 219026b171 Corrected License to Library license and FSF adress há 26 anos atrás
COPYING.FPC 8ebb06dbb4 + update license term to reflect reality há 23 anos atrás
Makefile 3dad4cd3c4 * regenarated há 23 anos atrás
Makefile.fpc 5d10a3aec8 * updated version number há 23 anos atrás
README 57f0c736a6 * updated variables há 24 anos atrás

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.