* harbour-win-spec
* src/pp/hbpp.c
* src/compiler/hbusage.c
* doc/class_tp.txt
* doc/howtobld.txt
* doc/howtosvn.txt
* doc/hdr_tpl.txt
* doc/readme.txt
* doc/whatsnew.txt
* harbour-wce-spec
* INSTALL
* harbour.spec
* utils/hbformat/hbformat.prg
* utils/hbmk2/examples/plug_tpl.prg
* utils/hbi18n/hbi18n.prg
* utils/hbtest/hbtest.prg
* utils/hbrun/hbrun.prg
* config/global.mk
* Deleted 'www.' from harbour-project.org website name.
(www.harbour-project.org -> harbour-project.org)
* contrib/xhb/xhbarr.c
+ Added TOFIX for AREMOVE() which should better be moved
to hbxpp lib (possibly after deleting the xhb extension from
that implementation).
* package/winuni/RELNOTES
+ Added 'harbour-project.org'
25 lines
997 B
Plaintext
25 lines
997 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
Welcome to Harbour
|
|
==================
|
|
|
|
Harbour is a free software compiler for the xBase superset language often
|
|
referred to as Clipper (the language that is implemented by the compiler
|
|
CA-Cl*pper). The goal of the Harbour project is to produce a cross platform
|
|
CA-Cl*pper compatible compiler.
|
|
|
|
The Harbour web site is at <URL:http://harbour-project.org/>. If you
|
|
have any problems with this copy of Harbour please visit our web site and
|
|
ensure that you are using the latest release.
|
|
|
|
If you have any questions about Harbour please be sure to read the FAQ
|
|
<URL:http://harbour-project.org/faq/>. Also, please be sure to read the
|
|
documentation that comes with Harbour, you should find it in the same
|
|
directory in which you found this file.
|
|
|
|
If you are reading this file as part of a source distribution of harbour you
|
|
probably want to start by reading dirstruc.txt because this is your map to
|
|
the harbour source directories.
|