Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: README.chromium

Issue 195973005: Add support for QNX Neutrino. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | icu.gyp » ('j') | icu.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 257461)
+++ README.chromium (working copy)
@@ -284,7 +284,7 @@
22. Fix time zone handling and compilation on iOS.
- patches/ios_timezone.patch
- upstream bugs : http://bugs.icu-project.org/trac/ticket/9051
- - http://bugs.icu-project.org/trac/ticket/8661
+ http://bugs.icu-project.org/trac/ticket/8661
23. Fix a buffer overflow in utext
- patches/utext.patch
@@ -303,3 +303,14 @@
27. Change export of U_ICUDATA_ENTRY_POINT from U_IMPORT to U_EXPORT.
- patches/declspec.patch
+
+28. Add support for QNX Neutrino.
+ - patches/platform.qnx.patch:
+ Add source/common/unicode/pqnx.h.
+ - patches/si_value.undef.patch:
+ Work around an all-lowercase macro defined in <signal.h>.
+ Upstream took a different approach:
+ http://bugs.icu-project.org/trac/ticket/9935
+ - patches/xopen_source.patch:
+ Set _XOPEN_SOURCE to 600 as in the upstream changeset:
+ http://bugs.icu-project.org/trac/changeset/30418
« no previous file with comments | « no previous file | icu.gyp » ('j') | icu.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698