2
0
florian e59861a5a3 * fix directories for ports unit 13 жил өмнө
..
aix 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
amiga 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
android 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
arm 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
atari 27403b542b + FileNameCasePreserving added - see #18066 in Mantis 13 жил өмнө
avr 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
beos 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
bsd 23f21254bd + Add USE_SIGACTION_SIGTRAMP 13 жил өмнө
darwin 9ba5267b61 * use libc functions instead of (wrong) translations of C code for most 13 жил өмнө
embedded 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
emx 24f8fa9774 * compilation fix (EMX was not updated when moving to PChar based *Dir calls) 13 жил өмнө
freebsd 0584cfe9d5 * improve tcflow 13 жил өмнө
gba 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
go32v2 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
haiku 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
i386 f340ef87e3 * get_addr function renamed to get_pc_addr 13 жил өмнө
inc f340ef87e3 * get_addr function renamed to get_pc_addr 13 жил өмнө
java 595f28e6fa + AnsistringClass.Create(unicodestring) constructor that implicitly selects 13 жил өмнө
jvm 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
linux e59861a5a3 * fix directories for ports unit 13 жил өмнө
m68k 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
macos 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
mips a3bc5eaa3f * Fix spelling error in last commit 13 жил өмнө
mipsel d681ad612b + several redirection include files for mipsel/mipsel-linux 13 жил өмнө
morphos 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
nativent 22d1a8bbab Improve NativeNT RTL (tested on Windows 7) 13 жил өмнө
nds 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
netbsd de9d8f2880 Regenerated after: Add x86_64 cpu specific units 13 жил өмнө
netware 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
netwlibc 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
objpas 262ff83658 * binary compare data compared data1 with itself, mantis #22241 Patch by ... 13 жил өмнө
openbsd b1b96529ec * OpenBSD system errno.h constants fixed 13 жил өмнө
os2 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
palmos 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
powerpc 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
powerpc64 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
qnx 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
solaris 6f0861e666 * Applied patch from Ludo Brands wrt constant used in termio.TCFlush. 13 жил өмнө
sparc 8469741700 + Added additional addr pointer parameter to 13 жил өмнө
symbian 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
ucmaps a78efe6cb9 + initial revision of unicode conversion files 25 жил өмнө
unix 185e34915c - Removed level 2 comments and control characters in comments. 13 жил өмнө
watcom 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
wii 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
win 1a3d8f483e * crtwrite didn't handle buffer writes > 255 chars properly, and the textrec buffer is 256 currently (and has been since svn history start). Mantis #22334 13 жил өмнө
win32 2ce563710a * another rule fix 13 жил өмнө
win64 15b613a083 * another rule fix 13 жил өмнө
wince 10023597d2 * fix import in wince system unit, patch by Gennadiy, resolves #22131 13 жил өмнө
x86_64 f340ef87e3 * get_addr function renamed to get_pc_addr 13 жил өмнө
COPYING.FPC 8117e33c2a + Made license more clear, upgraded to LGPL 2.1 21 жил өмнө
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 жил өмнө
Makefile 834026bfb5 * synchronised with trunk up to r21067 13 жил өмнө
Makefile.fpc aee5380ae0 * merged trunk up to r20882 13 жил өмнө
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 жил өмнө
fpmake.inc 935a030dca rtl: enable character unit compilation for win32 14 жил өмнө
fpmake.pp 5d8835861c + unicode functions for sysutils, makes tunistr6.pp compiling 16 жил өмнө

README.txt

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.