mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix call to dlsym()
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9057 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56f83473b9
commit
d378d27ec6
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
|||
2001-02-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
Fixes reported by David Wetzel ...
|
||||
* Source/GSFormat.h: Add header for wchar
|
||||
* Source/NSCoder.m: Remove spurious semicolon
|
||||
* Source/dynamic-load.h: correct argument to dlsym()
|
||||
|
||||
2001-02-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSString.m: permit nil string when replacing characters
|
||||
in range. Treat as an empty string rather than raising exception.
|
||||
* Source/GSFormat.h: Add header for wchar
|
||||
* Source/NSCoder.m: Remove spurious semicolon
|
||||
|
||||
2001-02-07 Jonathan Gapen <jagapen@home.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue