1. 02 Jan, 2014 1 commit
  2. 21 Jul, 2013 1 commit
    • class.c: Fix typos. · cad10e05
      2013-07-21   Ondřej Bílka  <neleai@seznam.cz>
      
      	* class.c: Fix typos.
      	* encoding.c: Likewise.
      	* init.c: Likewise.
      	* objc-private/runtime.h: Likewise.
      	* objc/runtime.h: Likewise.
      	* objc-sync.c: Likewise.
      
      From-SVN: r201097
      Ondřej Bílka committed
  3. 03 Feb, 2013 1 commit
  4. 04 Jan, 2013 1 commit
  5. 06 Aug, 2011 1 commit
    • In libobjc/: 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com> · 3f542037
      In libobjc/:
      2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	PR libobjc/49882
      	* class.c (class_getSuperclass): Return the superclass if the
      	class is in construction.
      	* objc/runtime.h (class_getSuperclass): Updated documentation.
      
      In gcc/testsuite/:
      2011-08-06  Nicola Pero  <nicola.pero@meta-innovation.com>
      	
      	PR libobjc/49882
      	* objc.dg/gnu-api-2-class.m (main): Test class_getSuperclass()
      	with classes that are in construction.
      
      From-SVN: r177505
      Nicola Pero committed
  6. 08 Jun, 2011 2 commits
  7. 07 Jun, 2011 1 commit
    • In libobjc/: 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com> · 80e4b9e5
      In libobjc/:
      2011-06-07  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	Removed the Traditional Objective-C runtime public API.
      	* Makefile.in (OBJC_DEPRECATED_H): Variable removed.
      	(install-headers): Do not create the objc/deprecated directory and
      	do not install the deprecated headers.
      	(OBJC_H): Removed encoding.h and objc-api.h.
      	* Object.m: Removed all methods with the exception of -class and
      	-isEqual:.  Updated includes.  ([-class]): Use Modern API.
      	* objc/Object.h: Do not include deprecated/Object.h.
      	* objc/deprecated/Object.h: Removed.
      	* linking.m (__objc_linking): Call [Object class] instead of
      	[Object name].
      	* Protocol.m: Removed all methods with the exception of -isEqual:.
      	Updated includes.
      	* objc/Protocol.h: Do not include deprecated/Protocol.h.
      	* objc/deprecated/Protocol.h: Removed.
      	* objc/deprecated/struct_objc_symtab.h: Removed.
      	* objc/deprecated/struct_objc_module.h: Removed.
      	* objc/deprecated/struct_objc_ivar.h: Removed.
      	* objc/deprecated/struct_objc_ivar_list.h: Removed.
      	* objc/deprecated/struct_objc_method.h: Removed.
      	* objc/deprecated/struct_objc_method_list.h: Removed.
      	* objc/deprecated/struct_objc_protocol_list.h: Removed.
      	* objc/deprecated/struct_objc_category.h: Removed.
      	* objc/deprecated/MetaClass.h: Removed.
      	* objc/deprecated/objc_msg_sendv.h: Removed.  
      	* objc/deprecated/README: Removed.
      	* objc/deprecated/struct_objc_class.h: Removed.
      	* objc/deprecated/struct_objc_protocol.h: Removed.
      	* objc/deprecated/struct_objc_selector.h: Removed.
      	* objc/encoding.h: Removed.
      	* objc/message.h (struct objc_super): Removed the definition for
      	the Traditional Objective-C runtime API.
      	* objc/objc.h: Do not include objc/objc-decls.h.
      	deprecated/struct_objc_selector.h, deprecated/MetaClass.h,
      	deprecated/struct_objc_class.h, deprecated/struct_objc_protocol.h
      	and deprecated/objc_msg_sendv.h.  Uncommented new definition of
      	Protocol *.
      	* objc/objc-api.h: Removed.
      	* objc/runtime.h: Updated comments.  Removed check to detect
      	concurrent usage of Traditional and Modern APIs.
      	* objc-private/module-abi-8.h: Always define struct objc_class and
      	struct objc_protocol.  (struct objc_protocol_list): Changed type
      	of 'list' argument from 'Protocol *' to 'struct objc_protocol *'.
      	(class_get_instance_size): Added.
      	* objc-private/protocols.h (__objc_protocols_add_protocol): Take a
      	'struct objc_protocol *' as argument, not a 'Protocol *'.
      	* objc-private/runtime.h: Updated comments.
      	* objc-private/selector.h (struct objc_selector, sel_eq): Added.
      	* class.c: Include objc-private/selector.h.
      	(objc_get_meta_class): Return a Class instead of a MetaClass.
      	* encoding.c (method_get_next_argument): Removed.
      	(method_get_first_argument): Removed.
      	(method_get_nth_argument): Removed.
      	* gc.c: Include objc/runtime.h instead of objc/encoding.h.
      	Include objc-private/module-abi-8.h and ctype.h.
      	* protocols.c (__objc_protocols_add_protocol): Take a 'struct
      	objc_protocl *' as argument, not a 'Protocol *'.
      	(class_addProtocol): Added casts to 'struct objc_protocol *' and
      	'Protocol *'.
      	(class_copyProtocolList): Likewise.
      	(protocol_conformsToProtocol): Likewise.
      	(protocol_copyProtocolList): Likewise.
      	* sarray.c: Include objc-private/module-abi-8.h.
      	* sendmsg.c (method_get_next_argument): Removed.
      	(method_get_first_argument): Removed.
      	(method_get_nth_argument): Removed.
      	(objc_msg_sendv): Removed.
      	(arglist_t, retval_t): New.  (class_get_class_method): Take a
      	'Class', not 'MetaClass', argument.
      	* thr.c: Include module-abi-8.h.
      
      From-SVN: r174765
      Nicola Pero committed
  8. 03 Jun, 2011 9 commits
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · 543ad675
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_DEPRECATED_H): Removed struct_objc_static_instances.h
      	and objc_get_uninstalled_dtable.h.
      	* objc/deprecated/struct_objc_static_instances.h: Removed.
      	* objc/deprecated/objc_get_uninstalled_dtable.h: Removed.	
      	* objc/objc-api.h: Do not include deprecated/objc_static_instances.h
      	and deprecated/objc_get_uninstalled_dtable.h.
      
      From-SVN: r174618
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · 815d63dd
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_DEPRECATED_H): Removed objc_object_alloc.h.
      	* objc/deprecated/objc_object_alloc.h: Removed.
      	* objc/objc-api.h: Do not include deprecated/objc_object_alloc.h.
      	* objects.c (_objc_object_alloc, _objc_object_dispose,
      	_objc_object_copy): Removed.
      	* libobjc.def (__objc_object_alloc, __objc_object_copy,
      	__objc_object_dispose): Removed.
      
      From-SVN: r174617
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · d2a1962d
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_DEPRECATED_H): Removed METHOD_NULL.h.
      	* objc/objc-api.h: Do not include deprecated/METHOD_NULL.h.
      	* objc/deprecated/METHOD_NULL.h: Removed.
      
      From-SVN: r174616
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · 309ce401
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_DEPRECATED_H): Removed objc_valloc.h,
      	objc_malloc.h and objc_unexpected_exception.h.
      	(exception.lo): Do not use -Wno-deprecated-declarations.
      	(exception_gc.lo): Likewise.
      	* objc/objc-api.h: Do not include deprecated/objc_valloc.h,
      	deprecated/objc_malloc.h and
      	deprecated/objc_unexpected_exception.h.
      	* objc/deprecated/objc_valloc.h: Removed.
      	* objc/deprecated/objc_malloc.h: Removed.
      	* objc/deprecated/objc_unexpected_exception.h: Removed.
      	* exception.c (_objc_unexpected_exception): Removed.
      	(objc_exception_throw): Do not check for
      	_objc_unexpected_exception.
      	* memory.c (objc_valloc, _objc_malloc, _objc_atomic_malloc,
      	_objc_valloc, _objc_realloc, _objc_calloc, _objc_free): Removed.	
      	* libobjc.def (_objc_unexpected_exception, objc_valloc): Removed.
      
      From-SVN: r174615
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · 4f570b66
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc/objc.h: Do not include deprecated/STR.h.
      	* objc/deprecated/STR.h: Removed.
      	* Makefile.in (OBJC_DEPRECATED_H): removed STR.h.
      
      From-SVN: r174614
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · dd3dba52
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_H): Removed hash.h and sarray.h.
      	(OBJC_DEPRECATED_H): Likewise.
      	* libobjc.def (objc_hash_new, objc_hash_delete, objc_hash_add,
      	objc_hash_remove, objc_hash_next, objc_hash_value_for_key,
      	objc_hash_is_key_in_hash, hash_add, hash_delete, hash_new,
      	hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash,
      	sarray_at_put, sarray_at_put_safe, sarray_free, sarray_lazy_copy,
      	sarray_new, sarray_realloc, sarray_remove_garbage): Removed.
      	* objc/sarray.h: Removed.
      	* objc/hash.h: Removed.
      	* objc/deprecated/sarray.h: Removed.
      	* objc/deprecated/hash.h: Removed.
      	* objc/Object.h: Do not include objc/deprecated/hash.h
      	* Object.m: Include string.h.
      	* objc/objc-api.h: Do not include objc/deprecated/hash.h.
      	* objc-private/common.h (GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF):
      	Removed.
      
      In gcc/testsuite/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/headers.m: Do not include sarray.h and hash.h.
      
      From-SVN: r174610
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · 4236b2e5
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Object.m ([-forward::]): Removed.
      	* objc/deprecated/Object.h ([-forward::]): Removed.
      	* sendmsg.c (__objc_forward): Updated comments.
      
      From-SVN: r174607
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · 7a724978
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_H): Removed objc-list.h.
      	(OBJC_DEPRECATED_H): Removed objc-list.h.
      	* objc/objc-list.h: File removed.
      	* objc/deprecated/objc-list.h: File removed.
      
      In gcc/testsuite/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/headers.m: Do not include objc-list.h.
      
      From-SVN: r174594
      Nicola Pero committed
    • In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com> · efad6bee
      In libobjc/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_H): Removed typedstream.h.
      	(OBJC_DEPRECATED_H): Removed typedstream.h.
      	(C_SOURCE_FILES): Removed archive.c.
      	(Object.lo): Rule removed.
      	(Object_gc.lo): Likewise.
      	(archive.lo): Likewise.
      	(archive_gc.lo): Likewise.
      	* objc/deprecated/Object.h ([+streamVersion:], [-read], [-write],
      	[-awake]): Removed.
      	Do not include deprecated/typedstream.h.
      	* Object.m: Removed the same methods.
      	* archive.c: File removed.
      	* objc/typedstream.h: File removed.
      	* objc/deprecated/typedstream.h: File removed.
      	* libobjc.def (__objc_read_nbyte_uint, __objc_read_nbyte_ulong,
      	__objc_write_class, __objc_write_object, __objc_write_selector,
      	objc_close_typed_stream, objc_end_of_typed_stream,
      	objc_flush_typed_stream, objc_get_stream_class_version,
      	objc_open_typed_stream, objc_open_typed_stream_for_file,
      	objc_read_array, objc_read_char, objc_read_int, objc_read_long,
      	objc_read_object, objc_read_selector, objc_read_short,
      	objc_read_string, objc_read_type, objc_read_types,
      	objc_read_unsigned_char, objc_read_unsigned_int,
      	objc_read_unsigned_long, objc_read_unsigned_short,
      	objc_write_array, objc_write_char, objc_write_int,
      	objc_write_long, objc_write_object, objc_write_object_reference,
      	objc_write_root_object, objc_write_selector, objc_write_short,
      	objc_write_string, objc_write_string_atomic, objc_write_type,
      	objc_write_types, objc_write_unsigned_char,
      	objc_write_unsigned_int, objc_write_unsigned_long,
      	objc_write_unsigned_short): Removed.
      	
      In gcc/testsuite/:
      2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/type-stream-1.m: Test removed.
      	* objc.dg/headers.m: Do not include typedstream.h.
      
      From-SVN: r174593
      Nicola Pero committed
  9. 02 Jun, 2011 1 commit
    • In libobjc/: 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com> · e79132c3
      In libobjc/:
      2011-06-02  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* Makefile.in (OBJC_DEPRECATED_H): Removed objc_error.h.
      	* objc/deprecated/objc_error.h: Removed.
      	* objc/objc-api.h: Do not include deprecated/objc_error.h.
      	* libobjc.def (objc_error, objc_verror): Removed.
      	* error.c (_objc_error_handler, objc_error, objc_verror,
      	objc_set_error_handler): Removed.
      	* Object.m ([-error:], [-perform:], [-perform:with:],
      	[-perform:with:with], [-subclassResponsibility:],
      	[-notImplemented:], [-shouldNotImplement:], [-doesNotRecognize:]):
      	Removed.
      	* objc/deprecated/Object.h: Removed the same methods.
      	* sendmsg.c (__objc_forward): Do not try to invoke the "error:"
      	method after trying to invoke the "doesNotRecognize:" method.
      	
      In gcc/testsuite/:
      2011-06-02  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/torture/forward-1.m (main): Updated testcase.
      
      From-SVN: r174587
      Nicola Pero committed
  10. 28 Feb, 2011 1 commit
    • In libobjc/: 2011-02-28 Nicola Pero <nicola.pero@meta-innovation.com> · 68ade9e4
      In libobjc/:
      2011-02-28  Nicola Pero  <nicola.pero@meta-innovation.com>
      	
      	* selector.c (sel_getTypedSelector): Return NULL if there are
      	multiple selectors with conflicting types.
      	* objc/runtime.h (sel_getTypedSelector): Updated documentation.
      	
      In gcc/testsuite/:
      2011-02-28  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/gnu-api-2-sel.m: Test that sel_getTypedSelector return
      	NULL in case of a selector with conflicting types.
      	* obj-c++.dg/gnu-api-2-sel.mm: Same change.
      
      From-SVN: r170563
      Nicola Pero committed
  11. 03 Jan, 2011 1 commit
  12. 24 Dec, 2010 4 commits
    • In libobjc/: 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com> · 9cacfc3e
      In libobjc/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* selector.c (sel_getTypedSelector): Return NULL if given a NULL
      	argument.
      	(sel_registerTypedName): Same.
      	(sel_registerName): Same.
      	* objc/runtime.h: Updated documentation.
      	
      In gcc/testsuite/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/gnu-api-2-sel.m: Test calling sel_getUid,
      	sel_registerName and sel_registerTypedName with NULL arguments.
      	Updated the test to work with the Apple runtime as well.
      	* obj-c++.dg/gnu-api-2-sel.mm: Same change.
      
      From-SVN: r168231
      Nicola Pero committed
    • In libobjc/: 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com> · 410644c4
      In libobjc/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc/runtime.h (class_addIvar): Updated documentation.  The
      	alignment is actually the log_2 of the alignment in bytes.
      	* ivars.c (class_addIvar): Corresponding change to the
      	implementation.
      
      In gcc/testsuite/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/gnu-api-2-class.m: Updated test to pass log_2 of the
      	alignment to class_addIvar, instead of the alignment itself.
      	* obj-c++.dg/gnu-api-2-class.mm: Same change.
      
      From-SVN: r168230
      Nicola Pero committed
    • In libobjc/: 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com> · 5750872c
      In libobjc/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc/runtime.h (sel_getType): Renamed to sel_getTypeEncoding to
      	be consistent with method_getTypeEncoding and
      	ivar_getTypeEncoding.
      	(sel_copyTypedSelectorList, sel_getTypedSelector): New.
      	* selector.c (sel_getType): Renamed to sel_getTypeEncoding.
      	(sel_copyTypedSelectorList, sel_getTypedSelector): New.
      	(sel_get_type): Updated call to sel_getType.
      	
      In gcc/testsuite/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/gnu-api-2-sel.m: Updated for renaming of sel_getType to
      	sel_getTypeEncoding.  Test that sel_getTypeEncoding returns NULL
      	when called with a NULL argument.  Added test for
      	sel_copyTypedSelectorList and sel_getTypedSelector.
      	* obj-c++.dg/gnu-api-2-sel.mm: Same changes.
      
      From-SVN: r168229
      Nicola Pero committed
    • In libobjc/: 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com> · 877bf195
      In libobjc/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc/runtime.h (class_conformsToProtocol,
      	class_copyProtocolList): Updated documentation.
      
      In gcc/testsuite/:
      2010-12-24  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* obj-c.dg/gnu-api-2-class.m: Test that class_conformsToProtocol()
      	does not check the superclasses.
      	* obj-c++.dg/gnu-api-2-class.mm: Same change.
      
      From-SVN: r168226
      Nicola Pero committed
  13. 19 Dec, 2010 9 commits
  14. 15 Dec, 2010 3 commits
  15. 14 Dec, 2010 1 commit
  16. 11 Dec, 2010 2 commits
    • In libobjc/: 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com> · e97cfd97
      In libobjc/:
      2010-12-11  Nicola Pero  <nicola.pero@meta-innovation.com>
      
              * sendmsg.c (selector_resolveClassMethod): New.
              (selector_resolveInstanceMethod): New.
              (__objc_resolve_class_method): New.
              (__objc_resolve_instance_method): New.
              (get_imp): Call __objc_resolve_class_method or
              __objc_resolve_instance_method at the appropriate time.
              (objc_msg_lookup): Same.
              (class_getClassMethod): Same.
              (class_getInstanceMethod): Same.
              (__objc_init_dispatch_tables): Initialize
              selector_resolveClassMethod and selector_resolveInstanceMethod.
              * objc/runtime.h: Updated documentation of class_getClassMethod,
              class_getInstanceMethod and class_getMethodImplementation.
      
      In gcc/testsuite/:
      2010-12-11  Nicola Pero  <nicola.pero@meta-innovation.com>
      
              * objc.dg/gnu-api-2-resolve-method.m: New.
              * obj-c++.dg/gnu-api-2-resolve-method.mm: New.
      
      From-SVN: r167712
      Nicola Pero committed
    • module-abi-8.h (struct objc_symtab): Updated description of sel_ref_cnt and refs. · 375d1239
      2010-12-11  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc-private/module-abi-8.h (struct objc_symtab): Updated
      	description of sel_ref_cnt and refs.
      	* objc/deprecated/struct_objc_symtab.h (objc_symtab): Same change.
      
      From-SVN: r167710
      Nicola Pero committed
  17. 17 Oct, 2010 1 commit
    • In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com> · 5b8b526e
      In gcc/:
      2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
      
              * doc/objc.texi (GNU Objective-C runtime API): New section.
              (Modern GNU Objective-C runtime API): New section.
              (Traditional GNU Objective-C runtime API): New section.
              (Executing code before main): Mention that this section is
              specific to the GNU Objective-C runtime.
              (Garbage Collection): Same.
      
      In gcc/testsuite/:
      2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
      
              * obj-c++.dg/gnu-api-2-class.mm: New.
              * obj-c++.dg/gnu-api-2-ivar.mm: New.
              * obj-c++.dg/gnu-api-2-method.mm: New.
              * obj-c++.dg/gnu-api-2-objc.mm: New.
              * obj-c++.dg/gnu-api-2-object.mm: New.
              * obj-c++.dg/gnu-api-2-property.mm: New.
              * obj-c++.dg/gnu-api-2-protocol.mm: New.
              * obj-c++.dg/gnu-api-2-sel.mm: New.
      
      
      In libobjc/:
      2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
      
              * objc/message.h: Moved initial includes outside of extern "C".
              * objc/runtime.h: Add extern "C" for Objective-C++.
      
      From-SVN: r165595
      Nicola Pero committed