Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-22Sync toplevel with upstream GCC.Corinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2014-12-15merge from gccDJ Delorie
2010-06-10merge from gccDJ Delorie
2009-09-03update copyright datesAlan Modra
2009-09-02merge from gccDJ Delorie
2009-09-02update copyright datesAlan Modra
2009-04-22merge from gccDJ Delorie
2005-07-01merge from gccDJ Delorie
2005-05-10Update the address and phone number of the FSF organizationNick Clifton
2005-04-19merge from gccDJ Delorie
2005-03-28merge from gccDJ Delorie
2004-04-22merge from gccDJ Delorie
2004-04-13merge from gccDJ Delorie
2004-03-31merge from gccDJ Delorie
2003-05-08s/burtle/iterativeJason Merrill
2003-05-07libiberty/Jason Merrill
* 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-03-17merge from gccDJ Delorie
2003-01-26include/Daniel Jacobowitz
* 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.
2002-06-25merge from gccDJ Delorie
2002-06-06merge from gccDJ Delorie
2001-08-17merge from gccDJ Delorie
2001-03-14Synchronise with copyright dates on FSF GCC versions of these filesNick Clifton
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton
2000-11-04 * hashtab.h (struct htab): Add member return_allocation_failure.Hans-Peter Nilsson
(htab_try_create): New prototype. Mention which functions may return NULL when this is used.
2000-11-03 * hashtab.h: Change void * to PTR where necessary.Hans-Peter Nilsson
2000-06-162000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu
* sort.h: New file. Impored from gcc. * hashtab.h: Updated from from gcc. 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * demangle.h (demangling_styles): Remove trailing comma in enum. * dyn-string.h (dyn_string_append_char): Change parameter from char to int. 2000-06-04 Alex Samuel <samuel@codesourcery.com> * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. * demangle.h (DMGL_GNU_NEW_ABI): New macro. (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. (current_demangling_style): Add gnu_new_abi_demangling. (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. (GNU_NEW_ABI_DEMANGLING): Likewise. (cplus_demangle_new_abi): New declaration.
2000-03-25merge from gccJason Merrill
2000-02-22import libiberty from egcscygnusIan Lance Taylor