daniel 1c452dd4f9 + Restore and fix text/file socket functionality. пре 18 година
..
amiga ff40ed3264 * Makefiles regenerated пре 18 година
arm d401c0a198 * activated internal get_frame for ARM. пре 18 година
atari f29fde8978 * CheckInitialStkLen and/or StackLength initialization added to previously omitted targets пре 20 година
beos ff40ed3264 * Makefiles regenerated пре 18 година
bsd 60ba78459c * pthread_t/TThreadID is a pointer on all BSDs/Darwin пре 19 година
darwin 34b731b44c + dependency on ctypes for initc so make -j works again пре 18 година
embedded ff40ed3264 * Makefiles regenerated пре 18 година
emx ff40ed3264 * Makefiles regenerated пре 18 година
freebsd ff40ed3264 * Makefiles regenerated пре 18 година
gba ff40ed3264 * Makefiles regenerated пре 18 година
go32v2 ff40ed3264 * Makefiles regenerated пре 18 година
i386 b3a1868ff0 * correct masking of exceptions in genmath code пре 18 година
inc 1c452dd4f9 + Restore and fix text/file socket functionality. пре 18 година
linux 7c08279f82 * forgotten commit, fixes loader assembling пре 18 година
m68k d127e002d8 * use default helpers for now пре 19 година
macos ff40ed3264 * Makefiles regenerated пре 18 година
morphos ff40ed3264 * Makefiles regenerated пре 18 година
nds ff40ed3264 * Makefiles regenerated пре 18 година
netbsd ff40ed3264 * Makefiles regenerated пре 18 година
netware 1c452dd4f9 + Restore and fix text/file socket functionality. пре 18 година
netwlibc f7da932aa4 * use ctypes instead of defining own types пре 18 година
objpas 2602ceb7e4 * Fixed StrToTime. TimeAMString and/or TimePMString can be empty on some locales and StrToTime crashed in this case. пре 18 година
openbsd 1c452dd4f9 + Restore and fix text/file socket functionality. пре 18 година
os2 702685717f * cleanup of rtlevents, remove startwait due to persistance guarantee пре 18 година
palmos ff40ed3264 * Makefiles regenerated пре 18 година
powerpc fc027d16c5 * syntax error in last commit fixed пре 18 година
powerpc64 2f0ce31751 * string concat changed from function to procedure to пре 19 година
solaris ff40ed3264 * Makefiles regenerated пре 18 година
sparc 800742939b + sparc InterlockedCompareExchange пре 19 година
ucmaps a78efe6cb9 + initial revision of unicode conversion files пре 25 година
unix 1c452dd4f9 + Restore and fix text/file socket functionality. пре 18 година
watcom ff40ed3264 * Makefiles regenerated пре 18 година
win 702685717f * cleanup of rtlevents, remove startwait due to persistance guarantee пре 18 година
win32 ce6f6ee4bf * fixed compilation on i386 пре 18 година
win64 b3a1868ff0 * correct masking of exceptions in genmath code пре 18 година
wince fef99bf8cb * Fixed AnsiCompareStr and AnsiCompareText if string(s) contains #0. It fixes webtbs/tw3170.pp пре 18 година
x86_64 b3a1868ff0 * correct masking of exceptions in genmath code пре 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 ff40ed3264 * Makefiles regenerated пре 18 година
Makefile.fpc 9e6d19a494 * rtl part of first Nintendo DS port пре 19 година
README 57f0c736a6 * updated variables пре 24 година
fpmake.inc 92538bcb2a Fixed lineinfo compilation with -gl пре 18 година
fpmake.pp 03f441c966 + Initial check-in пре 20 година

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.