gecko/extensions/spellcheck/hunspell/src
2012-01-09 19:02:43 -05:00
..
affentry.cpp Bug 694002 - Properly initialize things to fix crash in AffixMgr::~AffixMgr. r=smaug 2011-12-27 13:53:57 -08:00
affentry.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
affixmgr.cpp Bug 710967 - Incorrect argument passed to strncmp in AffixMgr::parse_convtable. r=gavin 2011-12-15 22:10:11 -08:00
affixmgr.hxx Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
atypes.hxx Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
baseaffix.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
csutil.cpp Bug 710940 - Make sure our implementation of get_current_cs does not return null, in order to respect hunspell's assumptions; r=smaug 2012-01-09 19:02:43 -05:00
csutil.hxx Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
dictmgr.cpp Bug 579649 - Update Hunspell to version 1.2.12. r=smaug 2010-07-19 18:19:52 -04:00
dictmgr.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
filemgr.cpp Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
filemgr.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
hashmgr.cpp Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
hashmgr.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
htypes.hxx Bug 583582 - Fix compilation of hunspell with gcc-4.5 for changes to fortify sources. r=smaug a=bsmedberg 2010-11-05 18:22:36 +01:00
hunspell_alloc_hooks.h Bug 669116 - Add memory reporter for the spell checker; r=njn,khuey 2011-08-11 10:57:08 -04:00
hunspell.cpp Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
hunspell.h Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
hunspell.hxx Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
hunvisapi.h Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
hunzip.cpp Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
hunzip.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
langnum.hxx
Makefile.in Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan 2011-09-13 14:58:54 -04:00
mozHunspell.cpp Bug 709533 - Remove unused FindFirstString in mozHunspell.cpp; r=ehsan 2011-12-24 09:28:32 +01:00
mozHunspell.h Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan 2011-09-13 14:58:54 -04:00
mozHunspellDirProvider.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
mozHunspellDirProvider.h Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
phonet.cpp Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
phonet.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
README.hunspell Bug 710940 - Make sure our implementation of get_current_cs does not return null, in order to respect hunspell's assumptions; r=smaug 2012-01-09 19:02:43 -05:00
replist.cpp Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
replist.hxx Bug 564608 - Update Hunspell to 1.2.11. r=smaug 2010-06-09 08:06:40 +02:00
suggestmgr.cpp Bug 620626 - Upgrade to Hunspell 1.3.2; r=ehsan 2011-03-24 21:23:56 -04:00
suggestmgr.hxx Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00
w_char.hxx Bug 620626 - Upgrade to Hunspell 1.3.1; r=smaug,ehsan 2011-03-24 20:14:47 -04:00

******* BEGIN LICENSE BLOCK *******
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
* 
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
* 
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
* 
* The Initial Developers of the Original Code are Kevin Hendricks (MySpell)
* and László Németh (Hunspell). Portions created by the Initial Developers
* are Copyright (C) 2002-2005 the Initial Developers. All Rights Reserved.
* 
* Contributor(s): Kevin Hendricks (kevin.hendricks@sympatico.ca)
*                 David Einstein (deinst@world.std.com)
*                 László Németh (nemethl@gyorsposta.hu)
*                 Ryan VanderMeulen (ryanvm@gmail.com)
*                 Caolan McNamara (caolanm@redhat.com)
* 
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
******* END LICENSE BLOCK *******

Hunspell Version:   1.3.2
Additional Patches: 694002, 710967, 710940

Hunspell Author: László Németh
MySpell Author: Kevin Hendricks & David Einstein

Hunspell is a spell checker and morphological analyser library. Hunspell
is based on OpenOffice.org's Myspell. Documentation, tests, and examples
are available at http://hunspell.sourceforge.net.

A special thanks and credit goes to Geoff Kuenning, the creator of Ispell.
MySpell's affix algorithms were based on those of Ispell, which should be
noted is copyright Geoff Kuenning et al and now available under a BSD-style
license. For more information on Ispell and affix compression in general,
please see: http://lasr.cs.ucla.edu/geoff/ispell.html (Ispell homepage)

An almost complete rewrite of MySpell for use by the Mozilla project was
developed by David Einstein. David was a significant help in improving MySpell.

Special thanks also goes to László Németh, who is the author of the Hungarian
dictionary and who developed and contributed the code to support compound words
in MySpell and fixed numerous problems with the encoding case conversion tables
along with rewriting MySpell as Hunspell and ensuring compatibility with the
Mozilla codebase.