]> git.lyx.org Git - features.git/commit
add stripped down hunspell 1.3.3
authorPeter Kümmel <kuemmel@lyx.org>
Wed, 9 Dec 2015 07:31:06 +0000 (08:31 +0100)
committerPeter Kümmel <kuemmel@lyx.org>
Tue, 15 Dec 2015 12:20:06 +0000 (13:20 +0100)
commit37b951c77ad0994fbcd49a2b5ec634aa7e022c35
treefd0a221cf61335cdb16db03f1ee468556d0bc8a2
parent6b852435b89251b896b216b1bd0e3bda5444cc91
add stripped down hunspell 1.3.3
60 files changed:
src/3rdparty/hunspell/1.3.3/AUTHORS [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/BUGS [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/COPYING [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/COPYING.LGPL [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/COPYING.MPL [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/README [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/THANKS [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/license.hunspell [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/README [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/affentry.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/affentry.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/affixmgr.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/affixmgr.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/atypes.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/baseaffix.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/csutil.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/csutil.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/dictmgr.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/dictmgr.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/filemgr.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/filemgr.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hashmgr.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hashmgr.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/htypes.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunspell.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunspell.dsp [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunspell.h [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunspell.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunvisapi.h [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunvisapi.h.in [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunzip.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/hunzip.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/langnum.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/license.hunspell [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/license.myspell [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/makefile.mk [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/phonet.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/phonet.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/replist.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/replist.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/suggestmgr.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/suggestmgr.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/utf_info.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/hunspell/w_char.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/firstparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/firstparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/htmlparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/htmlparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/latexparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/latexparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/manparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/manparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/odfparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/odfparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/testparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/textparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/textparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/xmlparser.cxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/parsers/xmlparser.hxx [new file with mode: 0644]
src/3rdparty/hunspell/1.3.3/src/win_api/config.h [new file with mode: 0644]