<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Aug 25, 2015 at 12:50 PM, Joost van der Sluis <span dir="ltr"><<a href="mailto:joost@cnoc.nl" target="_blank">joost@cnoc.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello<br>
<br>
We have placed the first release candidate of the Free Pascal Compiler<br>
version 3.0.0 on our ftp servers.<br>
<br>
You can help improve the upcoming 3.0.0 release by downloading and<br>
testing this release. If you want you can report what you have done here:<br>
<a href="http://wiki.freepascal.org/Testers_3.0.0" rel="noreferrer" target="_blank">http://wiki.freepascal.org/Testers_3.0.0</a><br>
<br>
New features are listed at<br>
<a href="http://wiki.freepascal.org/FPC_New_Features_3.0" rel="noreferrer" target="_blank">http://wiki.freepascal.org/FPC_New_Features_3.0</a><br>
<br>
Changes that may break backwards compatibility are documented at<br>
<a href="http://wiki.freepascal.org/User_Changes_3.0.0" rel="noreferrer" target="_blank">http://wiki.freepascal.org/User_Changes_3.0.0</a><br>
<br>
Issues with this release candidate that we already know of are listed in<br>
the wiki: <a href="http://wiki.freepascal.org/Issues_3.0.0" rel="noreferrer" target="_blank">http://wiki.freepascal.org/Issues_3.0.0</a><br>
<br>
A preview of the 3.0.0 docs is available at<br>
<a href="http://www.freepascal.org/docs-html/3.0.0/" rel="noreferrer" target="_blank">http://www.freepascal.org/docs-html/3.0.0/</a><br>
<br>
Downloads are available at:<br>
* <a href="ftp://freepascal.stack.nl/pub/fpc/beta/3.0.0-rc1" rel="noreferrer" target="_blank">ftp://freepascal.stack.nl/pub/fpc/beta/3.0.0-rc1</a><br>
* <a href="ftp://gd.tuwien.ac.at/languages/pascal/fpc/beta/3.0.0-rc1" rel="noreferrer" target="_blank">ftp://gd.tuwien.ac.at/languages/pascal/fpc/beta/3.0.0-rc1</a><br>
* <a href="ftp://ftp.freepascal.org/pub/fpc/beta/3.0.0-rc1" rel="noreferrer" target="_blank">ftp://ftp.freepascal.org/pub/fpc/beta/3.0.0-rc1</a><br>
<br>
Enjoy!<br>
<br>
The Free Pascal Compiler Team<br>
<br>
<br>
                            Free Pascal Compiler<br>
<br>
                             Version 3.0.0-rc1<br>
<br>
****************************************************************************<br>
* Introduction<br>
****************************************************************************<br>
<br>
Please also read the platform specific README file, if it exists.<br>
<br>
This package contains an advanced freeware 32-bit/64-bit/16-bit pascal<br>
compiler for several platforms. The language and the runtime library are<br>
almost compatible with Turbo Pascal 7.0 and recent Delphi releases. There is also partial support for the Macintosh pascal dialect.<br>
<br>
News and changes related to this release are described in whatsnew.txt.<br>
<br>
Free Pascal 3.0.0 is currently available for the following platforms:<br>
- Linux-i386<br>
- Linux-x86_64 (amd64)<br>
- Linux-powerpc<br>
- Linux-sparc<br>
- Linux-ARM<br>
- Win32-i386 (Win95/98/Me/XP/2000/2003/Vista/7 and WinNT)<br>
- Win64-x86_64 (XP/Vista/2003)<br>
- Wince-ARM (cross compiled from win32-i386)<br>
- FreeBSD-i386<br>
- FreeBSD-x86_64<br>
- Mac OS X/Darwin for PowerPC (32 and 64 bit)<br>
- Mac OS X/Darwin for Intel (32 and 64 bit)<br>
- iOS, iPhoneSimulator<br>
- OS/2-i386 (OS/2 Warp v3.0, 4.0, WarpServer for e-Business and eComStation)<br>
- GO32v2-i386<br>
<br>
There are other platforms (like other BSD variants) which are more or less working, but there is currently no maintainer for them and thus we cannot provide adequate support. If you want to change this and create and maintain versions for other platforms and targets, feel free to contact us, e-mail addresses are listed below.<br>
<br>
<br>
****************************************************************************<br>
* Features<br>
****************************************************************************<br>
<br>
- high speed compiler<br>
- fully 16, 32 or 64-bit code<br>
  - 32 bit compiler can be used on x86_64 Linux distributions to compile<br>
    32 bit applications<br>
