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

Side by Side Diff: third_party/hunspell/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 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 | « third_party/flac/README.chromium ('k') | third_party/icu46/README.chromium » ('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 4
5 Description:
4 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:
5 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx 7 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx
6 * Remove '#include "config.h"' from src/hunspell/license.hunspell 8 * Remove '#include "config.h"' from src/hunspell/license.hunspell
7 * 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
8 LineIterator. 10 LineIterator.
9 * Add ScropedHashEntry, which creates temporary hentry objects, to 11 * Add ScropedHashEntry, which creates temporary hentry objects, to
10 src/hunspell/suggestmgr.cxx 12 src/hunspell/suggestmgr.cxx
11 * 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
12 of a file path. 14 of a file path.
13 The patch is in google.patch. 15 The patch is in google.patch.
14 16
15 All dictionaries used by Chromium has been checked in to the 17 All dictionaries used by Chromium has been checked in to the
16 'third_party/hunspell_dictionaries' directory. They have several additions over 18 'third_party/hunspell_dictionaries' directory. They have several additions over
17 the default myspell/hunspell dictionaries. 19 the default myspell/hunspell dictionaries.
18 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) 20 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.)
OLDNEW
« no previous file with comments | « third_party/flac/README.chromium ('k') | third_party/icu46/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698