1. 06 Sep, 2003 1 commit
  2. 02 Sep, 2003 2 commits
  3. 27 Aug, 2003 1 commit
    • aclocal.m4: Include acx.m4 and no-executables.m4. · 238235ef
      	* aclocal.m4: Include acx.m4 and no-executables.m4.
      	(libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ.
      	(LIB_AC_PROG_CC): Remove.
      	* configure.in: Update AC_PREREQ to 2.57.  Use GCC_NO_EXECUTABLES.
      	Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using
      	LIB_AC_PROG_CC.  Use AC_LIBOBJ.  Call AC_ISC_POSIX later, only if
      	performing link tests.
      	* configure: Regenerated.
      
      From-SVN: r70860
      Daniel Jacobowitz committed
  4. 12 Aug, 2003 1 commit
  5. 05 Jul, 2003 1 commit
  6. 03 Jul, 2003 1 commit
  7. 26 Jun, 2003 1 commit
  8. 22 Jun, 2003 1 commit
    • safe-ctype.h (HC_UNKNOWN, [...]): Rename to HOST_CHARSET_UNKNOWN... · 21299dbd
      include:
      	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to
      	HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
      	respectively.
      libiberty:
      	* safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
      	not HC_ASCII and HC_EBCDIC.
      	Add documentation in form expected by gather-docs.
      	* hex.c: Use HOST_CHARSET, not hand-coded check of character set.
      	* Makefile.in, functions.texi: Regenerate.
      gcc:
      	* config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
      	and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
      
      From-SVN: r68335
      Zack Weinberg committed
  9. 21 Jun, 2003 1 commit
    • safe-ctype.h (HC_UNKNOWN, [...]): New #defines. · 7468e0b5
      include:
      	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
      	New #defines.
      libiberty:
      	* safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
      	for charset determination.
      gcc:
      	* aclocal.m4 (gcc_AC_C_CHARSET): Delete.
      	* configure.in: Don't use gcc_AC_C_CHARSET.
      	* configure, config.in: Regenerate.
      	* config/i370/i370.c, config/i370/i370.h: Use
      	(HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
      	instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
      
      From-SVN: r68317
      Zack Weinberg committed
  10. 19 Jun, 2003 1 commit
  11. 09 Jun, 2003 1 commit
  12. 05 Jun, 2003 1 commit
  13. 03 Jun, 2003 1 commit
  14. 20 May, 2003 1 commit
  15. 15 May, 2003 1 commit
    • hex.c (_hex_value): Make this unsigned. · 49a19cfd
      libiberty/ChangeLog:
      2003-05-14  Jim Blandy  <jimb@redhat.com>
      
      	* hex.c (_hex_value): Make this unsigned.
      	(hex_value): Update documentation for new return type.  hex_value
      	now expands to an unsigned int expression, to avoid unexpected
      	sign extension when we store it in a bfd_vma, which is larger than
      	int on some platforms.
      	* functions.texi: Regenerated.
      
      include/ChangeLog:
      2003-05-14  Jim Blandy  <jimb@redhat.com>
      
      	* libiberty.h (hex_value): Make the value an unsigned int, to
      	avoid unexpected sign-extension when cast to unsigned types larger
      	than int --- like bfd_vma, on some platforms.
      	(_hex_value): Update declaration.
      
      From-SVN: r66840
      Jim Blandy committed
  16. 07 May, 2003 3 commits
  17. 04 May, 2003 1 commit
  18. 03 May, 2003 1 commit
  19. 22 Apr, 2003 1 commit
  20. 16 Apr, 2003 3 commits
  21. 15 Apr, 2003 5 commits
  22. 14 Apr, 2003 1 commit
  23. 23 Mar, 2003 1 commit
  24. 17 Mar, 2003 1 commit
  25. 12 Mar, 2003 2 commits
  26. 11 Mar, 2003 1 commit
  27. 04 Mar, 2003 1 commit
  28. 27 Feb, 2003 2 commits
  29. 24 Feb, 2003 1 commit