- language features:<br>
  - almost fully compatible with Borland Pascal and Borland Delphi<br>
  - ansi strings<br>
  - wide strings<br>
  - exception support<br>
  - RTTI support<br>
  - procedure overloading<br>
  - generics (experimental)<br>
  - operator overloading<br>
  - COM, CORBA and raw interfaces support<br>
  - dynamic array support<br>
  - variant support<br>
  - inlining<br>
- code optimizer:<br>
  - peephole optimizer (80x86 only)<br>
  - jump optimizer<br>
  - loading of variables into registers<br>
  - assembler level dataflow analyzer (80x86 only)<br>
  - stack frame eliminations<br>
  - sophisticated register allocator<br>
- integrated BASM (built-in assembler) parser<br>
  - supports ATT syntax used by GNU C<br>
  - supports Intel syntax used by Turbo Pascal (80x86-only)<br>
- can compile code into assembler source code for these assemblers:<br>
  - GNU Assembler (GAS)<br>
  - Netwide assembler (Nasm)<br>
  - Microsoft Assembler/Turbo Assembler (Masm/Tasm)<br>
  - Watcom assembler (wasm)<br>
- internal assembler for ultra fast object file generation<br>
- can call external C code<br>
  - h2pas utility to convert .h files to Pascal units<br>
- smart linking (also known as dead code stripping)<br>
- support for the GNU debugger<br>
- integrated development environment (disabled by default on Mac OS X)<br>
  - powerful user friendly Wordstar compatible multi file editor<br>
  - context sensitive help supports help files in HTML, Windows HLP and<br>
    Borland TPH format.<br>
  - debugger on most platforms<br>
- can create binaries running natively under both DOS and OS/2 (EMX version)<br>
- no need for Linux distribution specific binaries, programs you write run<br>
  on all distributions<br>
- high quality documentation<br>
<br>
<br>
****************************************************************************<br>
* Minimum requirements<br>
****************************************************************************<br>
<br>
i386, x86_64, PowerPC or Sparc processor<br>
Win32:<br>
 - MS Windows NT/2000/2003/XP/Vista/7 (Win95, 98 and ME are not supported<br>
   in FPC officially any longer).<br>
 - 16 MB RAM<br>
OS/2:<br>
 - OS/2 Warp v3.0 with one of late fixpaks - FP 35 should be fine,<br>
   OS/2 Warp v4.0 with FP 5 and above, WSeB, MCP or any eComStation version<br>
   (OS/2 2.0/2.1 currently not supported, not even for compiled programs).<br>
 - Certain features (e.g. Unicode support in the RTL) require proper support<br>
   only available in later OS/2 versions (at least OS/2 Warp 4.0 FP14),<br>
   otherwise the functionality may be limited (but the binaries still work<br>
   even on the older versions, albeit with some limitations).<br>
Linux:<br>
 - system running a 2.4.x kernel<br>
FreeBSD:<br>
- There are separate releases for FreeBSD 7.x system or 8.x system. The code<br>
    works on 6.x too. Older versions might need specific adaptations.<br>
Mac OS X:<br>
 - Mac OS X 10.4 and higher<br>
Mac OS (classic)<br>
 - Mac OS 9.2 has been tested, should probably also work from 7.5.3 and up.<br>
<br>
<br>
****************************************************************************<br>
* Quick start - Win32<br>
****************************************************************************<br>
<br>
Download the distribution package (fpc-3.0.0.i386-win32.exe) and run it<br>
- it is a self-extracting installer, so just follow the instructions<br>
to install it. The installer should set the PATH environment variable as<br>
appropriate.<br>
<br>
To test the compiler, change to the demo\texts directory of the FPC tree<br>
and type on the command line:<br>
        fpc hello<br>
        hello<br>
<br>
<br>
****************************************************************************<br>
* Quick start - DOS<br>
****************************************************************************<br>
<br>
Download distribution archive (dos300.zip for GO32v2) and unzip it into<br>
a temporary directory.<br>
<br>
Start the install program INSTALL.EXE and follow the instructions.<br>
<br>
Don't forget to set PATH as mentioned by the install program. If running<br>
under plain DOS, this can be done by opening file named AUTOEXEC.BAT located<br>
in the root directory of your boot drive (usually C:\) with a plain text<br>
editor (like <a href="http://EDIT.COM" rel="noreferrer" target="_blank">EDIT.COM</a>), extending the line starting with "set PATH=" (case<br>
insensitive) with path to newly installed binaries (installation root as<br>
selected in the installation program appended with "\BIN\GO32v2") and save<br>
it.<br>
<br>
To test the compiler, change to the demo\texts directory of the FPC tree<br>
and type<br>
        fpc hello<br>
        hello<br>
