summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixes encoding problems on Windows2011-07-101-0/+19
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@30014 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Update FSF addressDom Lachowicz2009-10-264-4/+4
| | | | | | | | | | | | | | The FSFs address has changed. Enchant 1.4.2 still has the old address / postal code. http://www.fsf.org/about/contact.html writes: > Free Software Foundation > 51 Franklin Street, Fifth Floor > Boston, MA 02110-1301 > USA http://bugzilla.abisource.com/show_bug.cgi?id=12007 git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28393 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bug 12173 - fix some small memory leaks. from Caolan.Dom Lachowicz2009-06-301-2/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@27066 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Duplicate the code from Glib's g_fopen function, so that Enchant and GlibDom Lachowicz2009-05-221-8/+7
| | | | | | | | don't necessarily have to be built against the same C runtime. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26478 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bug 10667 - stdio.h not included in two files so FILE not definedDom Lachowicz2009-01-241-1/+1
| | | | | | | Patch from jeff.kai @ sun.com git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25540 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Bug 11792 - enchant-ispell does not set up locale properlyDom Lachowicz2008-11-221-0/+3
| | | | | | | | From Harri Pitk�nen <hatapitk@iki.fi> git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@25100 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* if someone requests 'pl' and myspell has a 'pl_PL' dictionary, return that ↵Dom Lachowicz2008-03-201-0/+19
| | | | | | as a 'close enough' answer git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@23210 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* fewer warnings stillDom Lachowicz2008-03-021-1/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22993 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* lots more warning fixesDom Lachowicz2008-03-022-3/+3
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22992 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* include gstdio.h; treat hyphens within words as part of the word (bug 11008)Dom Lachowicz2008-02-281-1/+10
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22971 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* use g_fopen instead of fopenEric Albright2007-12-201-1/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22379 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* add exclude functionality (enchant_dict_remove, ↵Eric Albright2007-11-201-1/+1
| | | | | | enchant_dict_remove_from_session, enchant_dict_is_removed) and mirrored api for pwl (enchant_dict_add for enchant_dict_add_to_pwl and enchant_dict_is_added for enchant_dict_is_in_session) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22321 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* remove dead variable. move variable declaration to the beginning of the ↵Dom Lachowicz2007-10-281-3/+3
| | | | | | block. from eric albright. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22212 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* better ispell compatibily mode. from hannu valsanen hannu.vaisanen@joensuu.fiDom Lachowicz2007-09-151-58/+183
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21972 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* remove 'ispell' compatability script, since it is a generated fileDom Lachowicz2006-07-222-26/+0
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21138 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* 2006-07-22 Dom Lachowicz <cinamod@hotmail.com>Dom Lachowicz2006-07-222-1/+2
| | | | | | | | * src/*/Makefile.am: add '-module' to LDFLAGS so that things get built correctly on Mac OSX (bug 10398) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21137 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bug 10212 - implement a personal word list capable of returning suggestions. ↵Dom Lachowicz2006-05-061-11/+13
| | | | | | thanks in large part to ryan kelly git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21132 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* less verbose outputDom Lachowicz2006-04-011-5/+5
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21123 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* have the ispell compatibility script look for enchant in rather than assume ↵Dom Lachowicz2006-01-143-3/+30
| | | | | | that it's in the path git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21090 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bug 9234 - relocatable library support on win32 - largely from Ryan Kelly ↵Dom Lachowicz2005-11-242-2/+2
| | | | | | <ryan-bugs@rfk.id.au> git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21077 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* be smarter about how we get the current language - bug 9679Dom Lachowicz2005-10-222-18/+7
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21074 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* better language detection; better ispell-compatible command line error messagesDom Lachowicz2005-04-232-3/+13
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21036 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* fix potential memleakDom Lachowicz2005-03-081-1/+4
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21021 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* some improvements to the ispell compatibility mode, better language/locale ↵Dom Lachowicz2005-03-081-23/+22
| | | | | | guessing, typo fixes, removal of unecessary code git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21020 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* some functions deprecated; some internal reorganizationDom Lachowicz2005-02-093-3/+5
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21011 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* cmdline ability to list dictionariesDom Lachowicz2005-02-091-6/+21
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21010 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* if no language is specified to enchant-lsmod, use en_US.UTF-8Dom Lachowicz2003-10-271-14/+28
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20889 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* support querying which provider a particular language usesDom Lachowicz2003-10-271-0/+2
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20888 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* support querying which provider a particular language usesDom Lachowicz2003-10-271-2/+50
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20887 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* some utf8 fixes for silly glibs - from raphaelDom Lachowicz2003-10-151-2/+5
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20877 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* update copyright infoDom Lachowicz2003-10-134-11/+12
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20873 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* call setlocaleDom Lachowicz2003-10-131-0/+3
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20872 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* put bug 5895 to restDom Lachowicz2003-10-081-2/+4
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20866 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bunch of fixes, remove c++-isms, should work with utf8 nowDom Lachowicz2003-09-251-70/+73
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20862 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* re-implement utf8 stuff that raphael took outDom Lachowicz2003-09-251-5/+12
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20860 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* Added to Usage note.Raphael Finkel2003-09-241-33/+58
| | | | | | | | | Added flag -L to output line numbers. Changed line tokenization to use g_unichar_type() to discriminate various kinds of Unicode characters. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20859 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* ispell wrapper script - not yet installedDom Lachowicz2003-08-312-1/+24
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20840 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* bunch of cleanups, API/ABI-wise, and just general code organization stuffDom Lachowicz2003-08-311-8/+5
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20839 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* add enchant to cvsignoresDom Lachowicz2003-08-311-0/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20838 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* fix ispell -a compatibility modeDom Lachowicz2003-08-311-7/+5
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20837 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* enchant now can be run entirely from personal wordlistsDom Lachowicz2003-08-304-27/+51
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20832 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* error handling functionalityDom Lachowicz2003-08-302-14/+19
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20831 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* change some APIs around, bump version #, more ispell workDom Lachowicz2003-08-303-38/+92
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20830 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* some utf8 fixesDom Lachowicz2003-08-291-8/+12
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20829 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* should be decent locale handling in place nowDom Lachowicz2003-08-291-11/+40
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20828 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* ispell compatibile programDom Lachowicz2003-08-292-44/+109
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20827 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* beginnings of an ispell-compatible-ish command line programDom Lachowicz2003-08-282-2/+193
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20825 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* cvs ignoreDom Lachowicz2003-08-241-0/+1
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20813 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* improve c++ api, introduce ability to describe a dictionary (language tag, ↵Dom Lachowicz2003-08-202-8/+29
| | | | | | provider, ...) git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20803 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
* enchant module listerDom Lachowicz2003-08-042-0/+63
| | | | git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20784 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6