summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #151 from rrthomas/masterv2.1.0Reuben Thomas2017-08-088-382/+52
|\
| * Fixes #147: add a release target to Makefile.am and instructions to HACKINGReuben Thomas2017-08-082-0/+31
| * Bump version to 2.1.0Reuben Thomas2017-08-072-3/+16
| * gnulib now has support for multiple languages in warnings.m4Reuben Thomas2017-08-075-379/+5
|/
* Merge pull request #150 from rrthomas/masterReuben Thomas2017-08-074-66/+94
|\
| * Fixes #146: add a man page for enchant-lsmodReuben Thomas2017-08-073-2/+37
| * enchant-lsmod: simplify argument parsing, and add -word-charsReuben Thomas2017-08-071-64/+57
|/
* Merge pull request #149 from rrthomas/masterReuben Thomas2017-08-071-37/+0
|\
| * gnulib: remove valgrind-tests.m4, as the issue is now patched in gnulibReuben Thomas2017-08-051-37/+0
|/
* Merge pull request #148 from rrthomas/masterReuben Thomas2017-08-054-614/+277
|\
| * Update manywarnings patch to use patches, not replacement filesReuben Thomas2017-08-054-614/+277
|/
* 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
|\ \ | |/