This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
History
Oliver Tappe
b97e12926c
* added operator-> for convenience
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37825 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-31 15:34:28 +00:00
..
build
Introduced types [__haiku_]generic_{addr,size}_t which are wide enough for
2010-06-02 18:22:38 +00:00
compatibility
…
config
Changed to 64 bit physical addresses for x86. This enabled PAE support.
2010-06-23 16:10:08 +00:00
cpp
…
glibc
…
libs
Some more ICU-related improvements:
2010-07-15 21:23:45 +00:00
os
Update BLayout::ItemAdded() and BLayout::ItemRemoved() to take an int32 index parameter, and ItemAdded() to return a bool indicating success or failure. Update BLayout::AddItem() to take the result of ItemAdded() into account. Also update BLayout::AllUnarchived() to take this into account. In either situation, if ItemAdded() returns false, the item does not get added to the layout. Removed various TODOs about code that could be removed once this change was made. In BSplitLayout, an item's LayoutData was lazy-initialized, but would always be created during ItemAdded(). Now we create the LayoutData explicitly, so that we can catch failed memory allocations.
Closes
#5524
.
2010-07-30 02:28:17 +00:00
posix
* Added Haiku specific socket ioctls to configure the interface aliases:
2010-07-29 09:43:08 +00:00
private
* added operator-> for convenience
2010-07-31 15:34:28 +00:00
tools
…