summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Voikko provider: fix some potential NULL dereferences (thanks, GCC)Reuben Thomas2022-12-111-3/+10
* Reduce dependency on gnulib by requiring C99 and POSIX 2008Dimitrij Mijoski2022-03-196-37/+31
* Completely rework provider Nuspell, require Nuspell v5.1.0.Dimitrij Mijoski2022-02-181-334/+86
* Aspell provider: set provider error when request_dict failsReuben Thomas2021-11-161-0/+1
* Clean up whitespace in provider sourcesReuben Thomas2021-11-085-81/+81
* voikko: Fix undefined strndup in Win32/MinGWBiswapriyo Nath2021-09-201-2/+2
* enchant_hunspell.cpp: factor out calls to g_iconv into a convenience functionReuben Thomas2021-08-071-47/+30
* enchant_hunspell.cpp: fix maximum word lengthReuben Thomas2021-08-061-8/+10
* Hunspell: ensure extra word characters are returned as UTF-8 (fix #278)Reuben Thomas2021-08-061-15/+38
* enchant_hunspell.cpp: drop hunspell 1.4 supportReuben Thomas2021-08-061-6/+0
* enchant_hunspell.cpp: update URL of Hunspell home page to httpsReuben Thomas2021-08-061-1/+1
* Fix license exceptionReuben Thomas2021-08-063-6/+6
* providers/enchant_nuspell.cpp: Improve code for provider Nuspell.Dimitrij Mijoski2020-11-201-16/+10
* Fix back-ends that want a NUL-terminated string (fix #259)Reuben Thomas2020-10-152-8/+18
* Hunspell: fix use of deprecated APIsReuben Thomas2020-09-011-12/+6
* Hunspell: implement Hunspell’s rule for treating quotes as word charReuben Thomas2020-09-011-2/+11
* providers/enchant_nuspell.cpp: fix a few leaksReuben Thomas2020-07-291-3/+7
* Nuspell provider implementationPanderMusubi2020-02-272-0/+445
* Hunspell provider: fix a space leakReuben Thomas2019-09-111-3/+4
* Aspell provider: fix a couple of space leaks (thanks, ASAN!)Reuben Thomas2019-09-111-0/+2
* providers/enchant_hunspell.cpp: fix memory leaksReuben Thomas2019-06-301-4/+14
* hspell: reject input that cannot be encoded as ISO-8859-8 (fixes issue #180)Reuben Thomas2018-01-021-12/+15
* Merge pull request #175 from rrthomas/masterReuben Thomas2017-12-171-4/+1
|\
| * enchant_hspell.c: remove a now-redundant g_freeReuben Thomas2017-12-121-4/+1
* | Fix FSF addressRobert-André Mauchin2017-12-146-6/+6
|/
* hunspell: use enchant_relocate to relocate ENCHANT_HUNSPELL_DICT_DIRReuben Thomas2017-12-111-1/+1
* Fix #170: potential null pointer dereferenceReuben Thomas2017-12-081-0/+7
* Merge pull request #163 from rrthomas/masterReuben Thomas2017-11-261-2/+2
|\
| * Support parallel installation of different Enchant versionsReuben Thomas2017-11-251-2/+2
* | voikko: Avoid crashing when there are no languagesJan Alexander Steffens (heftig)2017-11-241-6/+9
|/
* Voikko supports more than fi nowBørre Gaup2017-09-221-47/+51
* Fix hunspell 1.5 supportPacho Ramos2017-09-031-1/+1
* Fix issue #17: add new APIs for per-dictionary character classesReuben Thomas2017-07-251-0/+24
* AppleSpell checker: fix uninitialised nresult in NSArrayToCArrayReuben Thomas2017-07-241-0/+1
* AppleSpell checker: ensure list_dicts always sets n_dicts out parameterReuben Thomas2017-07-241-0/+2
* Fix incorrect return value in Voikko’s suggest routine; actually test Voikko!Reuben Thomas2017-07-241-1/+1
* Use C99-style declarations in remaining providersReuben Thomas2017-05-044-121/+56
* Remove module-unloading hackReuben Thomas2017-05-041-17/+1
* Overhaul hspell back-endReuben Thomas2017-05-041-100/+22
* Remove include of enchant.h from providersReuben Thomas2017-04-305-5/+0
* Get AppleSpell back-end working again, and add list_dicts methodReuben Thomas2017-04-302-33/+92
* enchant_hunspell: minor refactoringReuben Thomas2017-04-261-31/+27
* enchant_aspell.c: update some commentsReuben Thomas2017-04-261-2/+2
* enchant_hunspell.cpp: declare init function before definitionReuben Thomas2017-04-261-0/+2
* Fix FIXME: use @autoreleasepool instead of manual NSAutoReleasePoolReuben Thomas2017-04-211-181/+142
* Remove enchant provider free_string_list methodReuben Thomas2017-04-215-39/+9
* Make voikko provider use libc functions, so no longer needs glibReuben Thomas2017-04-161-7/+6
* Update voikko provider to use current APIReuben Thomas2017-04-161-24/+16
* Remove dllexport/import declspecs, use autotools' automatic import/export for...Reuben Thomas2017-04-166-18/+6
* hunspell provider: simplify code to build list of dictionary directoriesReuben Thomas2017-04-151-27/+8