mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixup definitions of externals.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
02e7c8047c
commit
7e489c8612
2 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-02-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Sourcewin32-def.top: Manually added external functions.
|
||||
* Source/libgnustep-base.def.in: Regenerated to combine external
|
||||
functions and all public classes.
|
||||
|
||||
2003-02-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSBundle.m: Implement new MacOS-X isLoaded method.
|
||||
|
|
|
@ -27,6 +27,23 @@
|
|||
;
|
||||
LIBRARY libgnustep-base
|
||||
EXPORTS
|
||||
GSEncodingForRegistry
|
||||
GSEncodingFromLocale
|
||||
GSFromUnicode
|
||||
GSToUnicode
|
||||
GetAvailableEncodings
|
||||
GetDefEncoding
|
||||
GetEncodingName
|
||||
chartouni
|
||||
encode_chartouni
|
||||
encode_unitochar
|
||||
encode_unitochar_strict
|
||||
uni_cop
|
||||
uni_is_decomp
|
||||
uni_isnonsp
|
||||
uni_tolower
|
||||
uni_toupper
|
||||
unitochar
|
||||
__objc_class_name_GSArray
|
||||
__objc_class_name_GSArrayEnumerator
|
||||
__objc_class_name_GSArrayEnumeratorReverse
|
||||
|
|
Loading…
Reference in a new issue