diff --git a/ChangeLog b/ChangeLog index bfa329ffd..beba6c8da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-02-06 Richard Frith-Macdonald + + * Sourcewin32-def.top: Remove recently added external functions. + * Source/libgnustep-base.def.in: Regenerated to just contain + public classes. The manual hacks are no longer needed as the + make system now handles inclusion of symbols from subprojects + in dlls. + 2003-02-05 Richard Frith-Macdonald * Sourcewin32-def.top: Manually added external functions. diff --git a/Source/libgnustep-base.def.in b/Source/libgnustep-base.def.in index 68d986954..cf999fe4b 100644 --- a/Source/libgnustep-base.def.in +++ b/Source/libgnustep-base.def.in @@ -27,25 +27,6 @@ ; LIBRARY libgnustep-base EXPORTS -GSEncodingForRegistry -GSEncodingFromLocale -GSFromUnicode -GSObjCFindVariable -GSObjCSetVariable -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 diff --git a/Source/win32-def.top b/Source/win32-def.top index 67c9f1c1a..d524ef061 100644 --- a/Source/win32-def.top +++ b/Source/win32-def.top @@ -27,22 +27,3 @@ ; LIBRARY libgnustep-base EXPORTS -GSEncodingForRegistry -GSEncodingFromLocale -GSFromUnicode -GSObjCFindVariable -GSObjCSetVariable -GSToUnicode -GetAvailableEncodings -GetDefEncoding -GetEncodingName -chartouni -encode_chartouni -encode_unitochar -encode_unitochar_strict -uni_cop -uni_is_decomp -uni_isnonsp -uni_tolower -uni_toupper -unitochar