summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [COMPDICT] Tests for Composite Dictionarygsoc2013cdictVidhoon Vishwanathan2013-07-212-1/+286
* Fixes encoding problems on Windows2011-07-101-0/+19
* Update FSF addressDom Lachowicz2009-10-264-4/+4
* bug 12173 - fix some small memory leaks. from Caolan.Dom Lachowicz2009-06-301-2/+2
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-221-8/+7
* Bug 10667 - stdio.h not included in two files so FILE not definedDom Lachowicz2009-01-241-1/+1
* Bug 11792 - enchant-ispell does not set up locale properlyDom Lachowicz2008-11-221-0/+3
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that as...Dom Lachowicz2008-03-201-0/+19
* fewer warnings stillDom Lachowicz2008-03-021-1/+1
* lots more warning fixesDom Lachowicz2008-03-022-3/+3
* include gstdio.h; treat hyphens within words as part of the word (bug 11008)Dom Lachowicz2008-02-281-1/+10
* use g_fopen instead of fopenEric Albright2007-12-201-1/+1
* add exclude functionality (enchant_dict_remove, enchant_dict_remove_from_sess...Eric Albright2007-11-201-1/+1
* remove dead variable. move variable declaration to the beginning of the block...Dom Lachowicz2007-10-281-3/+3
* better ispell compatibily mode. from hannu valsanen hannu.vaisanen@joensuu.fiDom Lachowicz2007-09-151-58/+183
* remove 'ispell' compatability script, since it is a generated fileDom Lachowicz2006-07-222-26/+0
* 2006-07-22 Dom Lachowicz <cinamod@hotmail.com>Dom Lachowicz2006-07-222-1/+2
* bug 10212 - implement a personal word list capable of returning suggestions. ...Dom Lachowicz2006-05-061-11/+13
* less verbose outputDom Lachowicz2006-04-011-5/+5
* have the ispell compatibility script look for enchant in rather than assume ...Dom Lachowicz2006-01-143-3/+30
* bug 9234 - relocatable library support on win32 - largely from Ryan Kelly <ry...Dom Lachowicz2005-11-242-2/+2
* be smarter about how we get the current language - bug 9679Dom Lachowicz2005-10-222-18/+7
* better language detection; better ispell-compatible command line error messagesDom Lachowicz2005-04-232-3/+13
* fix potential memleakDom Lachowicz2005-03-081-1/+4
* some improvements to the ispell compatibility mode, better language/locale gu...Dom Lachowicz2005-03-081-23/+22
* some functions deprecated; some internal reorganizationDom Lachowicz2005-02-093-3/+5
* cmdline ability to list dictionariesDom Lachowicz2005-02-091-6/+21
* if no language is specified to enchant-lsmod, use en_US.UTF-8Dom Lachowicz2003-10-271-14/+28
* support querying which provider a particular language usesDom Lachowicz2003-10-271-0/+2
* support querying which provider a particular language usesDom Lachowicz2003-10-271-2/+50
* some utf8 fixes for silly glibs - from raphaelDom Lachowicz2003-10-151-2/+5
* update copyright infoDom Lachowicz2003-10-134-11/+12
* call setlocaleDom Lachowicz2003-10-131-0/+3
* put bug 5895 to restDom Lachowicz2003-10-081-2/+4
* bunch of fixes, remove c++-isms, should work with utf8 nowDom Lachowicz2003-09-251-70/+73
* re-implement utf8 stuff that raphael took outDom Lachowicz2003-09-251-5/+12
* Added to Usage note.Raphael Finkel2003-09-241-33/+58
* ispell wrapper script - not yet installedDom Lachowicz2003-08-312-1/+24
* bunch of cleanups, API/ABI-wise, and just general code organization stuffDom Lachowicz2003-08-311-8/+5
* add enchant to cvsignoresDom Lachowicz2003-08-311-0/+1
* fix ispell -a compatibility modeDom Lachowicz2003-08-311-7/+5
* enchant now can be run entirely from personal wordlistsDom Lachowicz2003-08-304-27/+51
* error handling functionalityDom Lachowicz2003-08-302-14/+19
* change some APIs around, bump version #, more ispell workDom Lachowicz2003-08-303-38/+92
* some utf8 fixesDom Lachowicz2003-08-291-8/+12
* should be decent locale handling in place nowDom Lachowicz2003-08-291-11/+40
* ispell compatibile programDom Lachowicz2003-08-292-44/+109
* beginnings of an ispell-compatible-ish command line programDom Lachowicz2003-08-282-2/+193
* cvs ignoreDom Lachowicz2003-08-241-0/+1
* improve c++ api, introduce ability to describe a dictionary (language tag, pr...Dom Lachowicz2003-08-202-8/+29