| 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 License: MIT | 4 License: MIT |
| 5 Security Critical: yes | 5 Security Critical: yes |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 This directory contains the source code of ICU 4.6 for C/C++ | 8 This directory contains the source code of ICU 4.6 for C/C++ |
| 9 | 9 |
| 10 1. It was obtained with the following: | 10 1. It was obtained with the following: |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 25. Fix a buffer overflow in UTF-16/32 detection. | 295 25. Fix a buffer overflow in UTF-16/32 detection. |
| 296 - patches/csetdet.patch | 296 - patches/csetdet.patch |
| 297 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 | 297 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 |
| 298 | 298 |
| 299 26. Add BreakIterator::getRuleStatus | 299 26. Add BreakIterator::getRuleStatus |
| 300 - patches/breakiterator.patch | 300 - patches/breakiterator.patch |
| 301 - Copy and paste BreakIterator::getRuleStatus API from ICU 52 | 301 - Copy and paste BreakIterator::getRuleStatus API from ICU 52 |
| 302 | 302 |
| 303 27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. | 303 27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. |
| 304 - patches/declspec.patch | 304 - patches/declspec.patch |
| 305 |
| 306 28. Add support for QNX Neutrino. |
| 307 1. patches/platform.qnx.patch: |
| 308 Add source/common/unicode/pqnx.h. |
| 309 2. patches/si_value.undef.patch: |
| 310 Work around an all-lowercase macro defined in <signal.h>. |
| 311 3. patches/xopen_source.patch: |
| 312 Set _XOPEN_SOURCE to 600 as in the upstream changeset: |
| 313 http://bugs.icu-project.org/trac/changeset/30418 |
| OLD | NEW |