Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: README.chromium

Issue 9478011: Merge http://hunspell.cvs.sourceforge.net/viewvc/hunspell/hunspell/src/hunspell/affixmgr.cxx?r1=1.4… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/hunspell/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/hunspell/affixmgr.cxx » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: hunspell 1 Name: hunspell
2 URL: http://hunspell.sourceforge.net/ 2 URL: http://hunspell.sourceforge.net/
3 Version: 1.2.12 3 Version: 1.2.12
4 4
5 Description: 5 Description:
6 This is a partial copy of Hunspell 1.2.12 with the following changes: 6 This is a partial copy of Hunspell 1.2.12 with the following changes:
7 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx 7 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx
8 * Remove '#include "config.h"' from src/hunspell/license.hunspell 8 * Remove '#include "config.h"' from src/hunspell/license.hunspell
9 * Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use 9 * Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use
10 LineIterator. 10 LineIterator.
11 * Add ScropedHashEntry, which creates temporary hentry objects, to 11 * Add ScropedHashEntry, which creates temporary hentry objects, to
12 src/hunspell/suggestmgr.cxx 12 src/hunspell/suggestmgr.cxx
13 * Change the input params of the constructors to receive a BDICTReader instead 13 * Change the input params of the constructors to receive a BDICTReader instead
14 of a file path. 14 of a file path.
15 * Merge http://hunspell.cvs.sourceforge.net/viewvc/hunspell/hunspell/src/hunspel l/affixmgr.cxx?r1=1.40&r2=1.41
15 The patch is in google.patch. 16 The patch is in google.patch.
16 17
17 All dictionaries used by Chromium has been checked in to the 18 All dictionaries used by Chromium has been checked in to the
18 'third_party/hunspell_dictionaries' directory. They have several additions over 19 'third_party/hunspell_dictionaries' directory. They have several additions over
19 the default myspell/hunspell dictionaries. 20 the default myspell/hunspell dictionaries.
20 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) 21 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.)
OLDNEW
« no previous file with comments | « no previous file | src/hunspell/affixmgr.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698