summaryrefslogtreecommitdiffstats
path: root/external/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* tdf#106751 fix regressions in Hungarian spell checkingLászló Németh2017-03-283-0/+111
| | | | | | | | | | | | using recent fixes of Hunspell code base Change-Id: I180a2ecba924180419c5eb1a0e78b5c84e7242c4 Reviewed-on: https://gerrit.libreoffice.org/35670 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 23c028ba014f521bf1b70c83439e0915e56c296f)
* Resolves: tdf#105426 upgrade to hunspell-1.6.0Caolán McNamara2017-02-1312-41/+62292
| | | | | | | | | | | | and use alternative optimizations for buffer creation bottleneck Change-Id: I9f29e8d3e5e97fe403a3e0d7d03c6ac01c7689c4 (cherry picked from commit 163435fa23fbfc237a7718c9d440a98847e4f626) Reviewed-on: https://gerrit.libreoffice.org/34183 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* bump to hunspell 1.4.1Caolán McNamara2016-05-032-0/+22
| | | | Change-Id: I20d9abfd73586daf1ed99f0e1a2481840e61f90e
* try next hunspell 1.4.0 prerelease milestoneCaolán McNamara2016-04-183-24/+0
| | | | | | | | try using reverse iterators here then and remove dictmgr which we don't seem to use or need Change-Id: I981fccc4ca7562d5ab707dc2f605e409169dec07
* hunspell: MSVC debug runtime iterators don't want to decrement past begin()Michael Stahl2016-04-152-0/+23
| | | | Change-Id: I258dc551d14ba72113b284be3566ba924434ab4c
* test pre 1.4.0 hunspellCaolán McNamara2016-04-153-34/+0
| | | | Change-Id: Ied87b41ec02b993fd08ac13f325b9489b6f07456
* external/hunspell: -fsanitize=shiftStephan Bergmann2016-04-072-0/+12
| | | | Change-Id: Ifc78a8f1a0a6fa29ef9becc5432e581f42241467
* bump hunspell to 1.3.4Caolán McNamara2016-04-0611-534/+22
| | | | | | | | Change-Id: If7c4868c4296d1ca0e485dc06fdf3472e2e8653f Reviewed-on: https://gerrit.libreoffice.org/23863 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#95024 fix compound word handling for new Hungarian orthographyLászló Németh2015-10-142-0/+109
| | | | | | | | | This commit contains the recent Hunspell fix for Hungarian compound word handling (commit 42807f970ac2d65f0d13a7c57eb454b210e92240 in Hunspell git repository), changing spell checking only in Hungarian documents. Change-Id: I1c6c3736ecf8c1e2fffcf1c53959b25dc9d27966
* Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara2015-09-112-0/+192
| | | | Change-Id: Ie066c7f83ad15bec198f2091a3b084468c502766
* remove more SunStudio cruftMichael Stahl2015-03-031-1/+0
| | | | Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413
* external/hunspell: Work around -fsanitize=shiftStephan Bergmann2015-01-131-0/+24
| | | | Change-Id: I66ac6ec25615698382d065db2b782950cbc154e4
* external/hunspell: Work around -fsanitize=shiftStephan Bergmann2015-01-122-0/+12
| | | | Change-Id: Id93e61a1b9893ae026056a9d3e03c88b259f0ff8
* Hunspell: fix buffer overflow during morphological analysisLászló Németh2014-09-262-0/+31
| | | | | | | | affected: thesaurus usage in a Hungarian document test case: press Ctrl+F7 on the word "művészegyéniség" Change-Id: I024568e81265c4ce3e05f718bf9147229416ab73
* upgrade to hunspell 1.3.3Caolán McNamara2014-08-288-307/+11
| | | | | | | Change-Id: Ibf8345885e99ae8eb9dd6d64ccd9b5407d8d610e Reviewed-on: https://gerrit.libreoffice.org/11136 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#80363 _wfullpath in MyThes and HyphenLászló Németh2014-07-201-3/+3
| | | | Change-Id: I4232040d4c62220389ca356797d18b1c87673e64
* fdo#80363 add _wfullpath to expand ".." in dictionary pathsLászló Németh2014-07-191-2/+7
| | | | | | | Change-Id: I6c9edd0b4d2c63f7735d090e5d2d72d5fb81b921 Reviewed-on: https://gerrit.libreoffice.org/10400 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
* try including windows.h for MultiByteToWideCharCaolán McNamara2014-04-251-1/+2
| | | | Change-Id: Ib737e520ff16f2e467504e85fc3969d525fd742a
* fdo#48017 fix WIN32 long path name support of spelling dictionariesLászló Németh2014-04-252-0/+110
| | | | Change-Id: I1ccaae9dba4f82cd50531890e159519a765a0fff
* normalize values of CROSS_COMPILINGMichael Stahl2014-02-271-1/+1
| | | | Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
* Fix building from inside modules moved to externalKhaled Hosny2013-10-181-1/+1
| | | | Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
* fdo#70393: move hunspell to a subdir of externalKhaled Hosny2013-10-1815-0/+482
Change-Id: Id3aafd95cb8c064f84898844a91f350e9aad0ed4 Reviewed-on: https://gerrit.libreoffice.org/6307 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>