mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1d7e5b8c5d
commit
a0d6825556
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2000-09-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/base/Unicode.h:
|
||||
Make function encode_ustrtostr public
|
||||
* Headers/gnustep/base/NSString.h:
|
||||
Added extra encodings. Added missing methods
|
||||
* Source/NSString.m:
|
||||
Added basic implementation for missing methods
|
||||
[stringWithUTF8String:], [initWithUTF8String:], [UTF8String],
|
||||
[stringWithContentsOfURL:], [initWithContentsOfURL:],
|
||||
[writeToURL:atomically:], [localizedCaseInsensitiveCompare:],
|
||||
[localizedCompare:], [compare:options:range:locale:]
|
||||
* Source/NSGCString.m:
|
||||
[getCharacters:] and [getCharacters:range:] use higher level
|
||||
methods for conversion.
|
||||
* Source/Unicode.m:
|
||||
Added conversion with iconv, this needs HAVE_ICONV.
|
||||
Made normal conversions faster by unrolling the case switch.
|
||||
|
||||
2000-09-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Makefile.postamble (header-links): Restore functionality on unix
|
||||
|
|
Loading…
Reference in a new issue