haiku/headers/os
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
..
add-ons Remove private BStringList implementation from mail. Tested it but however please be careful an review. This fixes bug #8174. 2011-12-15 19:45:07 +13:00
app Added missing BMessage::{Get|Set}String() methods. 2012-11-12 23:56:14 +01:00
arch Implemented user debugging support for x86_64. 2012-08-07 20:20:42 +01:00
be_apps Applied slightly reworked and updated patch from ticket #1576 2011-10-29 15:38:20 +00:00
bluetooth WIP... Updating Bluetooth. 2012-08-27 19:23:22 +00:00
device Revert r42812. As pointed by Michael, one can use 2011-10-24 21:02:14 +00:00
drivers Merge branch 'master' into x86_64 2012-11-18 19:18:00 +00:00
game Header was not self-containing. 2011-08-28 13:47:07 +00:00
interface Merge branch 'master' into x86_64 2012-11-18 14:02:07 +00:00
kernel Different uname machine type for x86_64. 2012-08-01 11:13:14 +01:00
locale Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
mail Merge patch by plfiorini : 2011-11-02 14:57:43 +00:00
media Set of patches by Pete Goodeve to imrpove the handling of audio latency. 2011-11-03 14:26:03 +00:00
midi
midi2
net Added experimental version of a Socket API with SSL support. 2011-11-21 22:07:52 +01:00
opengl GLUT: Fix mistake in header license 2012-11-16 13:07:11 -06:00
package Add BPackageRoster::GetActivePackages() 2011-11-25 06:19:49 +01:00
storage Added BEntry::Name() method. 2012-11-12 23:56:23 +01:00
support Fixed formatting of output in some debugger commands. 2012-07-12 11:29:33 +01:00
translation Actually sort the translator menu used in ShowImage. 2012-08-07 00:41:41 -04:00
AppKit.h
Be.h
BeBuild.h Update the copyright year too. 2012-08-20 01:13:19 -04:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h One more monster commit (sorry ...) concerning the Locale Kit: 2010-10-24 12:57:55 +00:00
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h Added the new headers to the NetworkKit.h all-in-one header. 2010-10-27 14:16:19 +00:00
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h