summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * src/enchant.c: remove FILE * arg from print_help(): only stdout is usedReuben Thomas2020-01-181-3/+3
| * Travis: install hunspell-fr so that fr_FR-specific tests are runReuben Thomas2020-01-181-0/+1
| * m4/.gitignore: add gnulib-cache.m4 (thanks, @PanderMusubi)Reuben Thomas2020-01-141-0/+1
|/
* Merge pull request #229 from rrthomas/masterReuben Thomas2020-01-081-83/+0
|\
| * Remove m4/gnulib-cache.m4, not needed in git (generated by bootstrap)Reuben Thomas2020-01-081-83/+0
|/
* Merge pull request #225 from rrthomas/masterReuben Thomas2019-11-281-1/+1
|\
| * tests/run-test: remove obsolete Valgrind referenceReuben Thomas2019-09-111-1/+1
|/
* Merge pull request #224 from rrthomas/masterv2.2.7Reuben Thomas2019-09-112-1/+8
|\
| * Bump version to 2.2.7 and add NEWS for releaseReuben Thomas2019-09-112-1/+8
|/
* Merge pull request #223 from rrthomas/masterReuben Thomas2019-09-1148-127/+66
|\
| * Travis: build with ASAN (fix #142)Reuben Thomas2019-09-111-1/+3
| * Travis: simplify builds now that we’re building on bionicReuben Thomas2019-09-111-17/+2
| * Remove support for testing with Valgrind (prefer ASAN)Reuben Thomas2019-09-115-14/+1
| * Tests: add support for building with ASAN, including leak suppressionsReuben Thomas2019-09-113-2/+9
| * Tests: fix some memory leaks (thanks, ASAN!)Reuben Thomas2019-09-113-2/+6
| * Hunspell provider: fix a space leakReuben Thomas2019-09-111-3/+4
| * Aspell provider: fix a couple of space leaks (thanks, ASAN!)Reuben Thomas2019-09-111-0/+2
| * UnitTest++/Travis: build on Ubuntu 18.04 and remove workaroundsReuben Thomas2019-09-1041-76/+41
| * Travis/configure.ac: remove Ubuntu 14.04 support; build on 16.04Reuben Thomas2019-09-102-15/+1
|/
* Merge pull request #222 from rrthomas/masterv2.2.6Reuben Thomas2019-09-053-1/+8
|\
| * Bump version to 2.2.6; add NEWSReuben Thomas2019-09-053-1/+8
* | Merge pull request #221 from rrthomas/masterv2.2.5Reuben Thomas2019-09-018-28/+31
|\ \ | |/
| * 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
| * tests/pwl/enchant_pwl_tests.cpp: remove apparent debug codeReuben Thomas2019-09-011-3/+0
| * Fix and add some Windows .gitignore entriesReuben Thomas2019-09-012-3/+3
| * tests/Makefile.am: test.pwl is a file, so no need to rm -rf it, just rm -fReuben Thomas2019-09-011-1/+1
| * Update bootstrap from gl-mod/bootstrapReuben Thomas2019-08-311-13/+17
| * Update gl-mod/bootstrap, so we deep-clone gnulibReuben Thomas2019-08-311-0/+0
| * HACKING: Add a pointer to .travis.yml and appveyor.ymlReuben Thomas2019-08-081-0/+4
* | Merge pull request #216 from rrthomas/masterReuben Thomas2019-07-015-7/+31
|\ \ | |/
| * Bump version to 2.2.5; mention in NEWS and index.htmlReuben Thomas2019-06-303-2/+16
| * src/lib.c: use correct g_free for result of g_build_filename (not free)Reuben Thomas2019-06-301-1/+1
| * providers/enchant_hunspell.cpp: fix memory leaksReuben Thomas2019-06-301-4/+14
|/
* Merge pull request #213 from rrthomas/masterv2.2.4Reuben Thomas2019-06-174-13/+16
|\
| * Bump version to 2.2.4 and mention in NEWSReuben Thomas2019-06-172-1/+2
| * Travis: don't build with aspell on macOS, because of a brew packaging bugReuben Thomas2019-06-171-1/+4
| * tokenize_line: fix skipping back over non-word characters (fix #212)Reuben Thomas2019-06-171-11/+9
| * configure.ac: don’t warn about case statements marked FALLTHROUGHReuben Thomas2019-06-171-0/+1
|/
* Merge pull request #211 from tlikonen/masterReuben Thomas2019-03-171-0/+1
|\
| * Mention Common Lisp interface and URL in READMETeemu Likonen2019-03-171-0/+1
|/
* Merge pull request #209 from rrthomas/masterReuben Thomas2018-12-111-0/+1
|\
| * index.html: mention release of Enchant 2.2.3Reuben Thomas2018-12-111-0/+1
* | Merge pull request #207 from rrthomas/masterReuben Thomas2018-11-051-1/+1
|\ \ | |/
| * .gitmodules: get gnulib via https to placate GitHubReuben Thomas2018-11-051-1/+1
* | Merge pull request #206 from rrthomas/masterReuben Thomas2018-11-051-1/+1
|\ \ | |/
| * tests/enchant_providers/Makefile.am: remove non-portable use of $<Reuben Thomas2018-11-051-1/+1
* | Merge pull request #205 from rrthomas/masterReuben Thomas2018-11-054-4/+26
|\ \ | |/
| * Add gnulib to gitReuben Thomas2018-10-304-4/+26
* | Merge pull request #203 from iamleot/avoid_rm_rf_of_rootReuben Thomas2018-10-302-2/+2
|\ \