Skip to content
Snippets Groups Projects
  1. Jul 10, 2003
  2. May 23, 2003
    • Nathanael Nerode's avatar
      hash.c, [...]: Replace "GNU CC" with "GCC". · 38709cad
      Nathanael Nerode authored
      	* hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
      	makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
      	selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
      	thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
      	thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
      	thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
      
      From-SVN: r67134
      38709cad
  3. Dec 16, 2002
  4. Sep 12, 2002
  5. Jul 02, 2002
    • Rodney Brown's avatar
      encoding.h: Fix formatting. · 40165636
      Rodney Brown authored
      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
      40165636
  6. Jun 17, 2002
  7. Jun 15, 2002
    • Kaveh R. Ghazi's avatar
      Object.m: Fix signed/unsigned warning. · 8f8c44cb
      Kaveh R. Ghazi authored
      	* 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
      8f8c44cb
  8. Feb 24, 2001
  9. Jan 12, 2001
  10. Jan 03, 2001
    • Ovidiu Predescu's avatar
      Added __objc_msg_forward... · 68b61df9
      Ovidiu Predescu authored
      Added __objc_msg_forward, a hook that allows external libraries to
      provide a function that returns the real forwarding function. This can
      alleviate problems __builtin_apply() and friends have on various
      platforms. (Solution suggested by Helge Hess.)
      
      Define gen_rtx_REG.
      
      From-SVN: r38650
      68b61df9
  11. Sep 30, 1998
    • Ben Elliston's avatar
      Makefile.in: Rewrite. · bce1b489
      Ben Elliston authored
      
              * 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: default avatarJeffrey A Law <law@cygnus.com>
      
      From-SVN: r22659
      bce1b489
  12. Sep 21, 1998
Loading