summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/lib.c: sort tags in enchant_broker_list_dictsReuben Thomas2020-09-071-27/+26
* enchant: ignore -B for ispell compatibility (Emacs passes -B to ispell)Reuben Thomas2020-09-071-2/+3
* libenchant: fix use of deprecated GLib macroReuben Thomas2020-09-012-2/+2
* enchant.c: some slight tidy-upReuben Thomas2020-09-011-13/+6
* Nuspell provider implementationPanderMusubi2020-02-273-12/+12
* src/enchant.c: overhaul command-line parsing and documentationReuben Thomas2020-01-182-110/+108
* src/pwl.c: fix buffer overflow in trie matchingReuben Thomas2020-01-181-1/+1
* src/enchant.c: remove FILE * arg from print_help(): only stdout is usedReuben Thomas2020-01-181-3/+3
* src/pwl.c: treat PWL as text, not binaryReuben Thomas2019-09-011-3/+3
* src/pwl.c: cope with different line endings when reading PWLReuben Thomas2019-09-011-5/+3
* src/lib.c: use correct g_free for result of g_build_filename (not free)Reuben Thomas2019-06-301-1/+1
* tokenize_line: fix skipping back over non-word characters (fix #212)Reuben Thomas2019-06-171-11/+9
* Add missing enchant-lsmod.1.in to EXTRA_DIST in srcReuben Thomas2018-01-031-1/+1
* Fix FSF addressRobert-André Mauchin2017-12-148-8/+8
* Make enchant_relocate public in the provider APIReuben Thomas2017-12-112-1/+11
* Fix use of relocatable so that relocatable.c is correctly builtReuben Thomas2017-12-111-1/+0
* Make man pages parallel installable (fix #168)Reuben Thomas2017-12-074-13/+22
* enchant-lsmod.1 should not be in DISTCLEANFILESReuben Thomas2017-11-261-1/+1
* Support parallel installation of different Enchant versionsReuben Thomas2017-11-253-16/+18
* Overhaul enchant(1)Reuben Thomas2017-08-093-12/+33
* 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
* Deal with strdup failure in enchant_relocateReuben Thomas2017-07-311-6/+26
* Allow Enchant to be built without --enable-relocatableReuben Thomas2017-07-311-0/+4
* 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
* Fix issue #17: add new APIs for per-dictionary character classesReuben Thomas2017-07-254-74/+131
* enchant: remove the (unadvertised) support for ispell language namesReuben Thomas2017-07-251-78/+3
* Tidy up main library codeReuben Thomas2017-05-042-679/+307
* pwl.c: fix typo in commentReuben Thomas2017-04-301-1/+1
* Make provider list_dicts method mandatoryReuben Thomas2017-04-301-2/+2
* Get AppleSpell back-end working again, and add list_dicts methodReuben Thomas2017-04-303-4/+5
* lib.c: merge some declarations with initializationsReuben Thomas2017-04-261-8/+4
* Require providers to define dispose methods, and one of dictionary_exists or ...Reuben Thomas2017-04-251-28/+23
* Merge pull request #128 from rrthomas/masterReuben Thomas2017-04-215-28/+10
|\
| * Make some APIs return const char *, not char *Reuben Thomas2017-04-212-6/+4
| * Remove enchant provider free_string_list methodReuben Thomas2017-04-214-18/+6
| * Remove _reserved fields for ABI compatibility attempt from enchant-provider.hReuben Thomas2017-04-181-4/+0
* | Reserve in out_suggs to prevent reallocsViktor Oreshkin2017-04-191-0/+2
|/
* enchant-provider.h: remove unneeded glib.h includeReuben Thomas2017-04-161-2/+1
* Remove dllexport/import declspecs, use autotools' automatic import/export for...Reuben Thomas2017-04-163-106/+62
* enchant-provider.h: remove obsolete inclusion of windows.hReuben Thomas2017-04-152-4/+4
* enchant.c: update my copyright dates, and update descriptive commentReuben Thomas2017-04-151-10/+2
* Fix some memory leaks (thanks, Valgrind!)Reuben Thomas2017-04-152-38/+27
* Remove trivial but potentially wrong Objective C headerReuben Thomas2017-04-153-12/+4
* Remove uspell provider (move to uspell repo)Reuben Thomas2017-04-152-2/+1
* Issue #76: Build on more Windows targetsReuben Thomas2017-04-141-1/+1
* Fix buffer overrun in PWL trie-matchingReuben Thomas2017-04-141-7/+9
* pwl.c: fixes for portabilityReuben Thomas2017-04-111-5/+7