summaryrefslogtreecommitdiff
path: root/src/enchant.c
Commit message (Expand)AuthorAgeFilesLines
* enchant.c: add -p flagReuben Thomas2021-06-141-12/+46
* enchant.c: report output of --version/-v to stdout, not stderrReuben Thomas2020-11-021-1/+1
* enchant: ignore -B for ispell compatibility (Emacs passes -B to ispell)Reuben Thomas2020-09-071-2/+3
* enchant.c: some slight tidy-upReuben Thomas2020-09-011-13/+6
* src/enchant.c: overhaul command-line parsing and documentationReuben Thomas2020-01-181-98/+97
* src/enchant.c: remove FILE * arg from print_help(): only stdout is usedReuben Thomas2020-01-181-3/+3
* tokenize_line: fix skipping back over non-word characters (fix #212)Reuben Thomas2019-06-171-11/+9
* Fix FSF addressRobert-André Mauchin2017-12-141-1/+1
* Fixes #26: add support to enchant program for removing wordsReuben Thomas2017-07-251-0/+10
* enchant.c: improve commentReuben Thomas2017-07-251-1/+1
* Fix issue #17: add new APIs for per-dictionary character classesReuben Thomas2017-07-251-67/+14
* enchant: remove the (unadvertised) support for ispell language namesReuben Thomas2017-07-251-78/+3
* enchant.c: update my copyright dates, and update descriptive commentReuben Thomas2017-04-151-10/+2
* Update documentationReuben Thomas2017-04-051-9/+9
* Rename enchant-ispell.c to enchant.c; enchant.c to lib.cReuben Thomas2017-03-031-1917/+481
* Make enchant_get_user_language publicReuben Thomas2017-03-031-46/+51
* Remove editor settings comments for vim and EmacsReuben Thomas2017-03-031-1/+0
* Issue 56: remove ENCHANT_PLUGIN_DECLAREReuben Thomas2017-03-031-2/+0
* Minor whitespace fixes to make configure.ac and enchant.c whitespace-cleanReuben Thomas2017-03-021-137/+137
* Remove ispell back-endReuben Thomas2017-02-281-1/+1
* Issue #96: remove get/set_param APIsReuben Thomas2017-02-241-36/+0
* Rename Myspell checker to HunspellReuben Thomas2017-02-211-1/+1
* Overhaul compiler warning flagsReuben Thomas2017-02-201-13/+10
* Don’t deduplicate module & configuration pathsReuben Thomas2017-02-191-31/+13
* Fix issue #49: stop unit tests changing user filesReuben Thomas2017-02-191-1/+13
* Remove Windows-specific prefix finding code, and obsolete OpenOffice dictiona...Reuben Thomas2017-02-181-19/+0
* Use standard macros to detect macOSReuben Thomas2017-02-181-1/+1
* Remove special hard-wired paths for macOSReuben Thomas2017-02-111-12/+0
* Issue #72: remove Windows registry supportReuben Thomas2017-02-101-152/+12
* Fix issue #42: remove enchant_fopen; use g_fopenReuben Thomas2017-02-091-38/+1
* API: Make enchant_get_version return const char *Reuben Thomas2017-02-091-1/+1
* Remove deprecated APIsReuben Thomas2017-02-091-60/+0
* Fix issue #51: remove unused binary relocation supportReuben Thomas2017-02-021-16/+0
* enchant.c: add a missing word to a commentReuben Thomas2017-01-291-1/+1
* Cosmetic improvements to enchant.cReuben Thomas2017-01-151-8/+7
* Add support for runtime ENCHANT_MODULE_PATH environment variableReuben Thomas2017-01-101-19/+42
* Fix enchant_broker_list_dictsReuben Thomas2016-12-201-12/+38
* Fix non-API const warningsReuben Thomas2016-12-181-3/+3
* Fix a warning from macOS buildReuben Thomas2016-12-181-1/+1
* Fix most compilation warningsReuben Thomas2016-12-171-3/+0
* Fix incompatible pointer typesJonathan Springer2015-08-281-1/+1
* Use g_filename_to_utf8 to convert environment variable to UTF8Jonathan Springer2015-08-271-1/+4
* Add environment variable to point enchant to a user defined prefix directoryJonathan Springer2015-08-271-4/+2
* Always try to use enchant_get_prefix_dir when finding modulesJonathan Springer2015-08-271-2/+1
* Palliative fix for 2-letter word bug.2011-03-101-0/+2
* add a function to get enchant's versionDom Lachowicz2010-01-111-0/+5
* Bug 12556 - document that dictionary-related functions return a reference-cou...Dom Lachowicz2010-01-111-2/+2
* Bugzilla Bug 12472 - Win32 DLL dependency not found popup occurs when module ...Dom Lachowicz2009-11-091-0/+8
* Registry handle not closed in enchant_get_registry_value_exDom Lachowicz2009-10-261-0/+1
* Leak in _enchant_get_user_home_dirs() on WindowsDom Lachowicz2009-10-261-3/+4