summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update man pagesHEADv2.3.4masterReuben Thomas2023-02-193-3/+3
* Fix potential NULL dereferences (thanks, GCC!)Reuben Thomas2022-12-112-4/+7
* lib.c: fix double-free (thanks, GCC)Reuben Thomas2022-12-081-0/+1
* Convert man pages to HTML for online documentation (do not distribute)Reuben Thomas2022-09-255-1/+489
* Improve man page markupReuben Thomas2022-09-252-11/+11
* Improve the documentationReuben Thomas2022-09-255-48/+97
* 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-193-18/+15
* enchant.1: document format of language tags (see issue #295)Reuben Thomas2021-12-031-2/+3
* enchant-lsmod.c: show provider error if any when request_dict failsReuben Thomas2021-11-161-1/+5
* Add debug.h for debuggingReuben Thomas2021-11-163-0/+36
* 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-081-16/+14
* Fix generation of man pagesReuben Thomas2021-11-082-6/+4
* 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
* Fix license exceptionReuben Thomas2021-08-063-6/+6
* 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
* enchant.c: add -p flagReuben Thomas2021-06-142-12/+49
* pwl.c: allow the PWL APIs to be passed -1 as word lengthReuben Thomas2021-06-142-9/+21
* enchant-provider.h: add documentation (fix #239)Reuben Thomas2021-06-031-13/+36
* Make Aspell the default backend for English locales it supportsPeter Oliver2021-02-041-0/+5
* enchant.c: report output of --version/-v to stdout, not stderrReuben Thomas2020-11-021-1/+1
* 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