summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #145 from rrthomas/masterv2.0.0Reuben Thomas2017-08-042-1/+3
|\
| * Fixes #121: Pass --lgpl to gnulib-toolReuben Thomas2017-08-042-1/+3
|/
* Merge pull request #144 from rrthomas/masterReuben Thomas2017-08-042-3/+3
|\
| * Add updated bootstrap module with gnulib-tool-compatible licensesReuben Thomas2017-08-042-3/+3
|/
* Merge pull request #143 from rrthomas/masterReuben Thomas2017-08-017-52/+39
|\
| * Deal with strdup failure in enchant_relocateReuben Thomas2017-07-311-6/+26
| * Allow Enchant to be built without --enable-relocatableReuben Thomas2017-07-313-4/+8
| * Use newer gnulib with improved relocatable-lib-lgplReuben Thomas2017-07-314-41/+4
| * INSTALL: fix reference to relocatable-maint.texiReuben Thomas2017-07-261-1/+1
|/
* Merge pull request #141 from rrthomas/masterReuben Thomas2017-07-261-0/+9
|\
| * Add commented-out use of AddressSanitizer, with a FIXMEReuben Thomas2017-07-261-0/+9
|/
* Merge pull request #140 from rrthomas/masterReuben Thomas2017-07-262-35/+27
|\
| * Fixes #26: add support to enchant program for removing wordsReuben Thomas2017-07-251-0/+10
| * lib.c: add myself to copyright list, make function declarations consistentReuben Thomas2017-07-251-34/+16
| * enchant.c: improve commentReuben Thomas2017-07-251-1/+1
|/
* Merge pull request #139 from rrthomas/masterReuben Thomas2017-07-259-153/+540
|\
| * Fix issue #17: add new APIs for per-dictionary character classesReuben Thomas2017-07-259-75/+537
| * enchant: remove the (unadvertised) support for ispell language namesReuben Thomas2017-07-251-78/+3
|/
* Merge pull request #138 from rrthomas/masterReuben Thomas2017-07-2513-46/+95
|\
| * Resurrect enchant_providers testsReuben Thomas2017-07-2410-45/+90
| * 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-242-1/+2
|/
* Merge pull request #137 from rrthomas/mention-gspellReuben Thomas2017-07-151-1/+2
|\
| * Fix #136: mention gspell in web pageReuben Thomas2017-07-151-1/+2
|/
* Merge pull request #135 from rrthomas/masterReuben Thomas2017-05-0419-1236/+421
|\
| * Tests: improve a comment and replace obsolete documentationReuben Thomas2017-05-041-6/+2
| * Use C99-style declarations in remaining providersReuben Thomas2017-05-044-121/+56
| * Remove module-unloading hackReuben Thomas2017-05-041-17/+1
| * Tidy up main library codeReuben Thomas2017-05-046-687/+331
| * tests/enchant_providers/Readme.txt: remove out of date noteReuben Thomas2017-05-041-4/+0
| * dictionary_check.cpp: remove unused include, other minor tidy-upReuben Thomas2017-05-041-3/+1
| * Overhaul hspell back-endReuben Thomas2017-05-041-100/+22
| * Fix lines of code counting for bootstrap.conf (previously ignored)Reuben Thomas2017-05-041-1/+1
| * tests/Makefile.am: fix FIXME: remove duplicationReuben Thomas2017-05-041-5/+5
| * Remove old tests, they don't really add muchReuben Thomas2017-05-044-286/+1
| * pwl.c: fix typo in commentReuben Thomas2017-04-301-1/+1
| * Remove include of enchant.h from providersReuben Thomas2017-04-305-5/+0
* | Merge pull request #134 from rrthomas/masterReuben Thomas2017-04-301-2/+2
|\ \ | |/
| * Make provider list_dicts method mandatoryReuben Thomas2017-04-301-2/+2
|/
* Merge pull request #133 from rrthomas/masterReuben Thomas2017-04-306-38/+100
|\
| * Get AppleSpell back-end working again, and add list_dicts methodReuben Thomas2017-04-306-38/+100
|/
* Merge pull request #132 from rrthomas/masterReuben Thomas2017-04-292-1/+3
|\
| * Add missing changes from commit c10d696a (require C99)Reuben Thomas2017-04-292-1/+3
|/
* Merge pull request #131 from rrthomas/masterReuben Thomas2017-04-291-0/+35
|\
| * Fix #118: document how to symlink compatible PWLsReuben Thomas2017-04-271-0/+35
|/
* Merge pull request #130 from rrthomas/masterReuben Thomas2017-04-273-41/+35
|\
| * 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