haiku/headers
Jérôme Duval 73de58376a Update icu x86_64 package with namespace renaming enabled.
"Renaming" means the icu namespace is suffixed with the version number,
atm icu_55. Using "renaming" allows to use two different versions of ICU,
thus easing upgrades. For instance haikuwebkit uses a current version of ICU,
while the system uses a newer one after an upgrade.

* Replace all uses of the icu namespace in our public headers, with a macro
defaulting to icu. As the namespace is only used for private fields pointers,
there should be no impact.
* Locale kit *.cpp have to import the macro from <unicode/uversion.h> *before*
including any locale headers. Ditto for a Time preferences cpp file. This way,
the correct current icu namespace is referenced.
* Fixes bug #12057.
2015-05-10 21:52:36 +02:00
..
build Package Kit: FetchFileJob now contains package size. 2015-03-31 13:40:42 +02:00
compatibility paths.h: add _BSD_SOURCE guard back, also check for _GNU_SOURCE 2015-04-21 01:34:26 +02:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add a <limits> header for gcc2. 2014-11-27 12:14:39 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Outsource ncurses. 2014-12-18 10:18:39 +01:00
os Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
posix stdio.h: declare fcloseall() GNU extension 2015-05-08 23:46:15 +02:00
private Add support for pthread_condattr_get/setclock() 2015-05-02 20:55:57 +01:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00