1. 20 Dec, 2004 1 commit
  2. 23 May, 2003 1 commit
    • Makefile.in, [...]: Replace "GNU CC" with "GCC". · 6c82ad25
      2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
      
      	* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
      	class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
      	objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
      	objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
      	objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
      
      From-SVN: r67131
      Nathanael Nerode committed
  3. 02 Jul, 2002 1 commit
    • encoding.h: Fix formatting. · 40165636
      2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
      
      	* objc/encoding.h: Fix formatting.
      	* objc/hash.h: Likewise.
      	* objc/objc-api.h: Likewise.
      	* objc/runtime.h: Likewise.
      	* objc/thr.h: Likewise.
      	* archive.c: Likewise.
      	* class.c: Likewise.
      	* encoding.c: Likewise.
      	* gc.c: Likewise.
      	* hash.c: Likewise.
      	* init.c: Likewise.
      	* misc.c: Likewise.
      	* nil_method.c: Likewise.
      	* objects.c: Likewise.
      	* sarray.c: Likewise.
      	* selector.c: Likewise.
      	* sendmsg.c: Likewise.
      	* thr-mach.c: Likewise.
      	* thr.c: Likewise.
      
      From-SVN: r55190
      Rodney Brown committed
  4. 15 Jun, 2002 1 commit
    • Object.m: Fix signed/unsigned warning. · 8f8c44cb
      	* Object.m: Fix signed/unsigned warning.
      	* Protocol.m: Likewise.
      	* archive.c: Always include stdlib.h.
      	(objc_read_short, objc_read_unsigned_short, objc_read_int,
      	objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
      	Fix signed/unsigned warning.
      	(objc_write_type, objc_read_type, objc_write_types,
      	objc_read_types): Ensure ctype 8-bit safety.
      	(__objc_no_write, __objc_no_read): Mark unused parameters.
      	* class.c (class_table_setup): Specify void arg.
      	* encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
      	objc_skip_typespec, objc_skip_offset,
      	objc_layout_structure_next_member): Ensure ctype 8-bit safety.
      	(objc_layout_structure_next_member): Ensure variables are
      	initialized.
      	* gc.c (__objc_generate_gc_type_description,
      	class_ivar_set_gcinvisible): Mark unused parameters.
      	* init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
      	unused parameters.
      	(__objc_init_protocols) Fix signed/unsigned warning.
      	* nil_method.c (nil_method): Mark unused parameters.
      	* thr.h (objc_thread_callback): Specify void arg.
      	* sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
      	signed/unsigned warning.
      	(sarray_free): Fix formatting.
      	* selector.c (sel_types_match): Ensure ctype 8-bit safety.
      	* sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
      
      From-SVN: r54649
      Kaveh R. Ghazi committed
  5. 10 Sep, 2001 1 commit
  6. 30 Sep, 1998 1 commit
    • Makefile.in: Rewrite. · bce1b489
              * Makefile.in: Rewrite.
              * configure.in: Likewise.
              * configure: Regenerate.
              * All .c files.  Remove "objc" prefix when including objc header
              files.  Include tconfig.h, not ../tconfig.h.
      
      Co-Authored-By: Jeffrey A Law <law@cygnus.com>
      
      From-SVN: r22659
      Ben Elliston committed
  7. 21 Sep, 1998 1 commit