summaryrefslogtreecommitdiff
path: root/tests/enchant-ispell.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes encoding problems on Windows2011-07-101-0/+19
* Update FSF addressDom Lachowicz2009-10-261-1/+1
* 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 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
* lots more warning fixesDom Lachowicz2008-03-021-2/+2
* 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
* 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
* bug 9234 - relocatable library support on win32 - largely from Ryan Kelly <ry...Dom Lachowicz2005-11-241-1/+1
* be smarter about how we get the current language - bug 9679Dom Lachowicz2005-10-221-12/+4
* better language detection; better ispell-compatible command line error messagesDom Lachowicz2005-04-231-1/+1
* 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-091-0/+2
* some utf8 fixes for silly glibs - from raphaelDom Lachowicz2003-10-151-2/+5
* update copyright infoDom Lachowicz2003-10-131-3/+3
* 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
* fix ispell -a compatibility modeDom Lachowicz2003-08-311-7/+5
* change some APIs around, bump version #, more ispell workDom Lachowicz2003-08-301-35/+89
* 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-291-38/+103
* beginnings of an ispell-compatible-ish command line programDom Lachowicz2003-08-281-0/+186