| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 - patches/ubrk.patch | 277 - patches/ubrk.patch |
| 278 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115 | 278 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115 |
| 279 | 279 |
| 280 21. Fix a clang warning in rbbi.cpp by merging in an upstream change. | 280 21. Fix a clang warning in rbbi.cpp by merging in an upstream change. |
| 281 - patches/changeset_30255.patch | 281 - patches/changeset_30255.patch |
| 282 - upstream change : http://bugs.icu-project.org/trac/changeset/30255 | 282 - upstream change : http://bugs.icu-project.org/trac/changeset/30255 |
| 283 | 283 |
| 284 22. Fix time zone handling and compilation on iOS. | 284 22. Fix time zone handling and compilation on iOS. |
| 285 - patches/ios_timezone.patch | 285 - patches/ios_timezone.patch |
| 286 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 | 286 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 |
| 287 - http://bugs.icu-project.org/trac/ticket/8661 | 287 http://bugs.icu-project.org/trac/ticket/8661 |
| 288 | 288 |
| 289 23. Fix a buffer overflow in utext | 289 23. Fix a buffer overflow in utext |
| 290 - patches/utext.patch | 290 - patches/utext.patch |
| 291 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 | 291 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 |
| 292 | 292 |
| 293 24. Fix compilation errors on VS2012 and above. | 293 24. Fix compilation errors on VS2012 and above. |
| 294 - patches/vs2012.patch | 294 - patches/vs2012.patch |
| 295 | 295 |
| 296 25. Fix a buffer overflow in UTF-16/32 detection. | 296 25. Fix a buffer overflow in UTF-16/32 detection. |
| 297 - patches/csetdet.patch | 297 - patches/csetdet.patch |
| 298 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 | 298 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 |
| 299 | 299 |
| 300 26. Add BreakIterator::getRuleStatus | 300 26. Add BreakIterator::getRuleStatus |
| 301 - patches/breakiterator.patch | 301 - patches/breakiterator.patch |
| 302 - Copy and paste BreakIterator::getRuleStatus API from ICU 52 | 302 - Copy and paste BreakIterator::getRuleStatus API from ICU 52 |
| 303 | 303 |
| 304 27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. | 304 27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT. |
| 305 - patches/declspec.patch | 305 - patches/declspec.patch |
| 306 |
| 307 28. Add support for QNX Neutrino. |
| 308 - patches/platform.qnx.patch: |
| 309 Add source/common/unicode/pqnx.h. |
| 310 - patches/si_value.undef.patch: |
| 311 Work around an all-lowercase macro defined in <signal.h>. |
| 312 Upstream took a different approach: |
| 313 http://bugs.icu-project.org/trac/ticket/9935 |
| 314 - patches/xopen_source.patch: |
| 315 Set _XOPEN_SOURCE to 600 as in the upstream changeset: |
| 316 http://bugs.icu-project.org/trac/changeset/30418 |
| OLD | NEW |