commit 3b89cd9c283d1daadfbf1d7367aa103450a276ae
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Sep 18 18:12:21 2017 +0200

    Update internal Hunspell to latest release (1.6.2)

 3rdparty/hunspell/1.3.3/AUTHORS                    |    5 -
 3rdparty/hunspell/1.3.3/BUGS                       |    5 -
 3rdparty/hunspell/1.3.3/COPYING                    |   12 -
 3rdparty/hunspell/1.3.3/COPYING.LGPL               |  515 -
 3rdparty/hunspell/1.3.3/COPYING.MPL                |  470 -
 3rdparty/hunspell/1.3.3/README                     |  182 -
 3rdparty/hunspell/1.3.3/THANKS                     |  136 -
 3rdparty/hunspell/1.3.3/license.hunspell           |   55 -
 3rdparty/hunspell/1.3.3/src/hunspell/README        |   21 -
 3rdparty/hunspell/1.3.3/src/hunspell/affentry.cxx  | 1003 -
 3rdparty/hunspell/1.3.3/src/hunspell/affentry.hxx  |  144 -
 3rdparty/hunspell/1.3.3/src/hunspell/affixmgr.cxx  | 4538 -----
 3rdparty/hunspell/1.3.3/src/hunspell/affixmgr.hxx  |  252 -
 3rdparty/hunspell/1.3.3/src/hunspell/atypes.hxx    |  107 -
 3rdparty/hunspell/1.3.3/src/hunspell/baseaffix.hxx |   32 -
 3rdparty/hunspell/1.3.3/src/hunspell/csutil.cxx    | 5863 ------
 3rdparty/hunspell/1.3.3/src/hunspell/csutil.hxx    |  223 -
 3rdparty/hunspell/1.3.3/src/hunspell/dictmgr.cxx   |  182 -
 3rdparty/hunspell/1.3.3/src/hunspell/dictmgr.hxx   |   39 -
 3rdparty/hunspell/1.3.3/src/hunspell/filemgr.cxx   |   53 -
 3rdparty/hunspell/1.3.3/src/hunspell/filemgr.hxx   |   28 -
 3rdparty/hunspell/1.3.3/src/hunspell/hashmgr.cxx   |  936 -
 3rdparty/hunspell/1.3.3/src/hunspell/hashmgr.hxx   |   69 -
 3rdparty/hunspell/1.3.3/src/hunspell/htypes.hxx    |   32 -
 3rdparty/hunspell/1.3.3/src/hunspell/hunspell.cxx  | 2040 --
 3rdparty/hunspell/1.3.3/src/hunspell/hunspell.h    |   95 -
 3rdparty/hunspell/1.3.3/src/hunspell/hunspell.hxx  |  184 -
 3rdparty/hunspell/1.3.3/src/hunspell/hunvisapi.h   |   18 -
 .../hunspell/1.3.3/src/hunspell/hunvisapi.h.in     |   18 -
 3rdparty/hunspell/1.3.3/src/hunspell/hunzip.cxx    |  196 -
 3rdparty/hunspell/1.3.3/src/hunspell/hunzip.hxx    |   47 -
 3rdparty/hunspell/1.3.3/src/hunspell/langnum.hxx   |   38 -
 .../hunspell/1.3.3/src/hunspell/license.hunspell   |   59 -
 .../hunspell/1.3.3/src/hunspell/license.myspell    |   61 -
 3rdparty/hunspell/1.3.3/src/hunspell/makefile.mk   |   65 -
 3rdparty/hunspell/1.3.3/src/hunspell/phonet.cxx    |  293 -
 3rdparty/hunspell/1.3.3/src/hunspell/phonet.hxx    |   52 -
 3rdparty/hunspell/1.3.3/src/hunspell/replist.cxx   |   87 -
 3rdparty/hunspell/1.3.3/src/hunspell/replist.hxx   |   30 -
 .../hunspell/1.3.3/src/hunspell/suggestmgr.cxx     | 2029 --
 .../hunspell/1.3.3/src/hunspell/suggestmgr.hxx     |  115 -
 3rdparty/hunspell/1.3.3/src/hunspell/utf_info.cxx  |19676 --------------------
 3rdparty/hunspell/1.3.3/src/hunspell/w_char.hxx    |   21 -
 .../hunspell/1.3.3/src/parsers/firstparser.cxx     |   38 -
 .../hunspell/1.3.3/src/parsers/firstparser.hxx     |   34 -
 3rdparty/hunspell/1.3.3/src/parsers/htmlparser.cxx |   56 -
 3rdparty/hunspell/1.3.3/src/parsers/htmlparser.hxx |   34 -
 .../hunspell/1.3.3/src/parsers/latexparser.cxx     |  223 -
 .../hunspell/1.3.3/src/parsers/latexparser.hxx     |   44 -
 3rdparty/hunspell/1.3.3/src/parsers/manparser.cxx  |   71 -
 3rdparty/hunspell/1.3.3/src/parsers/manparser.hxx  |   38 -
 3rdparty/hunspell/1.3.3/src/parsers/odfparser.cxx  |   47 -
 3rdparty/hunspell/1.3.3/src/parsers/odfparser.hxx  |   31 -
 3rdparty/hunspell/1.3.3/src/parsers/testparser.cxx |   52 -
 3rdparty/hunspell/1.3.3/src/parsers/textparser.cxx |  303 -
 3rdparty/hunspell/1.3.3/src/parsers/textparser.hxx |   70 -
 3rdparty/hunspell/1.3.3/src/parsers/xmlparser.cxx  |  176 -
 3rdparty/hunspell/1.3.3/src/parsers/xmlparser.hxx  |   44 -
 3rdparty/hunspell/1.3.3/src/win_api/config.h       |  208 -
 3rdparty/hunspell/1.6.2/AUTHORS                    |    5 +
 3rdparty/hunspell/1.6.2/BUGS                       |    5 +
 3rdparty/hunspell/1.6.2/COPYING                    |  674 +
 3rdparty/hunspell/1.6.2/COPYING.LESSER             |  165 +
 3rdparty/hunspell/1.6.2/COPYING.MPL                |  470 +
 3rdparty/hunspell/1.6.2/ChangeLog                  | 1993 ++
 3rdparty/hunspell/1.6.2/README.md                  |  182 +
 3rdparty/hunspell/1.6.2/THANKS                     |  136 +
 3rdparty/hunspell/1.6.2/TODO                       |    4 +
 3rdparty/hunspell/1.6.2/license.hunspell           |   54 +
 3rdparty/hunspell/1.6.2/src/hunspell/affentry.cxx  |  983 +
 3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx  |  223 +
 3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx  | 4894 +++++
 3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx  |  369 +
 3rdparty/hunspell/1.6.2/src/hunspell/atypes.hxx    |  119 +
 3rdparty/hunspell/1.6.2/src/hunspell/baseaffix.hxx |   74 +
 3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx    | 2640 +++
 3rdparty/hunspell/1.6.2/src/hunspell/csutil.hxx    |  314 +
 3rdparty/hunspell/1.6.2/src/hunspell/filemgr.cxx   |  117 +
 3rdparty/hunspell/1.6.2/src/hunspell/filemgr.hxx   |   98 +
 3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx   | 1193 ++
 3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx   |  145 +
 3rdparty/hunspell/1.6.2/src/hunspell/htypes.hxx    |   68 +
 3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx  | 2019 ++
 3rdparty/hunspell/1.6.2/src/hunspell/hunspell.h    |  162 +
 3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx  |  229 +
 3rdparty/hunspell/1.6.2/src/hunspell/hunvisapi.h   |   18 +
 .../hunspell/1.6.2/src/hunspell/hunvisapi.h.in     |   18 +
 3rdparty/hunspell/1.6.2/src/hunspell/hunzip.cxx    |  256 +
 3rdparty/hunspell/1.6.2/src/hunspell/hunzip.hxx    |   87 +
 3rdparty/hunspell/1.6.2/src/hunspell/langnum.hxx   |   75 +
 3rdparty/hunspell/1.6.2/src/hunspell/phonet.cxx    |  270 +
 3rdparty/hunspell/1.6.2/src/hunspell/phonet.hxx    |   50 +
 3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx   |  196 +
 3rdparty/hunspell/1.6.2/src/hunspell/replist.hxx   |  100 +
 .../hunspell/1.6.2/src/hunspell/suggestmgr.cxx     | 2159 +++
 .../hunspell/1.6.2/src/hunspell/suggestmgr.hxx     |  188 +
 3rdparty/hunspell/1.6.2/src/hunspell/utf_info.cxx  | 9876 ++++++++++
 3rdparty/hunspell/1.6.2/src/hunspell/w_char.hxx    |   72 +
 3rdparty/hunspell/1.6.2/src/parsers/.gitignore     |    1 +
 3rdparty/hunspell/1.6.2/src/parsers/Makefile.am    |   18 +
 .../hunspell/1.6.2/src/parsers/firstparser.cxx     |   65 +
 .../hunspell/1.6.2/src/parsers/firstparser.hxx     |   56 +
 3rdparty/hunspell/1.6.2/src/parsers/htmlparser.cxx |   84 +
 3rdparty/hunspell/1.6.2/src/parsers/htmlparser.hxx |   56 +
 .../hunspell/1.6.2/src/parsers/latexparser.cxx     |  261 +
 .../hunspell/1.6.2/src/parsers/latexparser.hxx     |   65 +
 3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx  |   98 +
 3rdparty/hunspell/1.6.2/src/parsers/manparser.hxx  |   58 +
 3rdparty/hunspell/1.6.2/src/parsers/odfparser.cxx  |   76 +
 3rdparty/hunspell/1.6.2/src/parsers/odfparser.hxx  |   56 +
 3rdparty/hunspell/1.6.2/src/parsers/testparser.cxx |   86 +
 3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx |  298 +
 3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx |   98 +
 3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx  |  213 +
 3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx  |   70 +
 3rdparty/hunspell/CMakeLists.txt                   |    4 +-
 3rdparty/hunspell/Makefile.am                      |  113 +-
 config/spell.m4                                    |    2 +-
 118 files changed, 32415 insertions(+), 41558 deletions(-)

Reply via email to