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

Side by Side Diff: README.chromium

Issue 10692124: Fix ICU time zone support on iOS (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/icu46
Patch Set: Added another bug ref Created 8 years, 5 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/ios_timezone.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords) 225 2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords)
226 3. http://bugs.icu-project.org/trac/ticket/yyyy (uresbund) 226 3. http://bugs.icu-project.org/trac/ticket/yyyy (uresbund)
227 227
228 20. Fix a null pointer error in ubrk_setText in ubrk.cpp. 228 20. Fix a null pointer error in ubrk_setText in ubrk.cpp.
229 - patches/ubrk.patch 229 - patches/ubrk.patch
230 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115 230 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115
231 231
232 21. Fix a clang warning in rbbi.cpp by merging in an upstream change. 232 21. Fix a clang warning in rbbi.cpp by merging in an upstream change.
233 - patches/changeset_30255.patch 233 - patches/changeset_30255.patch
234 - upstream change : http://bugs.icu-project.org/trac/changeset/30255 234 - upstream change : http://bugs.icu-project.org/trac/changeset/30255
235
236 22. Fix time zone handling and compilation on iOS.
237 - patches/ios_timezone.patch
238 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051
239 - http://bugs.icu-project.org/trac/ticket/8661
OLDNEW
« no previous file with comments | « no previous file | patches/ios_timezone.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698