[LyX/2.3.x] Update the in-source hunspell to version 1.7.0

Jean-Marc Lasgouttes lasgouttes at lyx.org
Sat Dec 19 19:25:10 UTC 2020


commit f5ae00132aa9f2c8434aa8e25f66538ecd409809
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Wed Jun 12 16:38:42 2019 +0200

    Update the in-source hunspell to version 1.7.0
    
    (cherry picked from commit c3484fa6c81e14bc2a4df92c4cf0bb043ac4b99a)

 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/1.6.2/src/win_api/config.h       |  205 -
 3rdparty/hunspell/1.7.0/AUTHORS                    |   23 +
 3rdparty/hunspell/1.7.0/COPYING                    |  340 +
 3rdparty/hunspell/1.7.0/COPYING.LESSER             |  503 +
 3rdparty/hunspell/1.7.0/ChangeLog                  | 1993 ++++
 3rdparty/hunspell/1.7.0/NEWS                       |  839 ++
 3rdparty/hunspell/1.7.0/README                     |  315 +
 3rdparty/hunspell/1.7.0/THANKS                     |  206 +
 3rdparty/hunspell/1.7.0/license.hunspell           |   54 +
 3rdparty/hunspell/1.7.0/src/hunspell/affentry.cxx  |  983 ++
 3rdparty/hunspell/1.7.0/src/hunspell/affentry.hxx  |  223 +
 3rdparty/hunspell/1.7.0/src/hunspell/affixmgr.cxx  | 4867 ++++++++++
 3rdparty/hunspell/1.7.0/src/hunspell/affixmgr.hxx  |  368 +
 3rdparty/hunspell/1.7.0/src/hunspell/atypes.hxx    |  129 +
 3rdparty/hunspell/1.7.0/src/hunspell/baseaffix.hxx |   74 +
 3rdparty/hunspell/1.7.0/src/hunspell/csutil.cxx    | 2636 ++++++
 3rdparty/hunspell/1.7.0/src/hunspell/csutil.hxx    |  327 +
 3rdparty/hunspell/1.7.0/src/hunspell/filemgr.cxx   |  117 +
 3rdparty/hunspell/1.7.0/src/hunspell/filemgr.hxx   |   98 +
 3rdparty/hunspell/1.7.0/src/hunspell/hashmgr.cxx   | 1389 +++
 3rdparty/hunspell/1.7.0/src/hunspell/hashmgr.hxx   |  158 +
 3rdparty/hunspell/1.7.0/src/hunspell/htypes.hxx    |   75 +
 3rdparty/hunspell/1.7.0/src/hunspell/hunspell.cxx  | 2247 +++++
 3rdparty/hunspell/1.7.0/src/hunspell/hunspell.h    |  162 +
 3rdparty/hunspell/1.7.0/src/hunspell/hunspell.hxx  |  229 +
 3rdparty/hunspell/1.7.0/src/hunspell/hunvisapi.h   |   18 +
 .../hunspell/1.7.0/src/hunspell/hunvisapi.h.in     |   18 +
 3rdparty/hunspell/1.7.0/src/hunspell/hunzip.cxx    |  256 +
 3rdparty/hunspell/1.7.0/src/hunspell/hunzip.hxx    |   87 +
 3rdparty/hunspell/1.7.0/src/hunspell/langnum.hxx   |   76 +
 3rdparty/hunspell/1.7.0/src/hunspell/phonet.cxx    |  270 +
 3rdparty/hunspell/1.7.0/src/hunspell/phonet.hxx    |   50 +
 3rdparty/hunspell/1.7.0/src/hunspell/replist.cxx   |  196 +
 3rdparty/hunspell/1.7.0/src/hunspell/replist.hxx   |  100 +
 .../hunspell/1.7.0/src/hunspell/suggestmgr.cxx     | 2263 +++++
 .../hunspell/1.7.0/src/hunspell/suggestmgr.hxx     |  183 +
 3rdparty/hunspell/1.7.0/src/hunspell/utf_info.hxx  | 9882 ++++++++++++++++++++
 3rdparty/hunspell/1.7.0/src/hunspell/w_char.hxx    |   72 +
 3rdparty/hunspell/1.7.0/src/parsers/Makefile.am    |   18 +
 .../hunspell/1.7.0/src/parsers/firstparser.cxx     |   65 +
 .../hunspell/1.7.0/src/parsers/firstparser.hxx     |   56 +
 3rdparty/hunspell/1.7.0/src/parsers/htmlparser.cxx |   88 +
 3rdparty/hunspell/1.7.0/src/parsers/htmlparser.hxx |   56 +
 .../hunspell/1.7.0/src/parsers/latexparser.cxx     |  277 +
 .../hunspell/1.7.0/src/parsers/latexparser.hxx     |   65 +
 3rdparty/hunspell/1.7.0/src/parsers/manparser.cxx  |   98 +
 3rdparty/hunspell/1.7.0/src/parsers/manparser.hxx  |   58 +
 3rdparty/hunspell/1.7.0/src/parsers/odfparser.cxx  |   86 +
 3rdparty/hunspell/1.7.0/src/parsers/odfparser.hxx  |   57 +
 3rdparty/hunspell/1.7.0/src/parsers/testparser.cxx |   86 +
 3rdparty/hunspell/1.7.0/src/parsers/textparser.cxx |  302 +
 3rdparty/hunspell/1.7.0/src/parsers/textparser.hxx |   99 +
 3rdparty/hunspell/1.7.0/src/parsers/xmlparser.cxx  |  253 +
 3rdparty/hunspell/1.7.0/src/parsers/xmlparser.hxx  |   76 +
 3rdparty/hunspell/Makefile.am                      |  107 +-
 config/spell.m4                                    |    2 +-
 status.23x                                         |    3 +
 113 files changed, 33622 insertions(+), 32620 deletions(-)


More information about the lyx-cvs mailing list