| Commit message (Expand) | Author | Age | Files | Lines |
* | Support parallel installation of different Enchant versions | Reuben Thomas | 2017-11-25 | 4 | -14/+14 |
* | Use newer gnulib with improved relocatable-lib-lgpl | Reuben Thomas | 2017-07-31 | 2 | -2/+4 |
* | Fix issue #17: add new APIs for per-dictionary character classes | Reuben Thomas | 2017-07-25 | 4 | -1/+382 |
* | Resurrect enchant_providers tests | Reuben Thomas | 2017-07-24 | 10 | -45/+90 |
* | Tests: improve a comment and replace obsolete documentation | Reuben Thomas | 2017-05-04 | 1 | -6/+2 |
* | Tidy up main library code | Reuben Thomas | 2017-05-04 | 1 | -7/+19 |
* | tests/enchant_providers/Readme.txt: remove out of date note | Reuben Thomas | 2017-05-04 | 1 | -4/+0 |
* | dictionary_check.cpp: remove unused include, other minor tidy-up | Reuben Thomas | 2017-05-04 | 1 | -3/+1 |
* | tests/Makefile.am: fix FIXME: remove duplication | Reuben Thomas | 2017-05-04 | 1 | -5/+5 |
* | Remove old tests, they don't really add much | Reuben Thomas | 2017-05-04 | 4 | -286/+1 |
* | Require providers to define dispose methods, and one of dictionary_exists or ... | Reuben Thomas | 2017-04-25 | 2 | -35/+15 |
* | EnchantTestFixture.h: remove redundant includes | Reuben Thomas | 2017-04-21 | 1 | -8/+4 |
* | Make some APIs return const char *, not char * | Reuben Thomas | 2017-04-21 | 3 | -3/+3 |
* | Resurrect remaining disabled tests | Reuben Thomas | 2017-04-21 | 1 | -48/+2 |
* | Remove enchant provider free_string_list method | Reuben Thomas | 2017-04-21 | 13 | -180/+13 |
* | Remove dllexport/import declspecs, use autotools' automatic import/export for... | Reuben Thomas | 2017-04-16 | 2 | -10/+6 |
* | Remove #pragma usage (all for MS Visual C, none needed) | Reuben Thomas | 2017-04-15 | 4 | -28/+0 |
* | Use valgrind-tests module to run tests under Valgrind | Reuben Thomas | 2017-04-15 | 3 | -1/+13 |
* | Fix memory leaks in tests (thanks, Valgrind!) | Reuben Thomas | 2017-04-15 | 9 | -29/+54 |
* | Add a FIXME to tests/Makefile.am | Reuben Thomas | 2017-04-15 | 1 | -0/+1 |
* | Remove some diagnostics inadvertently left in a test | Reuben Thomas | 2017-04-15 | 1 | -5/+0 |
* | Move tests/mock_provider files up a level | Reuben Thomas | 2017-04-15 | 5 | -44/+37 |
* | Remove an obsolete comment | Reuben Thomas | 2017-04-15 | 1 | -1/+0 |
* | Remove uspell provider (move to uspell repo) | Reuben Thomas | 2017-04-15 | 1 | -1/+1 |
* | Move unittests to tests directory | Reuben Thomas | 2017-04-15 | 51 | -3/+8783 |
* | Make library relocatable using gnulib’s relocatable-lib-lgpl module | Reuben Thomas | 2017-04-04 | 3 | -29/+35 |
* | Overhaul configuration mechanisms | Reuben Thomas | 2017-03-06 | 1 | -2/+4 |
* | Remove ENCHANT_MODULE_PATH environment variable | Reuben Thomas | 2017-03-03 | 1 | -4/+6 |
* | Simplify finding provider modules in tests | Reuben Thomas | 2017-03-03 | 1 | -5/+1 |
* | Simplify code layout: move providers into a single directory | Reuben Thomas | 2017-03-03 | 1 | -4/+3 |
* | Remove editor settings comments for vim and Emacs | Reuben Thomas | 2017-03-03 | 2 | -2/+0 |
* | Remove ispell back-end | Reuben Thomas | 2017-02-28 | 1 | -1/+1 |
* | Remove ispell compatibility script | Reuben Thomas | 2017-02-22 | 3 | -27/+1 |
* | Rename Myspell checker to Hunspell | Reuben Thomas | 2017-02-21 | 1 | -1/+1 |
* | Move installed programs from tests/ to src/ | Reuben Thomas | 2017-02-19 | 4 | -770/+0 |
* | Remove if-before-free | Reuben Thomas | 2017-02-19 | 1 | -13/+5 |
* | Make a commented-out test work again with new API | Reuben Thomas | 2017-02-10 | 1 | -3/+1 |
* | Issue #72: remove Windows registry support | Reuben Thomas | 2017-02-10 | 2 | -0/+4 |
* | Simplify code to fix up code page conversion on Windows | Reuben Thomas | 2017-02-09 | 1 | -12/+6 |
* | Fix issue #42: remove enchant_fopen; use g_fopen | Reuben Thomas | 2017-02-09 | 1 | -1/+2 |
* | Fix tests on Windows (specifically, tested on MSYS2) | Reuben Thomas | 2017-02-07 | 1 | -0/+4 |
* | Remove redundant _SOURCES setting | Reuben Thomas | 2017-02-04 | 1 | -1/+0 |
* | Simplify integration test linking configuration | Reuben Thomas | 2017-02-04 | 1 | -12/+5 |
* | Fix issue #55: require a C++ compiler | Reuben Thomas | 2017-02-02 | 1 | -7/+1 |
* | Run unittests, fixed for non-Windows systems | Reuben Thomas | 2017-02-01 | 1 | -2/+0 |
* | Remove old CVS files | Patrick Griffis | 2017-01-19 | 1 | -8/+0 |
* | Fix running main tests again, after previous change | Reuben Thomas | 2017-01-15 | 1 | -1/+1 |
* | Use check_PROGRAMS for tests | Reuben Thomas | 2017-01-13 | 1 | -1/+1 |
* | Run tests with 'make check' | Reuben Thomas | 2017-01-10 | 5 | -19/+32 |
* | Minor fixes to tests | Reuben Thomas | 2017-01-10 | 2 | -1/+8 |