1. 09 Jan, 2003 1 commit
    • Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. · 90e5b39f
      libf2c:
      2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
      
      	* Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
      	(install, uninstall): Prepend $(DESTDIR) to destination
      	paths in all (un)installation commands.
      
      libiberty:
      2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
      
      	* Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
      
      libobjc:
      2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
      
      	* Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
      	(install-libs, install-headers): Prepend $(DESTDIR) to
      	destination paths in all (un)installation commands.
      
      libstdc++:
      2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
      
      	* include/Makefile.am (install-data-local): Prepend
      	$(DESTDIR) to destination paths in all (un)installation
      	commands.  Use ${c_base_builddir} and ${std_builddir}
      	as destination subdirectories to achieve consistency with
      	preceding mkinstalldirs commands.  No effect because both
      	variables contain "." only.
      	* include/Makefile.in: Regenerate.
      
      From-SVN: r61082
      Christian Cornelssen committed
  2. 16 Dec, 2002 1 commit
  3. 23 Sep, 2002 1 commit
    • Makefile.am (all-multi): Fix multilib parallel build. · 6c5d742e
      boehm-gc:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      libf2c:
      	* Makefile.in (all): Fix multilib parallel build.
      libffi:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      libiberty:
      	* Makefile.in (all): Fix multilib parallel build.
      libjava:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      libobjc:
      	* Makefile.in (all): Fix multilib parallel build.
      libstdc++-v3:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      zlib:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      
      From-SVN: r57423
      Kaveh R. Ghazi committed
  4. 12 Sep, 2002 4 commits
  5. 10 Sep, 2002 2 commits
  6. 14 Aug, 2002 1 commit
    • configure, configure: Rebuilt. · f5cc59a7
      * boehm-gc/configure, libf2c/configure: Rebuilt.
      * libffi/configure, libiberty/configure: Ditto.
      * libjava/configure, libobjc/configure: Ditto.
      * libstdc++-v3/configure, zlib/configure: Ditto.
      Merged from binutils:
      2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
      From Steve Ellcey <sje@cup.hp.com>:
      * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
      (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
      lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
      IA64.
      * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
      * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
      soname_spec, sys_lib_search_path_spec): Ditto.
      
      From-SVN: r56270
      Alexandre Oliva committed
  7. 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
  8. 26 Jun, 2002 1 commit
  9. 21 Jun, 2002 1 commit
    • Object.m (forward, [...]): Fix unused parameter warnings. · b62cc13a
      	* Object.m (forward, read, write): Fix unused parameter warnings.
      	* encoding.c: Include <stdlib.h>.
      	(target_flags): Mark with attribute unused.
      	(atoi): Delete.
      	* runtime.h (__objc_selector_max_index): Change to unsigned int.
      	(__objc_generate_gc_type_description): Prototype.
      	* selector.c (__objc_selector_max_index): Change to unsigned int.
      
      From-SVN: r54884
      Kaveh R. Ghazi committed
  10. 17 Jun, 2002 2 commits
  11. 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
  12. 09 Jun, 2002 1 commit
  13. 20 May, 2002 1 commit
  14. 16 May, 2002 1 commit
    • Makefile.in: Allow for PWDCMD to override hardcoded pwd. · 1e6347d8
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* config-ml.in: Likewise.
      	* configure: Likewise.
      	* configure.in: Likewise.
      
      	boehm-gc:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      	config:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      
      	contrib:
      	* test_installed: Allow for PWDCMD to override hardcoded pwd.
      	* test_summary: Likewise.
      
      	gcc:
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* configure.in: Likewise.
      	* fixinc/check.tpl: Likewise.
      	* fixinc/fixinc.dgux: Likewise.
      	* fixinc/fixinc.svr4: Likewise.
      	* fixinc/fixinc.winnt: Likewise.
      	* fixinc/fixincl.sh: Likewise.
      	* fixproto: Likewise.
      	* configure: Regenerate.
      
      	gcc/ada:
      	* Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
      	* Makefile.in: Likewise.
      
      	gcc/f:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/java:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/po:
      	* exgettext: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/treelang:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	libf2c:
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* aclocal.m4: Likewise.
      	* configure: Regenerate.
      
      	libjava:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      	* configure.in: Likewise.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      	libobjc:
      	* aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
      	* configure: Regenerate.
      
      	libstdc++-v3:
      	* Makefile.am: Allow for PWDCMD to override hardcoded pwd.
      	* acinclude.m4: Likewise.
      	* docs/html/Makefile: Likewise.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      	zlib:
      	* configure.in: Allow for PWDCMD to override hardcoded pwd.
      	* configure: Regenerate.
      
      	* ChangeLog: Move entries to ChangeLog.gcj.
      
      From-SVN: r53523
      Rainer Orth committed
  15. 08 May, 2002 1 commit
  16. 23 Apr, 2002 1 commit
  17. 09 Apr, 2002 2 commits
  18. 11 Feb, 2002 1 commit
  19. 17 Dec, 2001 1 commit
  20. 14 Nov, 2001 1 commit
  21. 08 Nov, 2001 1 commit
  22. 29 Oct, 2001 2 commits
  23. 10 Sep, 2001 2 commits
  24. 18 Jul, 2001 2 commits
  25. 16 Jul, 2001 1 commit
  26. 09 Jun, 2001 1 commit
  27. 08 Jun, 2001 2 commits
    • THREADS: Explain that when we compile libobjc inside GCC... · 27132e64
      2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
      
              * THREADS: Explain that when we compile libobjc inside GCC, we
              always use thr-objc.c as a backend, which uses GCC's thread code.
      
      From-SVN: r43058
      Nicola Pero committed
    • init.c (__objc_send_message_in_list): When setting a new entry in… · e6be21fe
      init.c (__objc_send_message_in_list): When setting a new entry in __objc_load_methods use the method IMP as key...
      
      2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
      
              * init.c (__objc_send_message_in_list): When setting a new entry
              in __objc_load_methods use the method IMP as key, but check to see
              if the method is in the hashtable by looking at the IMP also.
              Also ... call the method after adding it to the hashtable rather
              than before ... thus preventing an obscure possibility of infinite
              recursion if a +load method itself loads a subclass.
      
      From-SVN: r43052
      Richard Frith-Macdonald committed
  28. 25 May, 2001 2 commits
  29. 20 May, 2001 1 commit