Files
harbour-core/harbour/examples/gfspell
Viktor Szakats b14c719757 2009-08-23 17:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* doc/gmake.txt
  * doc/man/hbmk.1
  * doc/whatsnew.txt
  * external/sqlite3/Makefile
  * external/libhpdf/Makefile
  * include/hbapi.h
  * include/hbver.ch
  * utils/hbmk2/hbmk2.prg
  * contrib/hbhpdf/Makefile
  * source/vm/cmdarg.c
  * source/main/harbour.c
  * source/rtl/version.c
  * config/global.mk
  * config/dir.mk
  * config/common/watcom.mk
  * config/rules.mk
  * examples/superlib/superlib.hbc
  * examples/superlib/superlib.hbp
  * examples/hbmsql/hbmsql.hbc
  * examples/hbmsql/hbmsql.hbp
  * examples/hbsqlit2/hbsqlit2.hbp
  * examples/hbsqlit2/hbsqlit2.hbc
  * examples/gfspell/gfspell.hbp
  * examples/gfspell/gfspell.hbc
  * examples/hbapollo/hbapollo.hbp
  * examples/hbapollo/hbapollo.hbc
    * HB_ARCH_AUTO -> HB_PLAT_AUTO
    * HB_HOST_ARCH -> HB_HOST_PLAT
    * 'architecture' -> 'platform' in text.
    * HB_VERSION_BUILD_ARCH -> HB_VERSION_BUILD_PLAT
      (INCOMPATIBLE, if you happen to use this from previous dev/beta version)
    * hb_verHB_ARCH() -> hb_verHB_PLAT()
    * ${hb_arch} -> ${hb_plat}

  * INSTALL
    * Minor update.
2009-08-23 15:06:11 +00:00
..

/*
 * $Id$
 */

Grumpfish Speller library port for Harbour.

With kind permission of author Joseph D. Booth,
Copyright (C) 1993, All Rights Reserved.

------------------------------------------------------------------------
From: (Joe jbooth-consulting com)
Subject: Re: Grumpfish Speller within xHarbour.

No problem giving you permission, feel free to use Grumpfish Speller in
its revised form.  Also, feel free to release it to the xHarbour
community.  Now a question for you.   Can I either add a link from my web
site to your site where xHarbour users can download the .LIB or get a copy
of the .LIB that I can post on website for download?    I would like
people who visit my site to be aware of the xHarbour version and how to
get it...

If you need any kind of legal document besides this e-mail, feel free to
fax it to 610-409-8859 (USA #), and I'll be happy to sign it for you.
However, as far as I am concerned,  you are free to use the library and to
make it available to any xHarbour users...

Thanks

Also, thanks for the kind words about the speller, nice to hear...
------------------------------------------------------------------------

Porting to Harbour done by:
   Les Hughes
   Viktor Szakats

[vszakats]