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

Side by Side Diff: third_party/icu/README.google

Issue 257012: Work around a crash in putil.c in ICU (searchForTZFile).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | third_party/icu/patches/linuxtz.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 This directory contains the source code of ICU 4.2.1 for C/C++ 1 This directory contains the source code of ICU 4.2.1 for C/C++
2 2
3 1. It was obtained with the following: 3 1. It was obtained with the following:
4 4
5 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-2-1 icu42 5 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-2-1 icu42
6 6
7 2. The followig directories were removed because they're not used by Chromium 7 2. The followig directories were removed because they're not used by Chromium
8 at the moment: 8 at the moment:
9 as_is 9 as_is
10 packaging 10 packaging
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 icudt_build project of build/icudt_build.sln on Windows. 113 icudt_build project of build/icudt_build.sln on Windows.
114 It's made in bin/ and moved to the top and checked in. 114 It's made in bin/ and moved to the top and checked in.
115 - {mac,linux}/icudt42l_dat.s : Built on Mac and Linux with all the 115 - {mac,linux}/icudt42l_dat.s : Built on Mac and Linux with all the
116 patches above applied and checked in. 116 patches above applied and checked in.
117 117
118 12. The header files were moved as shown below: 118 12. The header files were moved as shown below:
119 119
120 source/common/unicode ==> public/common/unicode 120 source/common/unicode ==> public/common/unicode
121 source/i18n/unicode ==> public/i18n/unicode 121 source/i18n/unicode ==> public/i18n/unicode
122 122
123 13. The patch for a memory leak in i18n/timezone.cpp (Windows only) 123 13. The patch for a memory leak in i18n/timezone.cpp (Windows only):
124 (see http://bugs.icu-project.org/trac/ticket/7135) 124 see http://bugs.icu-project.org/trac/ticket/7135
125 125
126 - patches/tzmemory.patch 126 - patches/tzmemory.patch
127 127
128 14. The patch for a crash in common/putil.c (Linux only):
129 see http://bugs.icu-project.org/trac/ticket/7177
128 130
129 131 - patches/linuxtz.patch
OLDNEW
« no previous file with comments | « no previous file | third_party/icu/patches/linuxtz.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698