| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1). | 195 16. Apply the upstream patch for Korean search collator support (ICU 4.6.1). |
| 196 - patches/search_collation.patch | 196 - patches/search_collation.patch |
| 197 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290 | 197 - upstream bug: http://bugs.icu-project.org/trac/ticket/8290 |
| 198 | 198 |
| 199 17. Fix a use of uninitialized memory bug in regular expression matching | 199 17. Fix a use of uninitialized memory bug in regular expression matching |
| 200 - patches/rematch.patch | 200 - patches/rematch.patch |
| 201 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 | 201 - upstream bug: http://bugs.icu-project.org/trac/ticket/8824 |
| 202 | 202 |
| 203 18. Make it compile with -Werror on gcc 4.6 | 203 18. Make it compile with -Werror on gcc 4.6 |
| 204 - patches/gcc46.patch (ToT upstream does not have this code any more). | 204 - patches/gcc46.patch (ToT upstream does not have this code any more). |
| 205 |
| 206 19. Fix an out of bounds memory access in _canonicalize |
| 207 - patches/canonicalize.patch |
| 208 - upstream bug: http://bugs.icu-project.org/trac/ticket/8984 |
| OLD | NEW |