summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.3.3 and add NEWSv2.3.3Reuben Thomas2022-04-162-1/+13
* enchant++.h: make is_added() method return a result (fix #304)Reuben Thomas2022-04-161-3/+3
* Reduce dependency on gnulib by requiring C99 and POSIX 2008Dimitrij Mijoski2022-03-1912-62/+51
* Add Windows to Github ActionsDimitrij Mijoski2022-02-263-53/+37
* Add macOS to Github ActionsDimitrij Mijoski2022-02-263-35/+22
* Rework CI for Linux, use Github ActionsDimitrij Mijoski2022-02-262-18/+39
* Reduce warningsDimitrij Mijoski2022-02-181-0/+2
* Completely rework provider Nuspell, require Nuspell v5.1.0.Dimitrij Mijoski2022-02-183-336/+88
* Merge pull request #297 from rrthomas/masterReuben Thomas2022-02-171-0/+1
|\
| * AppVeyor: now need to install autotools explicitlyReuben Thomas2022-02-161-0/+1
|/
* Merge pull request #294 from rrthomas/masterv2.3.2Reuben Thomas2021-12-034-3/+19
|\
| * enchant.1: document format of language tags (see issue #295)Reuben Thomas2021-12-031-2/+3
| * configure.ac: bump version to 2.3.2Reuben Thomas2021-11-161-1/+1
| * tests/pwl/enchant_pwl_tests.cpp: add extra check to prevent a crashReuben Thomas2021-11-161-0/+1
| * NEWS: add news for 2.3.2Reuben Thomas2021-11-161-0/+14
|/
* Merge pull request #293 from rrthomas/masterReuben Thomas2021-11-169-42/+59
|\
| * enchant-lsmod.c: show provider error if any when request_dict failsReuben Thomas2021-11-161-1/+5
| * Aspell provider: set provider error when request_dict failsReuben Thomas2021-11-165-41/+18
| * Add debug.h for debuggingReuben Thomas2021-11-163-0/+36
|/
* Merge pull request #291 from rrthomas/masterReuben Thomas2021-11-0915-324/+277
|\
| * enchant_provider_is_valid: do NULL checks in same order as fields are declaredReuben Thomas2021-11-081-6/+6
| * Make request_dict member of provider mandatoryReuben Thomas2021-11-082-17/+21
| * Fix generation of man pagesReuben Thomas2021-11-082-6/+4
| * Clean up whitespace in provider sourcesReuben Thomas2021-11-085-81/+81
| * Clean up whitespace in main sourcesReuben Thomas2021-11-085-103/+103
| * Remove redundant braces; merge initializers with declarationsReuben Thomas2021-11-083-89/+42
| * lib.c: remove redundant NULL checksReuben Thomas2021-11-081-23/+20
| * lib.c, pwl.c: update copyright dates for myselfReuben Thomas2021-11-072-1/+2
| * AppVeyor: use GNU m4 on macOS (broke with recent XCode)Reuben Thomas2021-11-061-1/+1
|/
* Merge pull request #288 from dimztimz/nuspellReuben Thomas2021-11-061-2/+6
|\
| * Update nuspell in CIDimitrij Mijoski2021-11-051-2/+6
|/
* Merge pull request #290 from rrthomas/masterReuben Thomas2021-11-051-3/+4
|\
| * apt-get update to get most recent ca-certificatesReuben Thomas2021-11-051-0/+1
| * AppVeyor: update to Ubuntu2004 image, for up-to-date SSL certificates for Sav...Reuben Thomas2021-11-051-3/+3
|/
* Merge pull request #282 from Biswa96/mingw-strndupReuben Thomas2021-09-201-2/+2
|\
| * voikko: Fix undefined strndup in Win32/MinGWBiswapriyo Nath2021-09-201-2/+2
|/
* Merge pull request #280 from rrthomas/masterv2.3.1Reuben Thomas2021-08-102-1/+15
|\
| * Bump version to 2.3.1, and add NEWSReuben Thomas2021-08-092-1/+15
|/
* Merge pull request #279 from rrthomas/masterReuben Thomas2021-08-091-46/+54
|\
| * 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
|/
* Merge pull request #276 from rrthomas/masterReuben Thomas2021-08-068-20/+14
|\
| * 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-066-12/+12
| * enchant.ordering: do not prefer aspell for “en”Reuben Thomas2021-08-061-1/+0
| * lib.c: ignore hidden files when loading providersReuben Thomas2021-06-181-0/+1
|/
* Merge pull request #275 from rrthomas/masterv2.3.0Reuben Thomas2021-06-146-22/+88
|\
| * NEWS: add news for 2.3.0Reuben Thomas2021-06-141-0/+17