git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wim (Willem Rein) Oudshoorn 2004-04-26 08:50:04 +00:00
parent 964cb5e3b3
commit ac173e78b4

View file

@ -1,5 +1,10 @@
2004-04-26 Willem Rein Oudshoorn <Wim.Oudshoorn@agilisys.com> 2004-04-26 Willem Rein Oudshoorn <Wim.Oudshoorn@agilisys.com>
* Source/libgnustep-base-entry.m (gnustep_base_socket_init): Added braces for
if statement
(DllMain): Removed old initialization code
(gnustep_base_socket_handler): Removd this method plus declaration.
* Source/GSFFCallInvocation.m (GSInvocationCallback): Try to find type information * Source/GSFFCallInvocation.m (GSInvocationCallback): Try to find type information
if not available, also changes wording of exception when no type information is found. if not available, also changes wording of exception when no type information is found.
(Fixes #8654) (Fixes #8654)