Check-in hunspell source code.
commitea6469cb1f800b1795493822dbe932a03a51d554
authortfarina <tfarina@chromium.org>
Fri, 1 May 2015 00:31:43 +0000 (30 17:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 1 May 2015 00:32:47 +0000 (1 00:32 +0000)
tree56be586ab16fb499897d24b2c1c8e5cf2bfc2b44
parent13b842336f03b86bdaf6a1e5049bb8bb4e00b650
Check-in hunspell source code.

We need to do this because our hunspell fork contains code that depends on base library, and being in a separate repo prevent us from doing atomic changes to base without breaking it.

This is the first step, next we will update code to include from the new location, then we will stop pulling it from DEPS.

BUG=472897
R=brettw@chromium.org

Review URL: https://codereview.chromium.org/1112463003

Cr-Commit-Position: refs/heads/master@{#327844}
560 files changed:
third_party/hunspell_new/BUILD.gn [new file with mode: 0644]
third_party/hunspell_new/COPYING [new file with mode: 0644]
third_party/hunspell_new/COPYING.LGPL [new file with mode: 0644]
third_party/hunspell_new/COPYING.MPL [new file with mode: 0644]
third_party/hunspell_new/DEPS [new file with mode: 0644]
third_party/hunspell_new/README [new file with mode: 0644]
third_party/hunspell_new/README.chromium [new file with mode: 0644]
third_party/hunspell_new/README.myspell [new file with mode: 0644]
third_party/hunspell_new/google.patch [new file with mode: 0644]
third_party/hunspell_new/google/DEPS [new file with mode: 0644]
third_party/hunspell_new/google/bdict.cc [new file with mode: 0644]
third_party/hunspell_new/google/bdict.h [new file with mode: 0644]
third_party/hunspell_new/google/bdict_reader.cc [new file with mode: 0644]
third_party/hunspell_new/google/bdict_reader.h [new file with mode: 0644]
third_party/hunspell_new/google/bdict_writer.cc [new file with mode: 0644]
third_party/hunspell_new/google/bdict_writer.h [new file with mode: 0644]
third_party/hunspell_new/hunspell.gyp [new file with mode: 0644]
third_party/hunspell_new/hunspell.vsprops [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/Makefile.am [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/Makefile.in [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/README [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/affentry.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/affentry.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/affixmgr.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/affixmgr.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/atypes.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/baseaffix.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/csutil.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/csutil.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/dictmgr.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/dictmgr.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/filemgr.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/filemgr.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hashmgr.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hashmgr.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/htypes.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunspell.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunspell.dsp [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunspell.h [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunspell.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunvisapi.h [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunvisapi.h.in [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunzip.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/hunzip.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/langnum.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/license.hunspell [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/license.myspell [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/phonet.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/phonet.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/replist.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/replist.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/suggestmgr.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/suggestmgr.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/utf_info.cxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/utf_info.hxx [new file with mode: 0644]
third_party/hunspell_new/src/hunspell/w_char.hxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/Makefile.am [new file with mode: 0644]
third_party/hunspell_new/src/parsers/Makefile.in [new file with mode: 0644]
third_party/hunspell_new/src/parsers/firstparser.cxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/firstparser.hxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/htmlparser.cxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/htmlparser.hxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/latexparser.cxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/latexparser.hxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/manparser.cxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/manparser.hxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/testparser.cxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/textparser.cxx [new file with mode: 0644]
third_party/hunspell_new/src/parsers/textparser.hxx [new file with mode: 0644]
third_party/hunspell_new/tests/1463589.aff [new file with mode: 0644]
third_party/hunspell_new/tests/1463589.dic [new file with mode: 0644]
third_party/hunspell_new/tests/1463589.sug [new file with mode: 0644]
third_party/hunspell_new/tests/1463589.test [new file with mode: 0644]
third_party/hunspell_new/tests/1463589.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/1463589_utf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/1463589_utf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/1463589_utf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/1463589_utf.test [new file with mode: 0644]
third_party/hunspell_new/tests/1463589_utf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/1592880.aff [new file with mode: 0644]
third_party/hunspell_new/tests/1592880.dic [new file with mode: 0644]
third_party/hunspell_new/tests/1592880.good [new file with mode: 0644]
third_party/hunspell_new/tests/1592880.test [new file with mode: 0644]
third_party/hunspell_new/tests/1695964.aff [new file with mode: 0644]
third_party/hunspell_new/tests/1695964.dic [new file with mode: 0644]
third_party/hunspell_new/tests/1695964.sug [new file with mode: 0644]
third_party/hunspell_new/tests/1695964.test [new file with mode: 0644]
third_party/hunspell_new/tests/1695964.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/1706659.aff [new file with mode: 0644]
third_party/hunspell_new/tests/1706659.dic [new file with mode: 0644]
third_party/hunspell_new/tests/1706659.test [new file with mode: 0644]
third_party/hunspell_new/tests/1706659.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/1975530.aff [new file with mode: 0644]
third_party/hunspell_new/tests/1975530.dic [new file with mode: 0644]
third_party/hunspell_new/tests/1975530.good [new file with mode: 0644]
third_party/hunspell_new/tests/1975530.test [new file with mode: 0644]
third_party/hunspell_new/tests/1975530.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/IJ.aff [new file with mode: 0644]
third_party/hunspell_new/tests/IJ.dic [new file with mode: 0644]
third_party/hunspell_new/tests/IJ.good [new file with mode: 0644]
third_party/hunspell_new/tests/IJ.sug [new file with mode: 0644]
third_party/hunspell_new/tests/IJ.test [new file with mode: 0644]
third_party/hunspell_new/tests/IJ.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/Makefile.am [new file with mode: 0644]
third_party/hunspell_new/tests/Makefile.in [new file with mode: 0644]
third_party/hunspell_new/tests/affixes.aff [new file with mode: 0644]
third_party/hunspell_new/tests/affixes.dic [new file with mode: 0644]
third_party/hunspell_new/tests/affixes.good [new file with mode: 0644]
third_party/hunspell_new/tests/affixes.test [new file with mode: 0644]
third_party/hunspell_new/tests/alias.aff [new file with mode: 0644]
third_party/hunspell_new/tests/alias.dic [new file with mode: 0644]
third_party/hunspell_new/tests/alias.good [new file with mode: 0644]
third_party/hunspell_new/tests/alias.test [new file with mode: 0644]
third_party/hunspell_new/tests/alias2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/alias2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/alias2.good [new file with mode: 0644]
third_party/hunspell_new/tests/alias2.morph [new file with mode: 0644]
third_party/hunspell_new/tests/alias2.test [new file with mode: 0644]
third_party/hunspell_new/tests/alias3.aff [new file with mode: 0644]
third_party/hunspell_new/tests/alias3.dic [new file with mode: 0644]
third_party/hunspell_new/tests/alias3.good [new file with mode: 0644]
third_party/hunspell_new/tests/alias3.morph [new file with mode: 0644]
third_party/hunspell_new/tests/alias3.test [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps.aff [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps.dic [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps.good [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps.sug [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps.test [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps2.good [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps2.sug [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps2.test [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps2.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps3.aff [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps3.dic [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps3.good [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps3.test [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps3.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps_utf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps_utf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps_utf.good [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps_utf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps_utf.test [new file with mode: 0644]
third_party/hunspell_new/tests/allcaps_utf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/base.aff [new file with mode: 0644]
third_party/hunspell_new/tests/base.dic [new file with mode: 0644]
third_party/hunspell_new/tests/base.good [new file with mode: 0644]
third_party/hunspell_new/tests/base.sug [new file with mode: 0644]
third_party/hunspell_new/tests/base.test [new file with mode: 0644]
third_party/hunspell_new/tests/base.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/base_utf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/base_utf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/base_utf.good [new file with mode: 0644]
third_party/hunspell_new/tests/base_utf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/base_utf.test [new file with mode: 0644]
third_party/hunspell_new/tests/base_utf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/break.aff [new file with mode: 0644]
third_party/hunspell_new/tests/break.dic [new file with mode: 0644]
third_party/hunspell_new/tests/break.good [new file with mode: 0644]
third_party/hunspell_new/tests/break.test [new file with mode: 0644]
third_party/hunspell_new/tests/break.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/breakdefault.aff [new file with mode: 0644]
third_party/hunspell_new/tests/breakdefault.dic [new file with mode: 0644]
third_party/hunspell_new/tests/breakdefault.good [new file with mode: 0644]
third_party/hunspell_new/tests/breakdefault.sug [new file with mode: 0644]
third_party/hunspell_new/tests/breakdefault.test [new file with mode: 0644]
third_party/hunspell_new/tests/breakdefault.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase2.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase2.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcase2.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcaseutf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcaseutf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcaseutf.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcaseutf.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundcaseutf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompounddup.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompounddup.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompounddup.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompounddup.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompounddup.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern2.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern2.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern2.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern3.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern3.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern3.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern3.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern3.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern4.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern4.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern4.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern4.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundpattern4.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundrep.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundrep.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundrep.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundrep.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundrep.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundtriple.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundtriple.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundtriple.good [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundtriple.test [new file with mode: 0644]
third_party/hunspell_new/tests/checkcompoundtriple.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checksharps.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checksharps.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checksharps.good [new file with mode: 0644]
third_party/hunspell_new/tests/checksharps.sug [new file with mode: 0644]
third_party/hunspell_new/tests/checksharps.test [new file with mode: 0644]
third_party/hunspell_new/tests/checksharps.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/checksharpsutf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/checksharpsutf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/checksharpsutf.good [new file with mode: 0644]
third_party/hunspell_new/tests/checksharpsutf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/checksharpsutf.test [new file with mode: 0644]
third_party/hunspell_new/tests/checksharpsutf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/circumfix.aff [new file with mode: 0644]
third_party/hunspell_new/tests/circumfix.dic [new file with mode: 0644]
third_party/hunspell_new/tests/circumfix.good [new file with mode: 0644]
third_party/hunspell_new/tests/circumfix.morph [new file with mode: 0644]
third_party/hunspell_new/tests/circumfix.test [new file with mode: 0644]
third_party/hunspell_new/tests/circumfix.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/colons_in_words.aff [new file with mode: 0644]
third_party/hunspell_new/tests/colons_in_words.dic [new file with mode: 0644]
third_party/hunspell_new/tests/colons_in_words.test [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes.aff [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes.dic [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes.good [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes.test [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes2.good [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixes2.test [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixesutf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixesutf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixesutf.good [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixesutf.test [new file with mode: 0644]
third_party/hunspell_new/tests/complexprefixesutf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix2.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix2.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix3.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix3.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix3.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix3.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundaffix3.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundflag.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundflag.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundflag.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundflag.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundflag.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule2.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule2.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule2.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule3.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule3.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule3.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule3.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule3.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule4.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule4.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule4.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule4.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule4.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule5.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule5.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule5.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule5.morph [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule5.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule5.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule6.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule6.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule6.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule6.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule6.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule7.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule7.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule7.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule7.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule7.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule8.aff [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule8.dic [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule8.good [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule8.test [new file with mode: 0644]
third_party/hunspell_new/tests/compoundrule8.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/condition.aff [new file with mode: 0644]
third_party/hunspell_new/tests/condition.dic [new file with mode: 0644]
third_party/hunspell_new/tests/condition.good [new file with mode: 0644]
third_party/hunspell_new/tests/condition.test [new file with mode: 0644]
third_party/hunspell_new/tests/condition.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/condition_utf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/condition_utf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/condition_utf.good [new file with mode: 0644]
third_party/hunspell_new/tests/condition_utf.test [new file with mode: 0644]
third_party/hunspell_new/tests/condition_utf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/conditionalprefix.aff [new file with mode: 0644]
third_party/hunspell_new/tests/conditionalprefix.dic [new file with mode: 0644]
third_party/hunspell_new/tests/conditionalprefix.good [new file with mode: 0644]
third_party/hunspell_new/tests/conditionalprefix.morph [new file with mode: 0644]
third_party/hunspell_new/tests/conditionalprefix.test [new file with mode: 0644]
third_party/hunspell_new/tests/conditionalprefix.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/digits_in_words.aff [new file with mode: 0644]
third_party/hunspell_new/tests/digits_in_words.dic [new file with mode: 0644]
third_party/hunspell_new/tests/digits_in_words.test [new file with mode: 0644]
third_party/hunspell_new/tests/digits_in_words.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/flag.aff [new file with mode: 0644]
third_party/hunspell_new/tests/flag.dic [new file with mode: 0644]
third_party/hunspell_new/tests/flag.good [new file with mode: 0644]
third_party/hunspell_new/tests/flag.test [new file with mode: 0644]
third_party/hunspell_new/tests/flaglong.aff [new file with mode: 0644]
third_party/hunspell_new/tests/flaglong.dic [new file with mode: 0644]
third_party/hunspell_new/tests/flaglong.good [new file with mode: 0644]
third_party/hunspell_new/tests/flaglong.test [new file with mode: 0644]
third_party/hunspell_new/tests/flagnum.aff [new file with mode: 0644]
third_party/hunspell_new/tests/flagnum.dic [new file with mode: 0644]
third_party/hunspell_new/tests/flagnum.good [new file with mode: 0644]
third_party/hunspell_new/tests/flagnum.test [new file with mode: 0644]
third_party/hunspell_new/tests/flagutf8.aff [new file with mode: 0644]
third_party/hunspell_new/tests/flagutf8.dic [new file with mode: 0644]
third_party/hunspell_new/tests/flagutf8.good [new file with mode: 0644]
third_party/hunspell_new/tests/flagutf8.test [new file with mode: 0644]
third_party/hunspell_new/tests/fogemorpheme.aff [new file with mode: 0644]
third_party/hunspell_new/tests/fogemorpheme.dic [new file with mode: 0644]
third_party/hunspell_new/tests/fogemorpheme.good [new file with mode: 0644]
third_party/hunspell_new/tests/fogemorpheme.test [new file with mode: 0644]
third_party/hunspell_new/tests/fogemorpheme.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/forbiddenword.aff [new file with mode: 0644]
third_party/hunspell_new/tests/forbiddenword.dic [new file with mode: 0644]
third_party/hunspell_new/tests/forbiddenword.good [new file with mode: 0644]
third_party/hunspell_new/tests/forbiddenword.test [new file with mode: 0644]
third_party/hunspell_new/tests/forbiddenword.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/fullstrip.aff [new file with mode: 0644]
third_party/hunspell_new/tests/fullstrip.dic [new file with mode: 0644]
third_party/hunspell_new/tests/fullstrip.good [new file with mode: 0644]
third_party/hunspell_new/tests/fullstrip.test [new file with mode: 0644]
third_party/hunspell_new/tests/germancompounding.aff [new file with mode: 0644]
third_party/hunspell_new/tests/germancompounding.dic [new file with mode: 0644]
third_party/hunspell_new/tests/germancompounding.good [new file with mode: 0644]
third_party/hunspell_new/tests/germancompounding.test [new file with mode: 0644]
third_party/hunspell_new/tests/germancompounding.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/germancompoundingold.aff [new file with mode: 0644]
third_party/hunspell_new/tests/germancompoundingold.dic [new file with mode: 0644]
third_party/hunspell_new/tests/germancompoundingold.good [new file with mode: 0644]
third_party/hunspell_new/tests/germancompoundingold.test [new file with mode: 0644]
third_party/hunspell_new/tests/germancompoundingold.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/i35725.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i35725.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i35725.good [new file with mode: 0644]
third_party/hunspell_new/tests/i35725.sug [new file with mode: 0644]
third_party/hunspell_new/tests/i35725.test [new file with mode: 0644]
third_party/hunspell_new/tests/i35725.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/i53643.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i53643.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i53643.good [new file with mode: 0644]
third_party/hunspell_new/tests/i53643.test [new file with mode: 0644]
third_party/hunspell_new/tests/i53643.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/i54633.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i54633.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i54633.good [new file with mode: 0644]
third_party/hunspell_new/tests/i54633.sug [new file with mode: 0644]
third_party/hunspell_new/tests/i54633.test [new file with mode: 0644]
third_party/hunspell_new/tests/i54633.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/i54980.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i54980.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i54980.good [new file with mode: 0644]
third_party/hunspell_new/tests/i54980.test [new file with mode: 0644]
third_party/hunspell_new/tests/i58202.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i58202.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i58202.good [new file with mode: 0644]
third_party/hunspell_new/tests/i58202.sug [new file with mode: 0644]
third_party/hunspell_new/tests/i58202.test [new file with mode: 0644]
third_party/hunspell_new/tests/i58202.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/i68568.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i68568.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i68568.test [new file with mode: 0644]
third_party/hunspell_new/tests/i68568.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/i68568utf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/i68568utf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/i68568utf.test [new file with mode: 0644]
third_party/hunspell_new/tests/i68568utf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/iconv.aff [new file with mode: 0644]
third_party/hunspell_new/tests/iconv.dic [new file with mode: 0644]
third_party/hunspell_new/tests/iconv.good [new file with mode: 0644]
third_party/hunspell_new/tests/iconv.test [new file with mode: 0644]
third_party/hunspell_new/tests/ignore.aff [new file with mode: 0644]
third_party/hunspell_new/tests/ignore.dic [new file with mode: 0644]
third_party/hunspell_new/tests/ignore.good [new file with mode: 0644]
third_party/hunspell_new/tests/ignore.test [new file with mode: 0644]
third_party/hunspell_new/tests/ignoreutf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/ignoreutf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/ignoreutf.good [new file with mode: 0644]
third_party/hunspell_new/tests/ignoreutf.test [new file with mode: 0644]
third_party/hunspell_new/tests/keepcase.aff [new file with mode: 0644]
third_party/hunspell_new/tests/keepcase.dic [new file with mode: 0644]
third_party/hunspell_new/tests/keepcase.good [new file with mode: 0644]
third_party/hunspell_new/tests/keepcase.sug [new file with mode: 0644]
third_party/hunspell_new/tests/keepcase.test [new file with mode: 0644]
third_party/hunspell_new/tests/keepcase.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/map.aff [new file with mode: 0644]
third_party/hunspell_new/tests/map.dic [new file with mode: 0644]
third_party/hunspell_new/tests/map.sug [new file with mode: 0644]
third_party/hunspell_new/tests/map.test [new file with mode: 0644]
third_party/hunspell_new/tests/map.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/maputf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/maputf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/maputf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/maputf.test [new file with mode: 0644]
third_party/hunspell_new/tests/maputf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/morph.aff [new file with mode: 0644]
third_party/hunspell_new/tests/morph.dic [new file with mode: 0644]
third_party/hunspell_new/tests/morph.good [new file with mode: 0644]
third_party/hunspell_new/tests/morph.morph [new file with mode: 0644]
third_party/hunspell_new/tests/morph.test [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix.aff [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix.dic [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix.good [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix.test [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix2.good [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix2.morph [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix2.test [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix3.aff [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix3.dic [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix3.good [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix3.test [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix3.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix4.aff [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix4.dic [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix4.good [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix4.test [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix5.aff [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix5.dic [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix5.good [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix5.test [new file with mode: 0644]
third_party/hunspell_new/tests/needaffix5.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/ngram_utf_fix.aff [new file with mode: 0644]
third_party/hunspell_new/tests/ngram_utf_fix.dic [new file with mode: 0644]
third_party/hunspell_new/tests/ngram_utf_fix.good [new file with mode: 0644]
third_party/hunspell_new/tests/ngram_utf_fix.sug [new file with mode: 0644]
third_party/hunspell_new/tests/ngram_utf_fix.test [new file with mode: 0644]
third_party/hunspell_new/tests/ngram_utf_fix.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/nosuggest.aff [new file with mode: 0644]
third_party/hunspell_new/tests/nosuggest.dic [new file with mode: 0644]
third_party/hunspell_new/tests/nosuggest.good [new file with mode: 0644]
third_party/hunspell_new/tests/nosuggest.sug [new file with mode: 0644]
third_party/hunspell_new/tests/nosuggest.test [new file with mode: 0644]
third_party/hunspell_new/tests/nosuggest.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/oconv.aff [new file with mode: 0644]
third_party/hunspell_new/tests/oconv.dic [new file with mode: 0644]
third_party/hunspell_new/tests/oconv.good [new file with mode: 0644]
third_party/hunspell_new/tests/oconv.sug [new file with mode: 0644]
third_party/hunspell_new/tests/oconv.test [new file with mode: 0644]
third_party/hunspell_new/tests/oconv.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/onlyincompound.aff [new file with mode: 0644]
third_party/hunspell_new/tests/onlyincompound.dic [new file with mode: 0644]
third_party/hunspell_new/tests/onlyincompound.good [new file with mode: 0644]
third_party/hunspell_new/tests/onlyincompound.sug [new file with mode: 0644]
third_party/hunspell_new/tests/onlyincompound.test [new file with mode: 0644]
third_party/hunspell_new/tests/onlyincompound.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/phone.aff [new file with mode: 0644]
third_party/hunspell_new/tests/phone.dic [new file with mode: 0644]
third_party/hunspell_new/tests/phone.sug [new file with mode: 0644]
third_party/hunspell_new/tests/phone.test [new file with mode: 0644]
third_party/hunspell_new/tests/phone.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/rep.aff [new file with mode: 0644]
third_party/hunspell_new/tests/rep.dic [new file with mode: 0644]
third_party/hunspell_new/tests/rep.sug [new file with mode: 0644]
third_party/hunspell_new/tests/rep.test [new file with mode: 0644]
third_party/hunspell_new/tests/rep.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/reputf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/reputf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/reputf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/reputf.test [new file with mode: 0644]
third_party/hunspell_new/tests/reputf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/simplifiedtriple.aff [new file with mode: 0644]
third_party/hunspell_new/tests/simplifiedtriple.dic [new file with mode: 0644]
third_party/hunspell_new/tests/simplifiedtriple.good [new file with mode: 0644]
third_party/hunspell_new/tests/simplifiedtriple.test [new file with mode: 0644]
third_party/hunspell_new/tests/simplifiedtriple.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/slash.aff [new file with mode: 0644]
third_party/hunspell_new/tests/slash.dic [new file with mode: 0644]
third_party/hunspell_new/tests/slash.good [new file with mode: 0644]
third_party/hunspell_new/tests/slash.test [new file with mode: 0644]
third_party/hunspell_new/tests/sug.aff [new file with mode: 0644]
third_party/hunspell_new/tests/sug.dic [new file with mode: 0644]
third_party/hunspell_new/tests/sug.sug [new file with mode: 0644]
third_party/hunspell_new/tests/sug.test [new file with mode: 0644]
third_party/hunspell_new/tests/sug.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/suggestiontest/List_of_common_misspellings.txt [new file with mode: 0644]
third_party/hunspell_new/tests/suggestiontest/Makefile.am [new file with mode: 0644]
third_party/hunspell_new/tests/suggestiontest/Makefile.in [new file with mode: 0644]
third_party/hunspell_new/tests/suggestiontest/README [new file with mode: 0644]
third_party/hunspell_new/tests/suggestiontest/prepare [new file with mode: 0755]
third_party/hunspell_new/tests/suggestiontest/test [new file with mode: 0755]
third_party/hunspell_new/tests/sugutf.aff [new file with mode: 0644]
third_party/hunspell_new/tests/sugutf.dic [new file with mode: 0644]
third_party/hunspell_new/tests/sugutf.sug [new file with mode: 0644]
third_party/hunspell_new/tests/sugutf.test [new file with mode: 0644]
third_party/hunspell_new/tests/sugutf.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/test.sh [new file with mode: 0755]
third_party/hunspell_new/tests/utf8.aff [new file with mode: 0644]
third_party/hunspell_new/tests/utf8.dic [new file with mode: 0644]
third_party/hunspell_new/tests/utf8.good [new file with mode: 0644]
third_party/hunspell_new/tests/utf8.test [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom.aff [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom.dic [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom.good [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom.test [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom2.aff [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom2.dic [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom2.good [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_bom2.test [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_nonbmp.aff [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_nonbmp.dic [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_nonbmp.good [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_nonbmp.test [new file with mode: 0644]
third_party/hunspell_new/tests/utf8_nonbmp.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/utfcompound.aff [new file with mode: 0644]
third_party/hunspell_new/tests/utfcompound.dic [new file with mode: 0644]
third_party/hunspell_new/tests/utfcompound.good [new file with mode: 0644]
third_party/hunspell_new/tests/utfcompound.test [new file with mode: 0644]
third_party/hunspell_new/tests/utfcompound.wrong [new file with mode: 0644]
third_party/hunspell_new/tests/zeroaffix.aff [new file with mode: 0644]
third_party/hunspell_new/tests/zeroaffix.dic [new file with mode: 0644]
third_party/hunspell_new/tests/zeroaffix.good [new file with mode: 0644]
third_party/hunspell_new/tests/zeroaffix.morph [new file with mode: 0644]
third_party/hunspell_new/tests/zeroaffix.test [new file with mode: 0644]
third_party/hunspell_new/update_google_patch.sh [new file with mode: 0755]
third_party/hunspell_new/using_hunspell.vsprops [new file with mode: 0644]