summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve HACKING"revert-92-masterReuben Thomas2017-02-2114-165/+178
* Merge pull request #92 from rrthomas/masterReuben Thomas2017-02-2114-178/+165
|\
| * Rename Myspell checker to HunspellReuben Thomas2017-02-2112-130/+135
| * Improve HACKINGReuben Thomas2017-02-212-48/+30
|/
* Merge pull request #91 from rrthomas/masterReuben Thomas2017-02-2125-232/+630
|\
| * Overhaul compiler warning flagsReuben Thomas2017-02-2025-232/+630
|/
* Merge pull request #90 from rrthomas/masterReuben Thomas2017-02-196-10/+12
|\
| * Move installed programs from tests/ to src/Reuben Thomas2017-02-196-10/+12
|/
* Merge pull request #89 from rrthomas/masterReuben Thomas2017-02-194-29/+12
|\
| * Remove if-before-freeReuben Thomas2017-02-194-29/+12
|/
* Merge pull request #88 from rrthomas/masterReuben Thomas2017-02-191-31/+13
|\
| * Don’t deduplicate module & configuration pathsReuben Thomas2017-02-191-31/+13
|/
* Merge pull request #87 from rrthomas/override-user-settingsReuben Thomas2017-02-194-62/+23
|\
| * Fix issue #49: stop unit tests changing user filesReuben Thomas2017-02-194-62/+23
|/
* Merge pull request #85 from rrthomas/masterReuben Thomas2017-02-182-27/+0
|\
| * Remove Windows-specific prefix finding code, and obsolete OpenOffice dictiona...Reuben Thomas2017-02-182-27/+0
|/
* Merge pull request #84 from rrthomas/masterReuben Thomas2017-02-1810-198/+11
|\
| * Use standard macros to detect macOSReuben Thomas2017-02-184-13/+8
| * Remove unnecessary macOS ifdef: providers are linked against enchant on macOSReuben Thomas2017-02-113-38/+3
| * Remove special hard-wired paths for macOSReuben Thomas2017-02-114-147/+0
|/
* Merge pull request #83 from rrthomas/masterReuben Thomas2017-02-111-3/+1
|\
| * Make a commented-out test work again with new APIReuben Thomas2017-02-101-3/+1
* | Merge pull request #82 from rrthomas/masterReuben Thomas2017-02-1121-745/+69
|\ \ | |/
| * Issue #72: remove Windows registry supportReuben Thomas2017-02-1021-745/+69
|/
* Merge pull request #80 from rrthomas/masterReuben Thomas2017-02-097-158/+42
|\
| * Clarify and improve spell-checker detectionReuben Thomas2017-02-093-30/+28
| * Minor tidy-up of configure.acReuben Thomas2017-02-092-17/+13
| * Remove relocatable_library setting, which no longer serves a purposeReuben Thomas2017-02-091-7/+1
| * Remove MAINTAINERS; current maintainers are noted elsewhereReuben Thomas2017-02-092-2/+0
| * Remove RPM specfile; leave that to packagersReuben Thomas2017-02-094-102/+0
* | Merge pull request #79 from rrthomas/masterReuben Thomas2017-02-093-13/+0
|\ \ | |/
| * Remove enchant-uninstalled.pc.inReuben Thomas2017-02-093-13/+0
|/
* Merge pull request #78 from rrthomas/masterReuben Thomas2017-02-0915-2084/+0
|\
| * Remove .NET bindings and tests (issue #71)Reuben Thomas2017-02-0915-2084/+0
|/
* Merge pull request #75 from rrthomas/enchant-2-0Reuben Thomas2017-02-0955-4547/+10452
|\
| * Set appveyor clone_directoryReuben Thomas2017-02-091-0/+1
| * Simplify code to fix up code page conversion on WindowsReuben Thomas2017-02-091-12/+6
| * Remove magic undefferyReuben Thomas2017-02-091-6/+0
| * Use g_getenv to cover WindowsReuben Thomas2017-02-091-16/+4
| * Require hspell >= 0.8Reuben Thomas2017-02-091-4/+0
| * Require aspell >= 0.50Reuben Thomas2017-02-092-5/+1
| * Remove pre-loading of aspell on WindowsReuben Thomas2017-02-091-132/+0
| * .c files should be compiled as CReuben Thomas2017-02-093-41/+0
| * Remove legacy Pspell (pre-Aspell) supportReuben Thomas2017-02-092-94/+44
| * Stop supporting old glibReuben Thomas2017-02-092-28/+0
| * Use gnulib to get cross-platform flock, and use itReuben Thomas2017-02-0921-58/+10346
| * Use C++11’s noexcept to simplify exception declaration and avoid warningsReuben Thomas2017-02-091-4/+2
| * Remove Visual Studio build files (issue #70)Reuben Thomas2017-02-091-11/+0
| * Do not try to build Zemberek provider by defaultReuben Thomas2017-02-092-4/+2
| * Fix issue #42: remove enchant_fopen; use g_fopenReuben Thomas2017-02-095-47/+9