mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Added NS* functions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1577 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
344f350d9b
commit
071d6b0857
1 changed files with 9 additions and 2 deletions
|
@ -29,8 +29,9 @@ thanks to Albin Jones <albin.jones@@dartmouth.edu>. Albin has also
|
|||
implemented underlying GNU functions that provide functions for arrays
|
||||
and linked lists of C-type variables.
|
||||
|
||||
@item NSThread and NSLock classes have been implemented, thanks to Scott
|
||||
Christley <scottc@@net-community.com>.
|
||||
@item The NSThread class has been implemented. Thanks to Scott
|
||||
Christley <scottc@@net-community.com>, the NSLock class has been
|
||||
implemented.
|
||||
|
||||
@item A RunLoop class has been implemented, and is used for listening to
|
||||
Port objects. It is used for Distributed Objects. There is also an
|
||||
|
@ -81,6 +82,12 @@ Coder methods to NSArchiver and vice-versa.
|
|||
|
||||
GNU classes BinaryCoder and TextCoder are gone.
|
||||
|
||||
@item Several new OpenStep functions have been implemented:
|
||||
NSHomeDirectory, NSUserName, NSHomeDirectoryForUser, NSPageSize,
|
||||
NSLogPageSize, NSroundUpToMultipleOfPageSize,
|
||||
NSRoundDownToMultipleOfPageSize, NSRealMemoryAvailable,
|
||||
NSAllocateMemoryPages, NSDeallocateMemoryPages, NSCopyMemoryPages.
|
||||
|
||||
@item ...and many bug fixes.
|
||||
|
||||
@end itemize
|
||||
|
|
Loading…
Reference in a new issue