The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
Find a file
Andrew McCallum dd4444884d (class_add_methods_if_not_there): Only put method implementation in
dtable if the dtable is already installed, otherwise, just add it to
the class's methods list and let
__objc_install_dispatch_table_for_class put it in.  Also, change
arguments.  All callers updated.
(check_class_methods): New function.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@284 72102866-910b-0410-8b05-ffd578937521
1995-04-05 20:13:39 +00:00
config Initial revision 1994-11-04 16:29:24 +00:00
Documentation Add Fedor credit. 1995-04-04 15:33:08 +00:00
Examples Use @"" constant strings. 1995-03-23 04:03:38 +00:00
Headers/gnustep/base Inherit from NSObject, not Array. 1995-04-05 00:16:26 +00:00
Source (class_add_methods_if_not_there): Only put method implementation in 1995-04-05 20:13:39 +00:00
Testing (main): "release" collections intead of "emtpy"ing them. 1995-04-05 16:15:15 +00:00
config.guess Initial revision 1994-11-04 16:29:24 +00:00
configure.in Third Apr 3 patch from Fedor 1995-04-03 22:22:07 +00:00
COPYING Initial revision 1994-11-04 16:29:24 +00:00
COPYING.LIB Initial revision 1994-11-04 16:29:24 +00:00
CREDITS Initial revision 1994-11-04 16:29:24 +00:00
install-sh Initial revision 1994-11-04 16:29:24 +00:00
MACHINES Added uniq'ed list. 1995-03-12 15:39:24 +00:00
Makefile.in (GNUSTEP_HEADERS): Added foundation/NSUtilities.h. 1995-04-05 00:32:50 +00:00
mkinstalldirs Initial revision 1994-11-04 16:29:24 +00:00
NSBundle.README Initial revision 1995-04-03 20:49:14 +00:00