[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[hunspell] branch upstream updated (ce7b9fe -> 10df68c)



This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch upstream
in repository hunspell.

      from  ce7b9fe   Imported Upstream version 1.3.4
       new  4a6e422   Imported Upstream version 1.4.0~git20160415
       new  10df68c   Imported Upstream version 1.4.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                            |    6 +
 NEWS                                 |    3 +
 aclocal.m4                           |    7 +-
 config.h.in                          |    3 -
 configure                            |   73 +-
 configure.ac                         |    8 +-
 po/hu.po                             |  205 +++--
 po/hunspell.pot                      |  209 +++--
 po/it.po                             |  207 +++--
 src/hunspell/Makefile.am             |   18 +-
 src/hunspell/Makefile.in             |   75 +-
 src/hunspell/affentry.cxx            |  201 ++---
 src/hunspell/affentry.hxx            |    8 +-
 src/hunspell/affixmgr.cxx            |  381 ++++-----
 src/hunspell/affixmgr.hxx            |   24 +-
 src/hunspell/atypes.hxx              |   13 +-
 src/hunspell/baseaffix.hxx           |    2 +-
 src/hunspell/csutil.cxx              |  518 ++----------
 src/hunspell/csutil.hxx              |  121 +--
 src/hunspell/dictmgr.cxx             |  216 -----
 src/hunspell/dictmgr.hxx             |   76 --
 src/hunspell/filemgr.cxx             |   10 +-
 src/hunspell/hashmgr.cxx             |  193 +++--
 src/hunspell/hashmgr.hxx             |   15 +-
 src/hunspell/hunspell.cxx            | 1554 ++++++++++++----------------------
 src/hunspell/hunspell.dsp            |    8 -
 src/hunspell/hunspell.hxx            |   53 +-
 src/hunspell/makefile.mk             |   65 --
 src/hunspell/phonet.cxx              |   59 +-
 src/hunspell/phonet.hxx              |    6 +-
 src/hunspell/replist.cxx             |   20 +-
 src/hunspell/replist.hxx             |    4 +
 src/hunspell/suggestmgr.cxx          |  812 +++++++-----------
 src/hunspell/suggestmgr.hxx          |    7 +-
 src/hunspell/w_char.hxx              |   20 +-
 src/parsers/Makefile.am              |    2 +-
 src/parsers/Makefile.in              |    4 +-
 src/parsers/htmlparser.cxx           |    2 +-
 src/parsers/htmlparser.hxx           |    2 +-
 src/parsers/latexparser.cxx          |    3 +-
 src/parsers/latexparser.hxx          |    2 +-
 src/parsers/manparser.cxx            |    2 +-
 src/parsers/manparser.hxx            |    2 +-
 src/parsers/odfparser.cxx            |    2 +-
 src/parsers/odfparser.hxx            |    2 +-
 src/parsers/textparser.cxx           |   18 +-
 src/parsers/textparser.hxx           |   10 +-
 src/parsers/xmlparser.cxx            |    2 +-
 src/parsers/xmlparser.hxx            |    2 +-
 src/tools/Makefile.am                |   16 +-
 src/tools/Makefile.in                |   91 +-
 src/tools/analyze.cxx                |   19 +-
 src/tools/example.cxx                |   19 +-
 src/tools/hunspell.cxx               |  191 ++---
 src/tools/{hzip.c => hzip.cxx}       |   22 +-
 src/tools/{munch.c => munch.cxx}     |   45 +-
 src/tools/{unmunch.c => unmunch.cxx} |   39 +-
 src/win_api/Hunspell.rc              |   10 +-
 src/win_api/Makefile.cygwin          |    1 -
 src/win_api/config.h                 |    7 +-
 src/win_api/hunspelldll.c            |   17 -
 src/win_api/hunspelldll.h            |    6 +-
 src/win_api/libhunspell.vcproj       |    8 -
 tests/breakdefault.sug               |    2 +
 tests/breakdefault.wrong             |    2 +
 tests/test.sh                        |    2 +-
 66 files changed, 2144 insertions(+), 3608 deletions(-)
 delete mode 100644 src/hunspell/dictmgr.cxx
 delete mode 100644 src/hunspell/dictmgr.hxx
 delete mode 100644 src/hunspell/makefile.mk
 rename src/tools/{hzip.c => hzip.cxx} (97%)
 rename src/tools/{munch.c => munch.cxx} (95%)
 rename src/tools/{unmunch.c => unmunch.cxx} (94%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git


Reply to: