| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 parser expects the dot as a decimal separator. | 162 parser expects the dot as a decimal separator. |
| 163 - Locales that don't use dot were producing "NaN" values. | 163 - Locales that don't use dot were producing "NaN" values. |
| 164 | 164 |
| 165 15. Fix a bug in the regex engine. | 165 15. Fix a bug in the regex engine. |
| 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 |
| 173 17. Fix a use of uninitialized memory bug in regular expression matching |
| 174 - patches/rematch.patch |
| 175 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 |
| OLD | NEW |