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

Unified Diff: third_party/hunspell/README.chromium

Issue 2544793003: [spellcheck] Updated Hunspell to 1.5.4 (Closed)
Patch Set: Updated patch with encoding change Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hunspell/README ('k') | third_party/hunspell/fuzz/hunspell_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/README.chromium
diff --git a/third_party/hunspell/README.chromium b/third_party/hunspell/README.chromium
index fb9e2f26cd0ca598a9a23e0f0c9468fa38745b44..ca78649048c9b4c5df4c9b0c10b8e7df2815836d 100644
--- a/third_party/hunspell/README.chromium
+++ b/third_party/hunspell/README.chromium
@@ -1,14 +1,13 @@
Name: hunspell
URL: http://hunspell.sourceforge.net/
-Version: 1.3.2
+Version: 1.5.4
License: MPL 1.1/GPL 2.0/LGPL 2.1
License File: COPYING
Security Critical: yes
Description:
-This is a partial copy of Hunspell 1.3.2 with the following changes:
+This is a partial copy of Hunspell 1.5.4 with the following changes:
* Remove '#include "config.h"' from src/hunspell/hunspell.hxx
-* Remove '#include "config.h"' from src/hunspell/license.hunspell
* Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use
LineIterator.
* Add ScopedHashEntry, which creates temporary hentry objects, to
@@ -26,15 +25,14 @@ The patch is in google.patch.
Chromium-specific changes are in google.patch. To update the patch, follow these
steps, or simply run update_google_patch.sh from the commandline.
1) Checkout hunspell:
- $ cvs -z3 \
- -d:pserver:anonymous@hunspell.cvs.sourceforge.net:/cvsroot/hunspell \
- co -D "23 Mar 2012" -P hunspell
-2) Apply the existing patch:
+ $ git clone https://github.com/hunspell/hunspell.git
$ cd hunspell
+ $ git checkout v1.5.4
+2) Apply the existing patch:
$ patch -p0 -i ~/src/third_party/hunspell/google.patch
3) Make your new changes inside the CVS hunspell directory.
4) Generate the updated patch:
- $ cvs diff -u > ~/src/third_party/hunspell/google.patch
+ $ git diff > ~/src/third_party/hunspell/google.patch
All dictionaries used by Chromium has been checked in to the
'third_party/hunspell_dictionaries' directory. They have several additions over
« no previous file with comments | « third_party/hunspell/README ('k') | third_party/hunspell/fuzz/hunspell_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698