OLD | NEW |
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 - patches/regex.patch | 166 - patches/regex.patch |
167 - upstream bug: http://bugs.icu-project.org/trac/ticket/8666 (fixed in the ups
tream) | 167 - upstream bug: http://bugs.icu-project.org/trac/ticket/8666 (fixed in the ups
tream) |
168 | 168 |
169 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1). | 169 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1). |
170 - patches/search_collation.patch | 170 - patches/search_collation.patch |
171 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290 | 171 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290 |
172 | 172 |
173 17. Fix a use of uninitialized memory bug in regular expression matching | 173 17. Fix a use of uninitialized memory bug in regular expression matching |
174 - patches/rematch.patch | 174 - patches/rematch.patch |
175 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 | 175 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 |
| 176 |
| 177 18. Fix gcc 4.6.1 warning about unused-but-set-variable. |
| 178 - patches/gcc4.6.patch |
| 179 - upstream bug: http://bugs.icu-project.org/trac/ticket/8890 |
OLD | NEW |