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
2012-04-10merge from gccDJ Delorie
2010-06-10merge from gccDJ Delorie
2009-10-232009-10-23 Kai Tietz <kai.tietz@onevision.com>Kai Tietz
* splay-tree.h (libi_uhostptr_t): Add gcc specific __extension__ for long long type case to silent cX9. (libi_shostptr_t): Likewise.
2009-09-03update copyright datesAlan Modra
2009-09-02merge from gccDJ Delorie
2009-09-02update copyright datesAlan Modra
2009-04-22merge from gccDJ Delorie
2007-07-13merge from gccDJ Delorie
2007-07-12 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust typesHans-Peter Nilsson
work-a-round whitespace problem in gcc gengtype.
2007-07-12Add support for building on a 64-bit Windows host.Nick Clifton
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-03-31merge from gccDJ Delorie
2003-01-10merge from gccDJ Delorie
2002-06-25merge from gccDJ Delorie
2002-02-22include:Jim Blandy
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.
2001-08-23merge from gccDJ Delorie
2001-05-07merge from gccDJ Delorie
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton
2000-10-12merge from gcc repositoryDJ Delorie
2000-04-06 * splay-tree.h (splay_tree_remove): Declare.Richard Henderson
2000-02-22import libiberty from egcscygnusIan Lance Taylor
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson