mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Removed obsoleted NSThread methods; fix for sending single char strings
over distributed objects git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9561 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ccb1ba60b
commit
ea4c6621eb
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2001-04-11 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSString.m ([-initWithData:encoding:]): When working with
|
||||
a generic but non-unicode encoding, do not treat a single
|
||||
character string with no null terminator as an empty string. This
|
||||
should fix passing single character strings over DO.
|
||||
* Source/NSThread.m ([+registerCurrentThread]),
|
||||
([+unregisterCurrentThread]): Removed.
|
||||
|
||||
2001-04-11 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSFFCallInvocation.m: bugfix encoding ... pass correct
|
||||
|
|
Loading…
Reference in a new issue