Avoid identifier clash with POSIX function 'remove' defined as a macro.
[gnulib.git] / lib / gl_list.h
2009-09-28 Bruno HaibleAvoid identifier clash with POSIX function 'remove...
2008-02-10 Bruno HaibleNew abstract list operation 'node_set_value'.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-03-16 Bruno HaibleAllow the use of a destructor for the values stored...
2006-10-24 Bruno HaiblePure ANSI C!
2006-10-06 Bruno HaibleAdd bounded list search operations.
2006-10-05 Bruno HaibleAdd searching operations, limited to a subsequence...
2006-07-17 Bruno HaibleAbstract list data type.