This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b97e12926cca706e70eb47adc18962853573c462
haiku-beta6
/
headers
T
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
* added forkpty() and login_tty() to bsd compatibility, a test for forkpty().
2010-04-10 13:48:28 +00:00
config
Changed to 64 bit physical addresses for x86. This enabled PAE support.
2010-06-23 16:10:08 +00:00
cpp
* Introduced new header directory "config", which ATM contains HaikuConfig.h
2009-11-24 19:44:07 +00:00
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
* Moved everything into the SymbolPatcher namespace.
2009-11-05 17:16:17 +00:00