- 26 Jan, 2003 1 commit
-
-
include/ * 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. From-SVN: r61820
Daniel Jacobowitz committed
-
- 10 Jan, 2003 1 commit
-
-
From-SVN: r61136
Geoffrey Keating committed
-
- 24 Nov, 2002 1 commit
-
-
From-SVN: r59421
Simon Burge committed
-
- 22 Nov, 2002 1 commit
-
-
include/ * libiberty.h (make_relative_prefix): Add prototype. libiberty/ * Makefile.in: Add make-relative-prefix.c. * make-relative-prefix.c: New file. * functions.texi: Rebuilt. gcc/ * gcc.c (make_relative_prefix, split_directories) (free_split_directories): Removed. From-SVN: r59385
Daniel Jacobowitz committed
-
- 27 Oct, 2002 2 commits
-
-
* partition.h: Close the extern "C" scope when compiling with C++. * getopt.h: Update copyright year from the previous patch. From-SVN: r58570
Roger Sayle committed -
PR bootstrap/8351 * getopt.h: Avoid prototyping getopt with no arguments in C++. Co-Authored-By: DJ Delorie <dj@redhat.com> From-SVN: r58569
Roger Sayle committed
-
- 24 Oct, 2002 1 commit
-
-
ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the list of platform compilers that may look... * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the list of platform compilers that may look, smell and act like __STDC__ but that may not define it. From-SVN: r58513
Nathan Tallent committed
-
- 16 Oct, 2002 1 commit
-
-
From-SVN: r58188
David O'Brien committed
-
- 12 Oct, 2002 1 commit
-
-
2002-10-11 David O'Brien <obrien@FreeBSD.org> * getopt.h: getopt is in unistd.h. The Single UNIX(tm) Specification, Version 2 Copyright (c)1997 The Open Group Approved by: Committed as obvious. From-SVN: r58078
David O'Brien committed
-
- 20 Sep, 2002 1 commit
-
-
* libiberty.h (asprintf, vasprintf): Don't declare them if the corresponding HAVE_DECL_ macro is 1. From-SVN: r57324
Alexandre Oliva committed
-
- 25 Jun, 2002 1 commit
-
-
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. * fibheap.h: Likewise. * hashtab.h: Likewise. * partition.h: Likewise. * sort.h: Likewise. * splay-tree.h: Likewise. From-SVN: r54974
Alan Modra committed
-
- 24 Jun, 2002 1 commit
-
-
* libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME. * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT. From-SVN: r54941
Alan Modra committed
-
- 06 Jun, 2002 2 commits
-
-
* hashtab.h (htab): Rearrange new members for backward compatibility. (htab_create): Don't use a macro that requires other headers. From-SVN: r54316
DJ Delorie committed -
Index: include/ChangeLog * hashtab.h (htab_create): Restore prototype for backward compatibility. (htab_try_create): Likewise. Index: libiberty/ChangeLog * hashtab.c (htab_create): New stub function for backward compatibility. (htab_try_create): Likewise. From-SVN: r54300
Geoffrey Keating committed
-
- 04 Jun, 2002 1 commit
-
-
From-SVN: r54232
Geoffrey Keating committed
-
- 17 Apr, 2002 1 commit
-
-
2002-04-16 David S. Miller <davem@redhat.com> * xregex2.h (__restrict_arr): Define to __restrict on GCC 3.1 and later. Do not redefine. From-SVN: r52383
David S. Miller committed
-
- 01 Apr, 2002 1 commit
-
-
2002-04-01 Phil Edwards <pme@gcc.gnu.org> * dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names. From-SVN: r51707
Phil Edwards committed
-
- 06 Mar, 2002 1 commit
-
-
From-SVN: r50345
Andrew Cagney committed
-
- 22 Feb, 2002 1 commit
-
-
include: Allow the user to specify functions for allocating memory for splay tree roots and nodes. * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn): New types. (splay_tree): New fields: `allocate', `deallocate', and `allocate_data'. (splay_tree_new_with_allocator): New function declaration. libiberty: * splay-tree.c (splay_tree_xmalloc_allocate, splay_tree_xmalloc_deallocate): New functions. (splay_tree_new): Call splay_tree_new_with_allocator, passing the above functions and a dummy data pointer. (splay_tree_new_with_allocator): New function. (splay_tree_delete_helper, splay_tree_delete, splay_tree_insert, splay_tree_remove): Use the splay tree's allocation and deallocation functions. From-SVN: r49968
Jim Blandy committed
-
- 05 Feb, 2002 1 commit
-
-
* demangle.h (cplus_demangle_v3): Add "options" parm. (cplus_demangle_v3_type): Remove prototype. (DMGL_VERBOSE): New macro. (DMGL_TYPES): New macro. * cplus-dem.c (flags): Add DMGL_VERBOSE (cplus_demangle_v3_p): Remove. (demangle_it): Add DMGL_TYPES to passed flags. * cp-demangle.c (cplus_demangle_v3_all): Remove. (cplus_demangle_v3_type): Remove. (cplus_demangle_v3): Add options parm. * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle. From-SVN: r49525
Jason Merrill committed
-
- 03 Feb, 2002 2 commits
-
-
From-SVN: r49461
DJ Delorie committed -
2002-02-02 H.J. Lu (hjl@gnu.org) * demangle.h (cplus_demangle_v3_type): New prototype. From-SVN: r49455
H.J. Lu committed
-
- 28 Jan, 2002 1 commit
-
-
From-SVN: r49299
Kaveh R. Ghazi committed
-
- 06 Dec, 2001 1 commit
-
-
* demangle.h (no_demangling): New. (NO_DEMANGLING_STYLE_STRING): New. * cplus-dem.c (libiberty_demanglers): Add no_demangling case. (cplus_demangle): Support no_demangling. From-SVN: r47733
Richard Henderson committed
-
- 24 Oct, 2001 1 commit
-
-
From-SVN: r46470
Neil Booth committed
-
- 23 Oct, 2001 1 commit
-
-
include: * libiberty.h (hex_init): Revert delete. libiberty: * hex.c (hex_init): Provide empty stub. From-SVN: r46421
Kaveh R. Ghazi committed
-
- 22 Oct, 2001 1 commit
-
-
include: * libiberty.h (_hex_value): Const-ify. (hex_init): Delete. libiberty: * hex.c (hex_init): Delete. (_hex_value): Const-ify and initialize at compile-time. From-SVN: r46417
Kaveh R. Ghazi committed
-
- 07 Oct, 2001 1 commit
-
-
include: * demangle.h (demangler_engine): Const-ify. * libiberty.h (buildargv): Likewise. libiberty: * argv.c (buildargv, tests, main): Const-ify. * cp-demangle.c (operator_code): Likewise. * cplus-dem.c (optable, libiberty_demanglers, cplus_demangle_set_style, cplus_demangle_name_to_style, print_demangler_list): Likewise. * hashtab.c (higher_prime_number): Likewise. * strcasecmp.c (charmap): Likewise. * strerror.c (error_info, strerror, main): Likewise. * strncasecmp.c (charmap): Likewise. * strsignal.c (signal_info): Likewise. From-SVN: r46060
Kaveh R. Ghazi committed
-
- 24 Sep, 2001 1 commit
-
-
include: * libiberty.h (reconcat): New function. libiberty: * concat.c (reconcat): New function. gcc: * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC. Avoid leak by passing malloc'ed pointer to reconcat, not concat. From-SVN: r45789
Kaveh R. Ghazi committed
-
- 18 Sep, 2001 2 commits
-
-
* libiberty.h (concat, concat_length, concat_copy, concat_copy2, ACONCAT): Improve comments. From-SVN: r45683
Kaveh R. Ghazi committed -
From-SVN: r45677
Alan Modra committed
-
- 17 Sep, 2001 2 commits
-
-
include: * libiberty.h (concat_length, concat_copy, concat_copy2, libiberty_concat_ptr, ACONCAT): New. libiberty: * concat.c (vconcat_length, vconcat_copy, concat_length, concat_copy, concat_copy2): New functions. (concat): Use vconcat_length/vconcat_copy. gcc: * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat. From-SVN: r45664
Kaveh R. Ghazi committed -
include: * libiberty.h (ASTRDUP): New macro. libiberty_optr, libiberty_nptr, libiberty_len): Declare. libiberty: * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): Define. gcc: * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of alloca/strcpy. From-SVN: r45657
Kaveh R. Ghazi committed
-
- 29 Aug, 2001 1 commit
-
-
From-SVN: r45275
Kaveh R. Ghazi committed
-
- 27 Aug, 2001 1 commit
-
-
include: * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses. libiberty: * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE. From-SVN: r45204
Kaveh R. Ghazi committed
-
- 23 Aug, 2001 1 commit
-
-
* dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: replace "GNU CC" with "GCC". From-SVN: r45130
Lars Brinkhoff committed
-
- 22 Aug, 2001 1 commit
-
-
* fibheap.h: Tidy formatting. (fibnode_t): Limit degree to 31 bits to avoid warning. From-SVN: r45088
Richard Henderson committed
-
- 21 Aug, 2001 1 commit
-
-
* floatformat.h (floatformat_arm_ext): Document as deprecated. (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword) (floatformat_ia64_spill_little, floatformat_ia64_quad_little) (floatformat_ia64_spill_big, floatformat_ia64_quad_big) (floatformat_m88110_harris_ext): Declare. From-SVN: r45065
Andrew Cagney committed
-
- 20 Aug, 2001 1 commit
-
-
include/ 2001-08-20 Daniel Berlin <dan@cgsoftware.com> * fibheap.h: New file. Fibonacci heap. libiberty/ 2001-08-20 Daniel Berlin <dan@cgsoftware.com> * fibheap.c: New file. Fibonacci heap. * Makefile.in (CFILES): Add fibheap.c. (REQUIRED_OFILES): Add fibheap.o. (fibheap.o): Add dependencies for fibheap.o. From-SVN: r45062
Daniel Berlin committed
-
- 18 Aug, 2001 1 commit
-
-
include: * ansidecl.h: Reorganize for readability, remove documentation of obsolete macros, document PARAMS and VPARAMS. Add new macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic function implementation. gcc: * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. From-SVN: r45011
Zack Weinberg committed
-