summaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
AgeCommit message (Expand)Author
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-02-12Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers
2019-01-21Fix leak in splay-treeTom Tromey
2019-01-01Update copyright years.Jakub Jelinek
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues
2010-12-08splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated.Doug Evans
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2008-01-19re PR other/33768 (splay-tree.c typo)Manuel López-Ibáñez
2005-11-07splay-tree.c (rotate_left): New function.Richard Guenther
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-28partition.h: Remove use of PARAMS.Gabriel Dos Reis
2004-12-07splay-tree.c (splay_tree_delete_helper): Redesign the logic so that recursion...DJ Delorie
2003-05-07splay-tree.c (splay_tree_predecessor): Fix comment.Josef Zlomek
2002-09-20cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin
2002-09-12* splay-tree.c (splay_tree_successor): Fix comments.Mike Stump
2002-03-07splay-tree.c (splay_tree_xmalloc_allocate, [...]): Use K&R-style definitions,...Jim Blandy
2002-02-22Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy
2001-05-07splay-tree.h (splay_tree_max): New function.Mark Mitchell
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell
2000-09-15* splay-tree.c: #include <stdio.h>.Michael Sokolov
2000-09-10splay-tree.h (splay_tree_predecessor): Declare.Mark Mitchell
2000-04-05* splay-tree.c (splay_tree_remove): New.Richard Henderson
1999-12-05splay-tree.h (struct splay_tree_node): Rename to ...Mark Mitchell
1999-08-02* splay-tree.h (splay_tree_insert): Return the new node.Mark Mitchell
1999-07-26splay-tree.c (splay_tree_insert): Add initialization to avoid warning.Ian Lance Taylor
1999-04-02splay-tree.h (splay_tree_compare_pointers): Declare.Mark Mitchell
1999-03-30alias.c (alias_set_compare): Remove.Mark Mitchell
1999-01-12More address fixesJeff Law
1999-01-11More address fixes.Jeff Law
1998-12-14choose-temp.c: Don't check IN_GCC anymore.Kaveh R. Ghazi
1998-11-27choose-temp.c: Always include libiberty.h.Kaveh R. Ghazi
1998-10-26splay-tree.c: Tweak include directives to make sure declarations of xmalloc a...Mark Mitchell
1998-10-22splay-tree.c (splay_tree_foreach_helper): Make definition static to match pro...Kaveh R. Ghazi
1998-10-21splay-tree.c: New file.Mark Mitchell