| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| OLD | NEW |