haiku/src/kits/locale
Oliver Tappe 52cdfde04b Fix relying on order of static object destruction in Locale Kit.
* use only a single static object (MutableLocaleRoster) instead of
  two, which avoids any problems if the order of static object
  destruction would destroy RosterData before MutableLocaleRoster
* rename BPrivate::RosterData to BPrivate::LocaleRosterData and move
  it into a header and implementation file of its own
This should hopefully fix problems encountered with a clang-compiled
Locale Kit.
2012-11-26 01:19:27 +01:00
..
cat.cpp
Catalog.cpp Adjust Locale Kit to no longer use syslog 2012-11-20 19:33:05 +01:00
CatalogData.cpp Use uppercase country codes in catalog names. 2012-11-04 10:20:30 +01:00
CatalogStub.cpp * Allow ReadOnlyBootPrompt to change languages at runtime again. 2010-08-03 08:48:34 +00:00
Collator.cpp Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
Country.cpp * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
Currency.cpp
DateFormat.cpp Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
DateTimeFormat.cpp * style adjustments 2010-08-29 20:40:15 +00:00
DefaultCatalog.cpp Fix catalogs stored in resources 2012-11-24 22:05:26 +01:00
DurationFormat.cpp * Merged weak-symbols branch. 2010-11-22 13:06:36 +00:00
EditableCatalog.cpp Cleanup BCatalogAddOn. 2012-04-16 00:04:41 +02:00
FloatFormat.cpp * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
FloatFormatImpl.cpp
FloatFormatParameters.cpp
Format.cpp * reintroduced be_locale as global information point for the current locale 2010-08-29 20:55:00 +00:00
FormatImpl.cpp
FormatParameters.cpp
FormattingConventions.cpp If full time format, don't abbreviate the time zone. 2012-04-10 01:05:54 -04:00
GenericNumberFormat.cpp Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
HashMapCatalog.cpp Cleanup BCatalogAddOn. 2012-04-16 00:04:41 +02:00
InitLocaleKit.cpp Adjust Locale Kit to no longer use syslog 2012-11-20 19:33:05 +01:00
IntegerFormat.cpp * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
IntegerFormatImpl.cpp
IntegerFormatParameters.cpp
Jamfile Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
Language.cpp * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
Locale.cpp Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
LocaleRoster.cpp Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
LocaleRosterData.cpp Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
MutableLocaleRoster.cpp Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
NumberFormat.cpp * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
NumberFormatImpl.cpp
NumberFormatParameters.cpp Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
TimeFormat.cpp Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
TimeUnitFormat.cpp * Merged weak-symbols branch. 2010-11-22 13:06:36 +00:00
TimeZone.cpp Improve timezone names returned by BTimeZone. 2011-12-27 14:15:21 +01:00
UnicodeChar.cpp * Remove everything related to direct access to unicode.properties file. All of it should be done through ICU. 2010-08-11 12:00:59 +00:00