summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-17Fix clang -Wstrict-prototypes warnings for C interface.HEADmasterKevin Atkinson1-3/+6
2024-08-29Rename autogen to autogen.sh, add symlink to maintain compatibilityZopolis44-26/+27
2024-07-21modules/speller/default/vector_hash-t.hpp: fix gcc-15 buildSergei Trofimovich1-1/+1
2024-03-23Mark aspell_(dict|module)_info_list_(empty|size) as unimplemented.fix-155Kevin Atkinson1-2/+32
2023-12-19docs: update ChangeLog in prep for new releaseKevin Atkinson1-1/+10
2023-12-19Update aspell.pot and po files to latest version from translationproject.org.Kevin Atkinson40-1469/+5534
2023-12-02aspell --help: update copyrightKevin Atkinson1-5/+5
2023-10-22suggest: fix memory leak introduced in d4f4d336fix-600Kevin Atkinson2-1/+13
2023-10-19docs: fix some formatting issues in the man pagesfix-638Bjarni Ingi Gislason2-11/+7
2023-10-19documentation and comment correctionsworkingFred Eckertson7-13/+13
2023-10-19fix typos in comments and variable namesDimitri Papadopoulos9-13/+13
2023-10-19docs: fix version string in ChangeLog entrychangelog-fixKevin Atkinson1-1/+1
2023-10-19Add --enable-w-all-error configure optioncircleciKevin Atkinson4-2/+17
2023-10-19testing: add build_latest job and fix compile errorsKevin Atkinson4-8/+47
2023-10-19testing: add build_22_04 and tests_22_04 jobs and fix compile errorsKevin Atkinson2-2/+77
2023-10-19testing: use cimg/base images when possibleKevin Atkinson1-5/+5
2023-10-19testing: use custom docker image for jessie buildKevin Atkinson2-11/+14
2023-10-19testing: clean up .circleci/config.ymlKevin Atkinson1-49/+16
2023-10-19testing: fix jessie builds by using deb.freexian.com/extended-ltsKevin Atkinson1-2/+5
2022-06-12additions and small corrections to man pageMatthias1-5/+17
2021-02-28vector: use std::vector data() method for C++11 and newerfix-testsKevin Atkinson1-8/+15
2021-02-28testing: disable "class-memaccess" warning in GCC 10Kevin Atkinson1-0/+2
2021-02-28testing: fix CircleCIKevin Atkinson1-31/+96
2020-07-18docs: fix typoKevin Atkinson1-1/+1
2020-06-04docs: fix typosMartin Michlmayr7-17/+17
2019-12-22texinfo filter: fix buffer overflowKevin Atkinson1-2/+1
2019-12-22docs: spell check manualKevin Atkinson1-14/+14
2019-12-22test/Makefile: fixesKevin Atkinson1-3/+3
2019-12-21objstack: assert that the alloc size will fit within a chunkKevin Atkinson1-4/+14
2019-12-21Fix unhandled error.Kevin Atkinson4-12/+12
2019-12-17Compile fix for older versions of Clang.Kevin Atkinson1-1/+1
2019-12-17block_slist: use offsetof macro to avoid undefined behaviourKevin Atkinson1-6/+3
2019-10-25aspell prog: fix "does not take any parameters" error messageKevin Atkinson1-1/+1
2019-10-25docs: fix two typosBenno Schulenberg1-2/+2
2019-10-14docs: fix release date for version 0.60.8Kevin Atkinson1-1/+1
2019-10-14Micro performance improvementsAlbert Astals Cid2-3/+3
2019-10-14Bump version to 0.60.9-git now that Aspell 0.60.8 is out.Kevin Atkinson1-1/+1
2019-10-12testing: remove suggest-05-common-bad-spellers target completelyKevin Atkinson3-4014/+1
2019-10-12Makefile: move "sanity-check.sh" from dist-hook to distcheck targetKevin Atkinson1-0/+3
2019-10-11Increment so version for release.Kevin Atkinson1-2/+2
2019-10-11docs: use version.texi to avoid hard-codding version string into manualKevin Atkinson1-4/+6
2019-10-10docs: remove more stuff that shouldn't be in the main manualKevin Atkinson5-493/+7
2019-10-10docs: remove outdated sectionsKevin Atkinson5-890/+220
2019-10-10docs: update suggestion scores based on new test resultsKevin Atkinson4-19/+39
2019-10-10docs: update ChangeLog in prep for new releaseKevin Atkinson1-16/+18
2019-10-10Some fixes in man pages.Agustin Martin Domingo3-12/+12
2019-10-06Update aspell.pot and po files to latest version from translationproject.org.Kevin Atkinson36-6704/+8443
2019-10-01Merge pull request #579 from GNUAspell/sort-personalKevin Atkinson2-9/+29
2019-10-01speller: sort personal word and replacement listsort-personalKevin Atkinson2-9/+29
2019-09-27suggest: fix memory leakKevin Atkinson1-0/+1