<br>
<br>
****************************************************************************<br>
* Quick start - OS/2 / eComStation<br>
****************************************************************************<br>
<br>
Download distribution archive (os2300.zip for OS/2 or eComStation) and unzip<br>
it into a temporary directory.<br>
<br>
Start the install program INSTALL.EXE and follow the instructions.<br>
<br>
Don't forget to set PATH and LIBPATH as mentioned by the install program.<br>
This can be done by opening file named CONFIG.SYS located in the root<br>
directory of your boot drive (e.g. C:\) with a plain text editor (e.g.<br>
E.EXE), extending the lines starting with "set PATH=" and "LIBPATH=" (both<br>
are case insensitive) with path to newly installed binaries (installation<br>
root as selected in the installation program appended with "\BIN\OS2" for<br>
PATH and "\DLL" for LIBPATH) and save it again as a plain text file.<br>
Note that changes to LIBPATH require restart of your machine in order to come<br>
into effect.<br>
<br>
To test the compiler, change to the demo\texts directory of the FPC tree<br>
and type<br>
        fpc hello<br>
        hello<br>
<br>
<br>
****************************************************************************<br>
* Quick start - Linux/FreeBSD<br>
****************************************************************************<br>
<br>
Download fpc-3.0.0.<cpu>-<os>.tar and untar into a temporary directory.<br>
<br>
Start the install script with ./install.sh and follow the instructions.<br>
<br>
To test the compiler, change to the demo/texts directory of the FPC tree<br>
and type<br>
        fpc hello<br>
        hello<br>
