Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the address and phone number of the FSF organization | Nick Clifton | 2005-05-10 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-04-19 | 1 | -2/+2 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-28 | 1 | -42/+27 |
| | |||||
* | merge from gcc | DJ Delorie | 2004-03-30 | 1 | -6/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-10 | 1 | -10/+15 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-06-25 | 1 | -2/+2 |
| | |||||
* | include: | Jim Blandy | 2002-02-21 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | merge from gcc | DJ Delorie | 2001-08-23 | 1 | -4/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2001-05-07 | 1 | -0/+4 |
| | |||||
* | Fix typos in ChangeLogs; add coff/external.h; fix copyright dates | Nick Clifton | 2001-03-14 | 1 | -1/+1 |
| | |||||
* | merge from gcc repository | DJ Delorie | 2000-10-12 | 1 | -1/+7 |
| | |||||
* | * splay-tree.h (splay_tree_remove): Declare. | Richard Henderson | 2000-04-06 | 1 | -0/+2 |
| | |||||
* | import libiberty from egcs | Ian Lance Taylor | 2000-02-22 | 1 | -4/+5 |
| | |||||
* | Initial revision | Richard Henderson | 1999-05-03 | 1 | -0/+116 |