Skip to content
Snippets Groups Projects
  1. Jan 16, 2023
  2. Jan 03, 2022
  3. Jan 04, 2021
  4. Jan 01, 2020
  5. Jan 01, 2019
  6. Jan 03, 2018
  7. Jan 01, 2017
  8. Jan 04, 2016
  9. Jan 05, 2015
  10. Jan 02, 2014
  11. Feb 03, 2013
  12. Dec 22, 2010
    • Nicola Pero's avatar
      In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com> · 9fd553cc
      Nicola Pero authored
      In libobjc/:
      2010-12-22  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc-private/objc-list.h: Reindented file.  No code changes.
      	* objc-private/sarray.h: Same change.
      
      From-SVN: r168150
      9fd553cc
    • Nicola Pero's avatar
      In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com> · 8637d320
      Nicola Pero authored
      In libobjc/:
      2010-12-22  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc-private/accessors.h: Removed 'extern "C"' guards.  This
      	file is never compiled with C++.
      	* objc-private/hash.h: Same change.
      	* objc-private/objc-list.h: Same change.
      	* objc-private/objc-sync.h: Same change.
      	* objc-private/protocols.h: Same change.
      	* objc-private/runtime.h: Same change.
      	* objc-private/sarray.h: Same change.
      	* objc-private/selector.h: Same change.
      
      From-SVN: r168149
      8637d320
  13. Sep 17, 2010
    • Nicola Pero's avatar
      In libobjc/: · 349cfd93
      Nicola Pero authored
              * objc-private/objc-list.h (list_remove_elem): Unused function
              removed.  (list_nth): Unused function removed.  (list_find):
              Unused function removed.  (list_lenght): Unused function removed.
      
              Also, fixed an error in my last commit by adding back
              objc/hash.h and objc/objc-list.h that had not been committed.
      
      From-SVN: r164374
      349cfd93
    • Nicola Pero's avatar
      In libobjc/: · 5be9cdc1
      Nicola Pero authored
              * objc/hash.h: Moved into objc/deprecated/hash.h; objc/hash.h
              replaced with a placeholder including the file from the
              deprecated/ directory.
              * objc/objc-api.h: Updated includes.
              * objc/typedstream.h: Updated includes.
              * objc-private/hash.h: New file (private copy of hash.h).
              * objc/objc-list.h: Moved into objc/deprecated/objc-list.h;
              objc/objc-list.h replaced with a placeholder including the file
              from the deprecated/ directory.
              * objc-private/objc-list.h: New file (private copy of objc-list.h).
              * init.c: Include objc-private/hash.h and objc-private/objc-list.h
              instead of objc/hash.h and objc/objc-list.h.
              * selector.c: Same change.
              * class.c: Added include <string.h>, which used to be implicitly included
              when hash.h was included.
              * exception.c: Same change.
              * objects.c: Same change.
              * sarray.c: Same change.
              * sendmsg.c: Same change.
              * Makefile.in (OBJC_DEPRECATED_H): Added hash.h and objc-list.h.
              (OBJC_H): Removed hash.h and objc-list.h
      
      From-SVN: r164373
      5be9cdc1
  14. Apr 09, 2009
  15. Feb 18, 2007
  16. Aug 17, 2005
  17. Aug 13, 2004
    • Ziemowit Laski's avatar
      NXConstStr.h: Update copyright date... · 1a6213c3
      Ziemowit Laski authored
      2004-08-12  Ziemowit Laski  <zlaski@apple.com>
      
              * objc/NXConstStr.h: Update copyright date; bracket with
              'extern "C"' for C++ use; make include syntax consistent
              by using <...> instead of "..."; hoist <objc/...> includes
              above the 'extern "C"' block.
              * objc/Object.h: Likewise.
              * objc/Protocol.h: Likewise.
              * objc/encoding.h: Likewise.
              * objc/hash.h: Likewise.
              * objc/runtime.h: Likewise.
              * objc/sarray.h: Likewise.
              * objc/thr.h: Likewise.
              * objc/typedstream.h: Likewise.
              * objc/objc-api.h: Add 'extern "C"' block for C++ use.
              (objc_static_instances): For C++ case, do away with
              zero-sized array.
              (objc_method): Hoist definition to file scope.
              (_objc_load_callback, _objc_object_alloc, class_get_class_method,
              class_get_instance_method, class_create_instance,
              class_get_class_name, class_get_instance_size,
              class_get_meta_class, class_get_super_class, class_get_version,
              class_is_class, class_is_meta_class, class_set_version,
              class_get_gc_object_type, class_ivar_set_gcinvisible,
              get_imp): Rename 'class' parameter to '_class'.
              * objc/objc-list.h: Add 'extern "C"' block for C++ use.
              * objc/objc.h: Update copyright date.
              (arglist_t): Provide a union tag.
      
      From-SVN: r85927
      1a6213c3
  18. Jun 25, 2004
    • Andrew Pinski's avatar
      encoding.h: Wrap the functions with extern "C" for C++ mode. · 6f0aa5e1
      Andrew Pinski authored
      2004-06-24  Andrew Pinski  <apinski@apple.com>
      
              * objc/encoding.h: Wrap the functions with extern "C" for C++
              mode.
              * objc/hash.h: Likewise.
              * objc/objc-api.h: Likewise.
              * objc/objc-list.h: Likewise.
              * objc/runtime.h: Likewise.
              * objc/sarray.h: Likewise.
              * objc/thr.h: Likewise.
              * objc/typedstream.h: Likewise.
      
      From-SVN: r83635
      6f0aa5e1
  19. May 23, 2003
    • Nathanael Nerode's avatar
      Makefile.in, [...]: Replace "GNU CC" with "GCC". · 6c82ad25
      Nathanael Nerode authored
      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
      6c82ad25
  20. Apr 11, 2003
    • David Chad's avatar
      (in libobjc:) · 0b87e18e
      David Chad authored
      
      	libobjc/8562
      (in libobjc:)
      	* objc/hash.h (hash_string): Constify correctly.
      	(compare_ptrs): Use direct compare.
      	* objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
      	* objc/sarray.h: Global rename index to indx to avoid shadow.
      
      (in gcc/testsuite:)
      	* objc.dg/headers.m: New test.
      
      Co-Authored-By: default avatarLoren J. Rittle <ljrittle@acm.org>
      
      From-SVN: r65461
      0b87e18e
  21. Mar 29, 2000
  22. Sep 30, 1998
  23. Sep 21, 1998
Loading