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

Side by Side Diff: README.chromium

Issue 9425042: ICU: Merge upstream r30255 to fix a clang warning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
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 | patches/changeset_30255.patch » ('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: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 4.6 3 Version: 4.6
4 4
5 Description: 5 Description:
6 This directory contains the source code of ICU 4.6 for C/C++ 6 This directory contains the source code of ICU 4.6 for C/C++
7 7
8 1. It was obtained with the following: 8 1. It was obtained with the following:
9 9
10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46 10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 and common/uresbund.c 209 and common/uresbund.c
210 - patches/uloc.patch 210 - patches/uloc.patch
211 - upstream bug: 211 - upstream bug:
212 1. http://bugs.icu-project.org/trac/ticket/8984 (_canonicalize) 212 1. http://bugs.icu-project.org/trac/ticket/8984 (_canonicalize)
213 2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords) 213 2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords)
214 3. http://bugs.icu-project.org/trac/ticket/yyyy (uresbund) 214 3. http://bugs.icu-project.org/trac/ticket/yyyy (uresbund)
215 215
216 20. Fix a null pointer error in ubrk_setText in ubrk.cpp. 216 20. Fix a null pointer error in ubrk_setText in ubrk.cpp.
217 - patches/ubrk.patch 217 - patches/ubrk.patch
218 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115 218 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115
219
220 21. Fix a clang warning in rbbi.cpp by merging in an upstream change.
221 - patches/changeset_30255.patch
222 - upstream change : http://bugs.icu-project.org/trac/changeset/30255
OLDNEW
« no previous file with comments | « no previous file | patches/changeset_30255.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698