Files
harbour-core/harbour/doc/en-EN
Viktor Szakats 7903d5b170 2010-01-15 12:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/macro/macro.yyc
  * src/macro/macro.y
  * src/macro/macrolex.c
  * src/rtl/gtwvt/gtwvt.h
  * doc/en-EN/hb_apigt.txt
  * doc/en-EN/hb_api.txt
  * doc/en-EN/hb_vm.txt
  * doc/en-EN/hb_apiln.txt
  * doc/en-EN/hb_macro.txt
  * doc/en-EN/hb_apiit.txt
  * doc/en-EN/hb_apifs.txt
  * doc/codestyl.txt
  * include/hbthread.h
  * include/hbxvm.h
  * include/hbdefs.h
  * include/hbvm.h
  * include/hbcomp.h
  * include/hbcompdf.h
  * include/hbwmain.c
  * include/hbexpra.c
  * include/hbfloat.h
  * include/hbapicls.h
  * include/hbexprb.c
  * contrib/hbtpathy/tpos2.c
  * contrib/hbtpathy/tpunix.c
  * contrib/hbnf/prtscr.c
  * contrib/hbnf/proper.c
  * contrib/hbnf/fttext.c
  * contrib/hbnf/dispc.c
  * contrib/hbnf/ontick.c
  * contrib/hbnf/poke.c
  * contrib/hbpgsql/postgres.c
  * contrib/rddads/rddads.h
  * contrib/hbmisc/strfmt.c
  * contrib/hbmisc/ffind.c
  * contrib/hbwin/wapi_winbase.c
  * contrib/hbwin/axcore.c
  * contrib/hbwin/win_dll.c
  * examples/hbdoc/examples/core_es/hb_vm.txt
  * examples/hbdoc/examples/core_es/hb_apiln.txt
  * examples/rddado/adordd.prg
    * BOOL  -> HB_BOOL
    * TRUE  -> HB_TRUE
    * FALSE -> HB_FALSE
      ; Final touches after verification of whole codebase.
        GTWVG still needs changes.
    ! Fixed FT_FBOF() returning random value after FT_USE().
    ! Fixed some bool values stored in int types.
2010-01-15 11:06:44 +00:00
..
2009-10-18 23:39:23 +00:00
2009-10-18 23:39:23 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-10-18 23:39:23 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-10-18 23:39:23 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-10-18 23:39:23 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-11-07 02:15:44 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-11-08 15:27:45 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-10-18 23:39:23 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-10-18 23:39:23 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00
2009-09-19 14:30:32 +00:00

/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Document
 *  $NAME$
 *     OVERVIEW
 *  $CATEGORY$
 *     Document
 *  $ONELINER$
 *     HARBOUR Read me
 *  $DESCRIPTION$
 *
 *                        <b>The Harbour project</b>
 *
 * <b>************************************************************************</b>
 * <b>*  This file contains information on obtaining, installing, and using  *</b>
 * <b>*  Harbour. Please read it *completely* before asking for help.        *</b>
 * <b>************************************************************************</b>

 * Harbour is a free implementation of an xBase language compiler. It is
 * designed to be source code compatible with the CA-Cl*pper(r) compiler.
 * That means that if you've got some code that would compile using
 * CA-Cl*pper(r) then it should compile under Harbour. The Harbour-Project
 * web page is:
 *
 *              <b>http://www.harbour-project.org/</b>
 *
 * Status and other information is always available from the web site.
 * There is a Harbour mailing list. Harbour is still at a very early
 * stage of development, so the mailing list is very much a Developers
 * only list, although every body is welcome to join in the discussions.
 *
 * We would like you to join the Harbour development team. If you are
 * interested you may suscribe to our mailing list and start contributing
 * to this free public project.
 *
 * Please feel free to report all questions, ideas, suggestions, fixes,
 * code, etc. you may need and want. With the help of all of you, the Harbour
 * compiler and runtime libraries will become a reality very soon.
 *
 * <b>What this distribution contains</b>
 * ===============================
 *
 * This distribution is a Source code only distribution. It does not contain
 * any executable files. Executable versions of Harbour are available from
 * the web site. Executable versions of Harbour DO NOT create runable
 * programs. Harbour at the moment produces C output code, which must be
 * compiled with the Harbour Virtual Machine and the support libraries
 * in order to create a functioning program.
 * Please test running Harbour against your CA-Cl*pper source code and report
 * any problems that might occur.
 *
 * Very important: The preprocessor functionality is now working.
 *
 * <b>Installation</b>
 * ------------
 *
 * 1. Unzip with Harbour zip file using pkunzip or equivalent.
 *
 *         E.G. pkunzip -d build72.zip
 *
 *    This will create Harbour/ directory and all the relevant sub
 *    directories.
 *
 * 2. Compile Harbour using your C compiler. Make files for different
 *    platforms are included in the <WHERE ARE THEY?> directory.
 *
 * <b>--- COPYRIGHT ---</b>
 *
 * What copyright information do we have
 *
 * <b>--- LICENCE ---</b>
 *
 * Information about the License for usage of Harbour is available in the
 * file licence.txt (when we have a license)
 *
 * <b>--- DISCLAIMER ---</b>
 *
 * Participants of The Harbour Project assume no responsibility for errors or
 * omissions in these materials.
 *
 * <b>THESE MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.</b>
 *
 * Participants of The Harbour Project further do not warrant the accuracy or
 * completeness of the code, information, text, output or any other items
 * contained within these materials. Participants of The Harbour Project
 * shall not be liable for any special, direct, indirect, incidental, or
 * consequential damages, including without limitation, lost revenues or
 * lost profits, which may result from the use or mis-use of these materials.
 *
 * The information in The Harbour Project is subject to change without notice
 * and does not represent any future commitment by the participants of The
 * Harbour Project.
 *
 * The Harbour Project
 *
 *  $SEEALSO$
 *     License
 *  $END$
 */