| OLD | NEW |
| 1 Name: ICU | 1 Name: ICU |
| 2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
| 3 | 3 |
| 4 This directory contains the source code of ICU 4.2.1 for C/C++ | 4 This directory contains the source code of ICU 4.2.1 for C/C++ |
| 5 | 5 |
| 6 1. It was obtained with the following: | 6 1. It was obtained with the following: |
| 7 | 7 |
| 8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-4-2-1 icu42 | 8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-4-2-1 icu42 |
| 9 | 9 |
| 10 2. The following directories were removed because they're not used by Chromium | 10 2. The following directories were removed because they're not used by Chromium |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 16. Merge the upstream change to get rid of a few compiler warnings | 164 16. Merge the upstream change to get rid of a few compiler warnings |
| 165 | 165 |
| 166 - patches/remove_warnings.patch | 166 - patches/remove_warnings.patch |
| 167 | 167 |
| 168 17. Merge the upstream change to get daylight saving time work correctly | 168 17. Merge the upstream change to get daylight saving time work correctly |
| 169 on Ubuntu where /usr/share/zoneinfo is a symlink to /etc/localtime. | 169 on Ubuntu where /usr/share/zoneinfo is a symlink to /etc/localtime. |
| 170 See http://bugs.icu-project.org/trac/ticket/7794 | 170 See http://bugs.icu-project.org/trac/ticket/7794 |
| 171 | 171 |
| 172 - patches/linuxtz2.patch | 172 - patches/linuxtz2.patch |
| 173 | 173 |
| 174 In addition, apply the following patch to take care of cases when |
| 175 posix/Foo/Bar is the first match against localtime instead of Foo/Bar. |
| 176 See http://bugs.icu-project.org/trac/ticket/8014 |
| 177 |
| 178 - patches/linuxtz3.patch |
| 179 |
| 174 18. Use GetUserDefaultLCID() to determine the default OS locale on Windows. | 180 18. Use GetUserDefaultLCID() to determine the default OS locale on Windows. |
| 175 | 181 |
| 176 - patches/winlocale.patch | 182 - patches/winlocale.patch |
| 177 | 183 |
| 178 19. Merge the upstream patch to get the locale canonicalization work correctly f
or C/POSIX | 184 19. Merge the upstream patch to get the locale canonicalization work correctly f
or C/POSIX |
| 179 | 185 |
| 180 - patches/loccanon.patch | 186 - patches/loccanon.patch |
| OLD | NEW |