summaryrefslogtreecommitdiff
path: root/include/splay-tree.h
AgeCommit message (Expand)Author
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-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
2015-07-14Update copyright year in includeH.J. Lu
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders
2012-04-10gengtype.c (main): Make uintptr_t a known type.Tristan Gingold
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2009-10-23splay-tree.h (libi_uhostptr_t): Add gcc specific __extension__ for long long ...Kai Tietz
2009-09-03update copyright datesAlan Modra
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek
2007-07-13* splay-tree.h: Fix whitespace.Uros Bizjak
2007-07-12splay-tree.h (libi_uhostptr_t, [...]): Adjust types work-a-round whitespace p...Kai Tietz
2007-07-12splay-tree.h (libi_uhostptr_t, [...]): New types, needed for WIN64 when a lon...Kai Tietz
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-04-19hashtab.h, [...]: Don't use the PTR macro.Kaveh R. Ghazi
2005-03-28partition.h: Remove use of PARAMS.Gabriel Dos Reis
2004-03-30* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.Zack Weinberg
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-06-25demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra
2002-02-22Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy
2001-08-23dyn-string.h, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-05-07splay-tree.h (splay_tree_max): New function.Mark Mitchell
2001-03-14Fix copyright datesNick Clifton
2000-09-10splay-tree.h (splay_tree_predecessor): Declare.Mark Mitchell
2000-04-05* splay-tree.h (splay_tree_remove): Declare.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-04-02splay-tree.h (splay_tree_compare_pointers): Declare.Mark Mitchell
1999-03-30alias.c (alias_set_compare): Remove.Mark Mitchell
1999-01-11Update FSF address in copyright header.Jeff Law
1998-12-14demangle.h: Don't check IN_GCC anymore.Kaveh R. Ghazi
1998-11-08ansidecl.h: Wrap problematic macros with !IN_GCC.Kaveh R. Ghazi
1998-11-07demangle.h: Don't include gansidecl.h.Kaveh R. Ghazi
1998-10-22splay-tree.h: Wrap function pointer parameter declarations in PARAMS() macro.Kaveh R. Ghazi
1998-10-21* splay-tree.h: New file.Mark Mitchell