Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-06-19 | merge from gcc | DJ Delorie | 5 | -10/+39 | |
2003-06-13 | merge from gcc | DJ Delorie | 5 | -62/+105 | |
2003-06-05 | merge from gcc | DJ Delorie | 2 | -1/+6 | |
2003-06-03 | asprintf.c: Change comment to note that -1 is returned upon error. | Nick Clifton | 4 | -7/+15 | |
vasprintf.c: Likewise. (vasprintf): Return -1 upon error. functions.texi: Document changes to asprintf and vasprintf. | |||||
2003-05-20 | * config.table: Accept i[345867]86 variant. | DJ Delorie | 2 | -2/+6 | |
2003-05-15 | libiberty/ChangeLog: | Jim Blandy | 3 | -4/+25 | |
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. | |||||
2003-05-07 | s/burtle/iterative | Jason Merrill | 2 | -2/+2 | |
2003-05-07 | merge from gcc | DJ Delorie | 2 | -2/+7 | |
2003-05-07 | libiberty/ | Jason Merrill | 6 | -85/+379 | |
* hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro. | |||||
2003-05-04 | merge from gcc | DJ Delorie | 3 | -504/+77 | |
2003-05-03 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2003-04-22 | merge from gcc | DJ Delorie | 2 | -11/+20 | |
2003-04-16 | merge from gcc | DJ Delorie | 8 | -86/+349 | |
2003-04-16 | merge from gcc | DJ Delorie | 1 | -1/+1 | |
2003-04-16 | merge from gcc | DJ Delorie | 9 | -91/+297 | |
2003-04-15 | merge from gcc | DJ Delorie | 1 | -8/+50 | |
2003-04-15 | merge from gcc | DJ Delorie | 12 | -30/+41 | |
2003-04-15 | merge from gcc | DJ Delorie | 2 | -0/+12 | |
2003-04-15 | merge from gcc | DJ Delorie | 3 | -4/+13 | |
2003-04-15 | merge from gcc | DJ Delorie | 13 | -20/+35 | |
2003-04-15 | merge from gcc | DJ Delorie | 2 | -5/+20 | |
2003-04-14 | merge from gcc | DJ Delorie | 3 | -90/+93 | |
2003-03-23 | * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS) | Alexandre Oliva | 2 | -4/+15 | |
instead of $$CC alone. (install_to_tooldir): Use it. | |||||
2003-03-17 | merge from gcc | DJ Delorie | 2 | -4/+24 | |
2003-03-12 | merge from gcc | DJ Delorie | 2 | -2/+10 | |
2003-03-12 | merge from gcc | DJ Delorie | 2 | -3/+22 | |
2003-03-11 | merge from gcc | DJ Delorie | 2 | -23/+32 | |
2003-03-04 | merge from gcc | DJ Delorie | 2 | -0/+13 | |
2003-02-27 | merge from gcc | DJ Delorie | 2 | -39/+44 | |
2003-02-27 | merge from gcc | DJ Delorie | 2 | -0/+82 | |
2003-02-24 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2003-02-22 | merge from gcc | DJ Delorie | 6 | -66/+142 | |
2003-02-21 | merge from gcc | DJ Delorie | 5 | -88/+215 | |
2003-02-21 | merge from gcc | DJ Delorie | 5 | -54/+122 | |
2003-02-21 | merge from gcc | DJ Delorie | 6 | -7/+112 | |
2003-02-20 | * Makefile.in (CFILES): Add lrealpath.c. | Daniel Jacobowitz | 9 | -121/+426 | |
(REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated. | |||||
2003-02-20 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2003-02-20 | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to | Alexandre Oliva | 3 | -0/+8 | |
config.status. * configure: Rebuilt. | |||||
2003-02-13 | merge from gcc | DJ Delorie | 2 | -15/+32 | |
2003-02-13 | merge from gcc | DJ Delorie | 3 | -1/+15 | |
2003-02-04 | merge from gcc | DJ Delorie | 2 | -2/+6 | |
2003-01-30 | merge from gcc | DJ Delorie | 4 | -128/+139 | |
2003-01-28 | * Makefile.in (all-subdir, check-subdir, installcheck-subdir) | Alexandre Oliva | 2 | -1/+9 | |
(info-subdir, install-info-subdir, clean-info-subdir) (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir) (clean-subdir, distclean-subdir, maintainer-clean-subdir): Pass $(FLAGS_TO_PASS). | |||||
2003-01-28 | * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use | Alexandre Oliva | 2 | -5/+10 | |
/`$$CC -print-multi-os-directory`. | |||||
2003-01-26 | include/ | Daniel Jacobowitz | 2 | -2/+76 | |
* hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. (htab_create_alloc_ex): New prototype. (htab_set_functions_ex): New prototype. libiberty/ * hashtab.c (htab_create_alloc_ex): New function. (hatab_set_functions_ex): New function. (htab_delete, htab_expand): Support alternate allocation functions. | |||||
2003-01-25 | merge from gcc | DJ Delorie | 5 | -153/+38 | |
2003-01-24 | merge from gcc | DJ Delorie | 15 | -843/+1225 | |
2003-01-20 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2003-01-09 | merge from gcc | DJ Delorie | 2 | -0/+10 | |
2002-12-04 | merge from gcc | DJ Delorie | 2 | -0/+6 | |