-
leading to a backtrace when trying to write out the .ttx file. Fix attached.
2009-09-24 12:38:16 UTC in TTX/FontTools
-
I extracted the alot ->a lot patch as http://people.redhat.com/caolanm/hunspell/alot.patch for reference.
2009-07-25 14:55:00 UTC in Word Lists Collection
-
Tests don't quite work for me, attached patch makes them work fine.
2009-07-23 19:32:43 UTC in Hunspell
-
Simple additional include stdio.h for sprintf with gcc44.
2009-07-21 08:53:08 UTC in AlphaServer ES40 Emulator
-
Fedora is trying to unify desktop application on the same set of dictionaries, (http://fedoraproject.org/wiki/Releases/FeatureDictionary) to that end here is a patch that enables xmlcopyeditor to build against and use enchant instead of aspell directly. If enchant is not available then it build as it does at the moment, but otherwise it uses enchant which under Fedora and others will back onto...
2009-06-30 12:41:43 UTC in XML Copy Editor
-
I get a couple of errors building with gcc44, attached is a patch to build.
2009-06-30 11:57:28 UTC in XML Copy Editor
-
Patch to use hunspell (as used by OpenOffice.org and Firefix) instead of aspell for spell checking.
2009-06-29 08:06:29 UTC in BloGTK
-
Attached is a patch to get BloGTK to create a valid "DEFAULT" account with more recent (2.6) python.
2009-06-29 07:49:36 UTC in BloGTK
-
gcc 's -D_FORTIFY=2 will cause hunspell using apps to crash, attached is a patch to avoid this problem (i.e. we're using "Unwarranted chumminess with compiler" already, so use the more-common pattern for this which the FORTIFY feature knows about).
Fixes a few other warnings while I'm at it.
2009-06-25 09:52:11 UTC in Hunspell
-
Using the return value of setlocale to get the default language of the locale in tools/hunspell.cxx isn't quite right. (https://bugzilla.redhat.com/show_bug.cgi?id=498556) The problem is that if someone sets e.g. LC_MESSAGES differently than LC_ALL then you get a string like...
2009-05-01 12:10:01 UTC in Hunspell