<br>
<br>
****************************************************************************<br>
* Quick start - Mac OS X/Darwin<br>
****************************************************************************<br>
<br>
Xcode must be installed before FPC is installed. In case of Xcode 4.3<br>
and later, additionally install the "Command Line Tools" by going to<br>
"Preferences" and then "Downloads".<br>
<br>
There are two methods to install Free Pascal for Mac OS X.<br>
<br>
1) Download and install the Mac OS X package (fpc-3.0.0.powerpc-macosx.dmg)<br>
<br>
This gives you the Free Pascal Compiler and the Xcode integration kit.<br>
<br>
2) Install fpc using fink<br>
<br>
This gives you the Free Pascal Compiler, including all libraries, packages<br>
and units from its sources, including Free Vision and the IDE, which partly<br>
works using X11 xterm.<br>
<br>
<br>
With method 1 follow the instructions to install the XCode integration kit<br>
at:<br>
<br>
<a href="http://www.freepascal.org/xcode.html" rel="noreferrer" target="_blank">http://www.freepascal.org/xcode.html</a><br>
<br>
Method 2 is mainly meant for using the compiler through the command<br>
line. Fink takes care of setting the PATH variable. You can also use the<br>
command line with Free Pascal installed using method 1. The main point<br>
is to change your PATH as described below:<br>
<br>
The compiler is called "fpc" and will be installed in /usr/local/bin. This<br>
directory may not be in your PATH yet (if you type "fpc" in a Terminal<br>
window and you get something like "fpc: command not found", then it isn't).<br>
If the installation directory is not yet in your PATH, you will have to add<br>
it. To get an idea, how to do this, follow the instructions at:<br>
<br>
"<a href="http://fink.sourceforge.net/doc/users-guide/install.php#setup" rel="noreferrer" target="_blank">http://fink.sourceforge.net/doc/users-guide/install.php#setup</a>"<br>
<br>
to determine which file you have to edit, but instead of adding the line<br>
suggested there, add the following at the end:<br>
<br>
- if your shell is the Bourne shell (bash):<br>
<br>
        export PATH=/usr/local/bin:$PATH<br>
<br>
When using Terminal.app add this to ".bash_profile",<br>
when using the X11 xterm add this to ".bashrc".<br>
If these files do not exist yet in your home directory, you have to create<br>
them, for example with nano (or any other text editor):<br>
<br>
        nano .bash_profile<br>
<br>
- if your shell is the C Shell (csh or tcsh):<br>
<br>
        setenv PATH /usr/local/bin:${PATH}<br>
<br>
Next, close the Terminal window and open a new one. Now, the PATH should<br>
be set correctly. After installing the package, you can write your<br>
source code in your favorite editor (including Project Builder and XCode).<br>
To compile something, go to the directory containing your source files in<br>
Terminal and type:<br>
<br>
        fpc name_of_your_source_file<br>
<br>
The compiler only accepts one file name as argument, but will automatically<br>
search for and compile any units used by the specified source file. Run<br>
"fpc" without any arguments to get an overview of the possible command line<br>
options.<br>
<br>
<br>
****************************************************************************<br>
* Documentation<br>
****************************************************************************<br>
<br>
The documentation is available as HTML pages, PDF, PS, and text although the<br>
recommended format is pdf. The latest PDF version is available on<br>
<a href="ftp://ftp.freepascal.org/fpc/dist/docs-pdf/" rel="noreferrer" target="_blank">ftp://ftp.freepascal.org/fpc/dist/docs-pdf/</a>, other formats are available<br>
for download in the directory of the respective distributed release.<br>
<br>
NB that there is at present no FPC specific documentation for the platform<br>
specific API (like Win32 system functions, etc.). There is a note in the ftp<br>
/doc explaining where MS help file documenting Win32 API can be obtained,<br>
other platforms (especially Unix-based ones) often come with this<br>
documentation included in system installation.<br>
<br>
<br>
****************************************************************************<br>
* Suggestions, Help, Bug reporting, snapshots,  ...<br>
****************************************************************************<br>
<br>
Suggestions, Help ...<br>
---------------------<br>
e-mail: <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a> (bugs, developer related questions)<br>
e-mail: <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a> (general pascal related questions)<br>
<br>
Both these adresses are for mailing lists. If you're not subscribed,<br>
be sure to mention this fact when sending questions to these lists,<br>
so that people sending answers know about it and send you a copy.<br>
Information about available lists and subscription can be found<br>
on <a href="http://lists.freepascal.org/mailman/listinfo" rel="noreferrer" target="_blank">http://lists.freepascal.org/mailman/listinfo</a><br>
<br>
Combined with Lazarus, an IDE for the Free Pascal Compiler:<br>
Web forum: <a href="http://forum.lazarus.freepascal.org" rel="noreferrer" target="_blank">http://forum.lazarus.freepascal.org</a> (all questions)<br>
Wiki: <a href="http://wiki.freepascal.org" rel="noreferrer" target="_blank">http://wiki.freepascal.org</a><br>
<br>
WWW: <a href="http://www.freepascal.org" rel="noreferrer" target="_blank">http://www.freepascal.org</a><br>
FTP: <a href="ftp://ftp.freepascal.org/fpc" rel="noreferrer" target="_blank">ftp://ftp.freepascal.org/fpc</a><br>
(several mirrors exist, see website for links)<br>
<br>
Additional information about mailing lists, news, future plans etc.<br>
can be found on the web site.<br>
<br>
SNAPSHOTS & SOURCES<br>
-------------------<br>
One of the features of FPC is the snapshots. These are made daily or weekly<br>
from the developers' latest versions of the source. Snapshots are available<br>
for GO32v2, Win32, OS/2 and Linux versions. The latest snapshots are in:<br>
<a href="ftp://ftp.freepascal.org/fpc/snapshot/" rel="noreferrer" target="_blank">ftp://ftp.freepascal.org/fpc/snapshot/</a> in appropriately named .zip/tar<br>
files.<br>
<br>
You will also normally find in the snapshot archive file a readme, with<br>
a note about the latest included changes. It is quite common, though it<br>
doesn't always happen, that when a bug is reported it is fixed and a fixed<br>
version can be obtained the NEXT day in the appropriate snapshot.... yes<br>
really!<br>
<br>
Also on the ftp site you'll find a /dist directory, with the latest<br>
distributed releases, a /docs directory, and a /snapshot/<version>/source<br>
directory, in which every night at about 0100 GMT the latest source<br>
generated by the developers during the day & evening before is exported<br>
from SVN into ZIP file fpc.zip.<br>
<br>
<br>
Making your own snapshots<br>
-------------------------<br>
By downloading the /source files (makefiles are included) it is possible to<br>
make your own version of the fpc compiler/rtl and to modify it. You are of<br>
course free to do this so as long as you observe the licence conditions. In<br>
order to make the compiler/rtl & IDE in a resonable time (eg <30 minutes)<br>
you'll need at least 32 MB of physical memory (64 MB is better), at least<br>
a 200 MHz processor and at least 100 MB of free disk space. You'll also<br>
need some knowledge of makefiles & programming... it is not difficult but<br>
it isn't easy either!<br>
<br>
REPORTING BUGS<br>
----------------<br>
If you find a bug in the released version, you may want to try a snapshot<br>
(see SNAPSHOTS above) to see if it has been fixed before reporting it to<br>
the fpc-devel mailing list.<br>
<br>
If you find a fault or 'feature' in a release, please report it either<br>
using the bug reporting interface at <a href="http://bugs.freepascal.org" rel="noreferrer" target="_blank">http://bugs.freepascal.org</a>, or to<br>
the fpc-devel mailing list. PLEASE ALWAYS INCLUDE A COMPILABLE CODE<br>
FRAGMENT that can be used to reproduce the problem (or a link to larger<br>
archive if it cannot be reproduced with small example). Also state the<br>
FPC version, target platform (Win32, Linux, ...), operating system<br>
version (XP, Ubuntu 12.04, ...), the used compiler options and any other<br>
useful info so the developers can reproduce the problem. Otherwise they<br>
may not be able to fix it.<br>
<br>
<br>
****************************************************************************<br>
* License<br>
****************************************************************************<br>
<br>
The compiler and most utilities and executables distributed in this package<br>
fall under the GPL, for more information read the file COPYING.v2.<br>
<br>
Some specific utilities and programs come under the license described in<br>
COPYING.v3, <a href="http://COPYING.DJ" rel="noreferrer" target="_blank">COPYING.DJ</a>, COPYING.EMX, COPYING.RSX and licensez.ip.<br>
<br>
FPC for JVM comes with some third party tools which are convered by<br>
the following licenses:<br>
  - jasmin.jar comes under the license described in jasminli.txt<br>
  - bcel-6.0-SNAPSHOT.jar comes under the Apache 2.0 license, described by<br>
    apache2.txt<br>
<br>
Some of the licenses of the third party tools require to make the source<br>
available. If you cannot find the sources or information where to find<br>
them for a certain tool under such a license included into the FPC<br>
distribution, please contact us through the contact details given<br>
at <a href="http://www.freepascal.org/moreinfo.var" rel="noreferrer" target="_blank">http://www.freepascal.org/moreinfo.var</a> and we will provide you<br>
the sources or information where to find them.<br>
<br>
The documentation, unless otherwise noted, is distributed as free<br>
text, and is distributed under the GNU Library General Public<br>
License as found in file COPYING.<br>
<br>
The runtime library, package libraries, free component library, and<br>
other libraries which are used to create executables by the compiler<br>
come under a modified GNU Library General Public license. Additional<br>
information about the library license is found in COPYING.FPC.<br>
<br>
License conditions for DPMI provider for GO32v2 version (CWSDPMI.EXE)<br>
can be found in cwsdpmi.txt, sources and/or binary updates may be<br>
downloaded from <a href="http://clio.rice.edu/cwsdpmi/" rel="noreferrer" target="_blank">http://clio.rice.edu/cwsdpmi/</a>.<br>
<br>
The DOS version (go32v2) contains some binaries of DJGPP. You can obtain<br>
the full DJGPP package at: <a href="http://www.delorie.com/djgpp/" rel="noreferrer" target="_blank">http://www.delorie.com/djgpp/</a><br>
<br>
NOTE: OS/2 version of the installer uses the library UNZIP32.DLL from<br>
      Info-ZIP. Info-ZIP's software (Zip, UnZip and related utilities)<br>
      is free and can be obtained as source code or executables from<br>
      Internet/WWW sites, including <a href="http://www.info-zip.org" rel="noreferrer" target="_blank">http://www.info-zip.org</a>.<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" rel="noreferrer" target="_blank">l</a><br>
</blockquote></div><div class="gmail_extra"><br></div>Wow!</div><div class="gmail_extra"><br></div><div class="gmail_extra">This is the best news in this year!</div><div class="gmail_extra"><br></div><div class="gmail_extra">\o/\o/\o/ Congratulations! \o/\o/\o/</div><div class="gmail_extra"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Silvio Clécio</div></div></div>
</div></div>